General ⇒ Table of Contents
-
- Posts: 1
- Joined: Sat May 30, 2009 4:27 pm
Table of Contents
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
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: Table of Contents
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Table of Contents
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