Graphics, Figures & Tables'list of figure' label appears in acknowledgment

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
manu78
Posts: 1
Joined: Wed Apr 13, 2011 6:56 pm

'list of figure' label appears in acknowledgment

Post by manu78 »

Hi,

My thesis is just about to be done and yet I have a slight problem coming up. In my main file, I changed the order of 'list of figures' and of 'declaration'. Before it was first declaration, and then list of figures, but I had to make it the other way round. As a result of that, the label 'list of figures' appears at the top of each page of the declaration; when actually there is no need for that.

Of course it does not look good to have a declaration that is labelled 'list of figures' at every beginning of page.

Any idea of how to suppress the effect of 'list of figures' on what follows (in this case 'declaration')?

Thanks a lot.

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: 10348
Joined: Mon Mar 10, 2008 9:44 pm

'list of figure' label appears in acknowledgment

Post by Stefan Kottwitz »

Hi Manu,

you could use \markboth to suppress or to change the header, such as

Code: Select all

\markboth{}{}
or

Code: Select all

\markboth{Declaration}{Declaration}
Stefan
LaTeX.org admin
Post Reply