I have a Table of Contents, List of Figures, List of Tables, and Nomenclature in my front matter, with headings at the top of the page. However, the Nomenclature is two pages long, and the second page of it carries the 'List of Tables' header. Is there any way to change that?
I am using LyX 2.1.0 on Ubuntu 14.04. I am using the fancyhdr package in a KOMA-book.
Page Layout ⇒ Nomenclature heading
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10321
- Joined: Mon Mar 10, 2008 9:44 pm
Nomenclature heading
Hello,
try
in your preamble.
Stefan
try
Code: Select all
\renewcommand{\nompreamble}{\markboth{\nomname}{\nomname}}
Stefan
LaTeX.org admin
-
- Posts: 8
- Joined: Sat Feb 22, 2014 2:49 pm
Re: Nomenclature heading
This worked! Thank you!