GeneralHeader from \listoftables bleeding through to following chapter

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
michaelm
Posts: 1
Joined: Tue May 03, 2022 7:17 pm

Header from \listoftables bleeding through to following chapter

Post by michaelm »

Hello all,

I am running into a strange problem where I am using \listoftables in my thesis, but in the following chapter, the header of the page is still List Of Tables. This is what I have:

Code: Select all

Code, edit and compile here:
\tableofcontents
\listoffigures
\addcontentsline{toc}{chapter}{List of Figures}
\listoftables
\addcontentsline{toc}{chapter}{List of Tables}
%
\chapter*{List of Abbreviations}
\addcontentsline{toc}{chapter}{List of Abbreviations}
%
\chapter*{Publications}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
I do not want the Abbreviations or Publications chapters to have numbers, but I think this is why latex is not registering it as a proper Chapter.

Is there anyway to remove headers from specific pages or close the \listoftables section in some way so that it does not interfere with the List of Abbreviations or Publications chapters?

Thanks in advance,

Michael

Recommended reading 2024:

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

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

Bartman
Posts: 369
Joined: Fri Jan 03, 2020 2:39 pm

Header from \listoftables bleeding through to following chapter

Post by Bartman »

Do you see a way to create a Infominimal working example that would allow us to reproduce the problem described?
Post Reply