LaTeX: Unnumbered section in header of document
- by Soren M
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?