Graphics, Figures & Tables ⇒ 'list of figure' label appears in acknowledgment
'list of figure' label appears in acknowledgment
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.
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
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
'list of figure' label appears in acknowledgment
you could use \markboth to suppress or to change the header, such as
Code: Select all
\markboth{}{}
Code: Select all
\markboth{Declaration}{Declaration}