GeneralTable of Contents

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
travelingsalesgirl1
Posts: 1
Joined: Sat May 30, 2009 4:27 pm

Table of Contents

Post by travelingsalesgirl1 »

Hi,

I am kind of new to LaTeX. I have a problem about tableofcontents. I use MiKTeX 2.5 and TeXnicCenter. In my document I would like to add an ABSTRACT and I use
\begin{abstract} and \abstract comments. Unfortunately, in my table of contents the abstract cannot be seen. The same happens when I also add bibliography. My references cannot be seen in the Contents part. I have no idea how to fix it. I would be grateful if someone could help.

thanks,
evrim

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: Table of Contents

Post by localghost »

First of all, upgrade to MiKTeX 2.7 because version 2.5 is outdated and its repositories are closed. Afterwards tell us at least the used document class because some solutions may depend on that.


Best regards and welcome to the board
Thorsten
User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
Joined: Mon Mar 10, 2008 9:44 pm

Table of Contents

Post by Stefan Kottwitz »

Hi Evrim,

welcome to the board!
You could use \addcontentsline or \addtocontents or the tocbibind package.

If you're using a KOMA class there would be other ways, as Thorsten mentioned.

Stefan
LaTeX.org admin
Post Reply