Search found 2 matches

by iceman
Fri Sep 17, 2010 9:16 am
Forum: Graphics, Figures & Tables
Topic: bibtotoc: how to treat bibliographies as sections in TOC
Replies: 2
Views: 5539

Re: bibtotoc: how to treat bibliographies as sections in TOC

thanks for the advise to use hyperref. I gave it a go, however, it doesn't seem to solve my problem:

\package{usehyperref}

\phantomsection
\addcontentsline{toc}{section}{References}
\bibliographystyle{paper_style}
\bibliography{paper_bib}

produces the same wrong page numbering as without hyperref ...
by iceman
Thu Sep 16, 2010 5:36 pm
Forum: Graphics, Figures & Tables
Topic: bibtotoc: how to treat bibliographies as sections in TOC
Replies: 2
Views: 5539

bibtotoc: how to treat bibliographies as sections in TOC

Dear friendly fellow LaTex users,

I currently write my thesis consisting of several introductory chapters (Part I) and a series of papers (Part II). Part I has a bibliography and in addition, each paper has its own bibliography. That works using the package multibib.
The bibliography is not added ...