Discussion:
adding something to the TOC
nuadhu2001
2007-01-12 10:13:31 UTC
Permalink
Hello!

Is there a possibility to add the "Table of Figures", "Table of
Tables" und the Bibliography to the Table of Contents?

like this way:

Table of Contents

1 blabla............3

2 blabla............5
2.1 blabla..........6
2.2 blabla..........7
2.3 blabla..........7
2.3.1 Bblabla.......8
2.4 blabla..........8
2.5 Ablabla........10
2.5.1 blabla.......11
2.6 blabla.........12
2.6.1 blabla.......13
2.6.2 blabla.......14

3 blabla...........15
3.1 blabla.........16
3.2 blabla.........16
3.3 blabla.........16

Appendix
A Table OF Figures.21
B Table Of Tables..22
C Bibliography.....23

greetings
robert




Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/TeXnicCenter-Users/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:TeXnicCenter-Users-digest-***@public.gmane.org
mailto:TeXnicCenter-Users-fullfeatured-***@public.gmane.org

<*> To unsubscribe from this group, send an email to:
TeXnicCenter-Users-unsubscribe-***@public.gmane.org

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
Stephan Klumpp
2007-01-11 10:28:55 UTC
Permalink
Dear Robert,

try using \addcontentsline{toc}{}

Stephan
Post by nuadhu2001
Hello!
Is there a possibility to add the "Table of Figures", "Table of
Tables" und the Bibliography to the Table of Contents?
Table of Contents
1 blabla............3
2 blabla............5
2.1 blabla..........6
2.2 blabla..........7
2.3 blabla..........7
2.3.1 Bblabla.......8
2.4 blabla..........8
2.5 Ablabla........10
2.5.1 blabla.......11
2.6 blabla.........12
2.6.1 blabla.......13
2.6.2 blabla.......14
3 blabla...........15
3.1 blabla.........16
3.2 blabla.........16
3.3 blabla.........16
Appendix
A Table OF Figures.21
B Table Of Tables..22
C Bibliography.....23
greetings
robert
- --
*__________________________________________________________________*
*Dipl.-Phys. Stephan Klumpp *
*Institut für Physik *
*Universität Kassel *
*Heinrich-Plett-Str. 40*
*D-34132 Kassel *

*Tel.: +49 (0561) 804 4198 *
*Fax: +49 (0561) 804 4150 *

*mailto: Stephan.Klumpp-***@public.gmane.org
<mailto:Stephan.Klumpp-***@public.gmane.org>*
* *
*Fachbereich 18, Experimentalphysik IV*
* *
*http://www.physik.uni-kassel.de/ehresmann/*
*
*__________________________________________________________________*
*
Kristof Möller
2007-01-12 10:50:01 UTC
Permalink
Hi Robert,

for such kind of problems, it's always a good idea
to have a look in the FAQs for (La)TeX:

http://www.tex.ac.uk/faq

In general, You will find easily solutions for basic problems in the FAQs,
like adding entries of TOF, TOT and Bibliography to the TOC:

http://www.tex.ac.uk/cgi-bin/texfaq2html?label=tocbibind

So, one solution could be:

...
\cleardoublepage
\addcontentsline{toc}{chapter}{Bibliography}
\bibliography{RobertsBib}
...


Best regards
Kris
Post by nuadhu2001
Hello!
Is there a possibility to add the "Table of Figures", "Table of
Tables" und the Bibliography to the Table of Contents?
Table of Contents
1 blabla............3
2 blabla............5
2.1 blabla..........6
2.2 blabla..........7
2.3 blabla..........7
2.3.1 Bblabla.......8
2.4 blabla..........8
2.5 Ablabla........10
2.5.1 blabla.......11
2.6 blabla.........12
2.6.1 blabla.......13
2.6.2 blabla.......14
3 blabla...........15
3.1 blabla.........16
3.2 blabla.........16
3.3 blabla.........16
Appendix
A Table OF Figures.21
B Table Of Tables..22
C Bibliography.....23
greetings
robert
Loading...