Text Formatting ⇒ Section* title in header
Section* title in header
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- 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: 10329
- 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