Search found 2 matches

by sperling443
Thu Nov 12, 2009 1:51 pm
Forum: General
Topic: Let Glossary show up in Table of Contents
Replies: 2
Views: 8844

Re: Let Glossary show up in Table of Contents

I found the answer, you have toadd the line

\addcontentsline{toc}{chapter}{Glossary}
after \printglossary

so it looks like this

\printglossary
\addcontentsline{toc}{chapter}{Glossary}

I found the information here:
http://texblog.wordpress.com/2007/11/01 ... -in-latex/
by sperling443
Thu Nov 12, 2009 1:19 pm
Forum: General
Topic: Let Glossary show up in Table of Contents
Replies: 2
Views: 8844

Let Glossary show up in Table of Contents

Hi

I made a glossary, but when I make a table of contents (\tableofcontents) the glossary does not show up in the table.


I am using the glossary package.

How can I make latex write the glossary into the table of contents?

Thanks

Thorsten