Home    Personal    Work    Computers    Miscellaneous

LaTeX    Software Projects    Rendering Tutorial    UNIX Commands    Using CVS    Case Modding    Base Wiki

The bibliography doesn't appear in my table of contents! How do I add it?

You have to manually add the "Bibliography" entry into the table of contents. In order to do so, put the following just before the \bibliography entry

\addcontentsline{toc}{chapter}{Bibliography}

if you use the book or report document class, or

\addcontentsline{toc}{section}{Bibliography}

if you use the article document class.

In combination with the "Hyperref"-Package you need to put the line below the \bibliography entry.

Edit (locked) - History - Recent Changes - Search - Statistics
All contents copyrighted 2000-2006 Anthony Liekens unless otherwise noted. Powered by PmWiki
Page last modified on February 08, 2007, at 12:31 PM.