GeneralGet unnumbered Chapter and Bibliography into ToC

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
steelcat
Posts: 6
Joined: Sun Oct 23, 2011 10:20 pm

Get unnumbered Chapter and Bibliography into ToC

Post by steelcat »

In my thesis I wrote something like this.

Code: Select all

\tableofcontents
\chapter*{Acknowledgements}

...

\bibliographystyle{alpha}
\bibliography{references}
But the Acknowledgements and References are not listed in the content table.

please tell me how to do it.
:P
Last edited by localghost on Fri Jun 01, 2012 4:36 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
localghost
Site Moderator
Posts: 9201
Joined: Fri Feb 02, 2007 12:06 pm

Get unnumbered Chapter and Bibliography into ToC

Post by localghost »

For an adequate problem description you have to give a proper minimal example. Due to missing information proposed solutions can only be random shots at the moment.

Start with searching the forum for the \addcontentsline command and the tocbibind package.


Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]

¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Post Reply