Page LayoutNomenclature heading

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
trinityman
Posts: 8
Joined: Sat Feb 22, 2014 2:49 pm

Nomenclature heading

Post by trinityman »

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10321
Joined: Mon Mar 10, 2008 9:44 pm

Nomenclature heading

Post by Stefan Kottwitz »

Hello,

try

Code: Select all

\renewcommand{\nompreamble}{\markboth{\nomname}{\nomname}}
in your preamble.

Stefan
LaTeX.org admin
trinityman
Posts: 8
Joined: Sat Feb 22, 2014 2:49 pm

Re: Nomenclature heading

Post by trinityman »

This worked! Thank you!
Post Reply