Text Formatting ⇒ Section* title in header
Section* title in header
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Section* title in header
that depends on the basic setup, which is not shown. My first guess would be setting it by hand by using
\markright{section title}
. I haven't tested this though. If you want to have the section title in the table of contents as well, there is a simpler solution. Try out unnumberedtotoc.
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Section* title in header
\markright{section title}
or \markboth{section title}{section title}
would fix it. Of course it should go at the desired place within the document.Genereally I prefer KOMA-Script classes, they provide a command
\addsec
for this purpose.Stefan