Search found 1 match

by hlc304
Wed Mar 21, 2012 3:05 pm
Forum: Page Layout
Topic: Wrong page numbers in Table of Contents
Replies: 10
Views: 21304

Wrong page numbers in Table of Contents

I had this problem with my thesis frontmatter/backmatter. The solution is to add new contents lines like this:



\cleardoublepage
\phantomsection
\addcontentsline{toc}{chapter}{\protect\numberline{}List of Figures}
\listoffigures

\cleardoublepage
\phantomsection
\addcontentsline{toc}{chapter ...