Text Formattingamsbook | ToC Entry for Abstract

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
marcdein
Posts: 40
Joined: Sat Dec 19, 2009 2:11 pm

amsbook | ToC Entry for Abstract

Post by marcdein »

I am using the amsbook class to write my thesis. According to the university requirements, the abstract page needs to include the title and the author as well, as follows:

Code: Select all

\chapter*{Title}
\section*{Author}
\vspace{1.5cm}
\section*{Abstract}
However, I would like it to be listed in the Table of Contents as "Abstract". Is it possible to hard-code this somehow?

Recommended reading 2024:

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

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

marcdein
Posts: 40
Joined: Sat Dec 19, 2009 2:11 pm

Re: amsbook | ToC Entry for Abstract

Post by marcdein »

In case anyone else needs it, I have found the solution here:

http://www.ams.org/faq?faq_id=238
Post Reply