GeneralHide abstract in ToC

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
pekkovich
Posts: 2
Joined: Mon Nov 16, 2009 5:31 pm

Hide abstract in ToC

Post by pekkovich »

Hi,

I am working on my master's thesis, using a local template based on the Memoir class. Unfortunately, the document class makes the abstract appear in the table of contents and I can't figure out how to fix this problem. I am using the \begin{abstract} environment (in two language environments) if that is relevant.

My ToC looks like this:
Contents
abstract ii
sammandrag [abstract] iii
1 Chapter 1
etc


And what I am looking for is:
Contents
1 Chapter 1

etc

Recommended reading 2024:

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

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

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Hide abstract in ToC

Post by gmedina »

Try using the starred version \tableofcontents* offered by the memoir document class. If that doesn't work, then try asking the creator of the template.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
pekkovich
Posts: 2
Joined: Mon Nov 16, 2009 5:31 pm

Hide abstract in ToC

Post by pekkovich »

Writing \tableofcontents* only removes "contents iv" from the ToC, so I guess I will have to ask the creator of the template. Thanks for your reply!
Post Reply