LaTeX: Unnumbered section in header of document
        Posted  
        
            by Soren M
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Soren M
        
        
        
        Published on 2010-03-21T20:58:27Z
        Indexed on 
            2010/03/21
            21:01 UTC
        
        
        Read the original article
        Hit count: 238
        
I have a document where I want to place an unnumbered section in my header. I use the fancyhdr package, and for a numbered section, I would had done something like this:
\lhead{\leftmark}
But this don't work with unnumbered sections. I'm solving math-problems in my document, so I don't want part-sections and numbered sections
Anyone, who knows, how this is done?
© Stack Overflow or respective owner