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
General ⇒ Hide abstract in ToC
NEW: TikZ book now 40% off at Amazon.com for a short time.

Hide abstract in ToC
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,...
Hide abstract in ToC
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!