I am currently working on my thesis using the hepthesis class. The thesis has many figures and diagrams. I have a small problem in that the page numbers shown in the Table of Contents, List of Figures, and List of Tables are wrong. Does anyone know the solution?
Japheth
The following is a minimal working example:
Code: Select all
\documentclass[a4paper,oneside,bind,ams,booktabs,12pt]{hepthesis}
\RequirePackage{afterpage}
\usepackage{tocbibind}
\begin{document}
\begin{frontmatter}
xyz
\tableofcontents
\listoffigures
\listoftables
\end{frontmatter}
\begin{mainmatter}
\chapter{A}
\chapter{B}
\chapter{C}
\end{mainmatter}