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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10365
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