Graphics, Figures & TablesRemoving list of symbols from TOC

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
alc640
Posts: 1
Joined: Wed Jul 01, 2009 12:01 pm

Removing list of symbols from TOC

Post by alc640 »

I have created a list of symbols to go in my document using

\listofsymbols
etc

For some reason latex generates a reference to it in my table of contents which I dont want and I cant remove it. I have tried using an * but that doesnt work. Any ideas??

Many thanks
Anna

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

phi
Posts: 577
Joined: Tue Oct 21, 2008 8:10 pm

Re: Removing list of symbols from TOC

Post by phi »

The standard document classes article, report, book don't include this behaviour, so you probably use a different class like memoir or one of the KOMA-Script classes. These classes allow for customizing this behavior. Please have a look at your document class's manual.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Removing list of symbols from TOC

Post by localghost »

In the source code of the listofsymbols package there is no hint that the ToC entry is done by the package itself. You have to build a minimal working example (MWE) that shows the behaviour you described.


Best regards and welcome to the board
Thorsten
Post Reply