I am finalizing my thesis and I have opted to do two volumes (the second dedicated for the appendixes) and the bibliography comes at the end of the first section.
As the appendix restarts page counter, the (cited on page xx) appearing in the bibliography next to each item has now indicated correct page numbering for those references belonging to the appendix except that there are similar page numbers in the main volume... This is very confusing
How can I trace this problem. More precisely, is there a way to be explicit in this part to indicate that this page belongs to the appendix volume??
my MWE is the following
Code: Select all
\documentclass[a4paper,12pt,twoside]{StyleThese}
\usepackage[fixlanguage]{babelbib}
\selectbiblanguage{french}
\usepackage{natbib}
\include{formatAndDefs}
\begin{document}
\include{TitlePage}
\dominitoc
\mainmatter
\include{Chapitre1}
\include{Chapitre2}
\bibliographystyle{StyleThese}
\bibliography{These}
\newpage
\listoftables
\newpage
\listoffigures
\include{Titlepagevolumeannexe}
\begin{appendices}
\include{AnnexeA}
.....
\end{appendices}
\restoregeometry
\end{document}