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.

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

Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Nomenclature heading

Post by Stefan Kottwitz »

Hello,

try

Code: Select all

\renewcommand{\nompreamble}{\markboth{\nomname}{\nomname}}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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