Search found 2 matches

by mt226
Sun Mar 27, 2011 4:06 am
Forum: General
Topic: \section* appears in table of contents
Replies: 1
Views: 1249

\section* appears in table of contents

The code

Code: Select all

\documentclass[12pt,twoside]{amsbook}
\begin{document}
\tableofcontents
\section*{Sec 1}
\section{Sec 2}
\end{document}
produces Sec 1 unnumbered, as it should, but includes it in the table of contents, which seems to be the opposite of the documented behavior. What' wrong?

mt
by mt226
Sun May 23, 2010 12:44 pm
Forum: General
Topic: Chapter-Section-Number referencing
Replies: 0
Views: 885

Chapter-Section-Number referencing

I'm writing a file in amslatex, documentstyle amsbook.

Say I have Thm. 3 in Sec. 2 of Ch.1. Inside Sec. 2, I want it referred to as Thm. 1. In Ch. 1, but outside Sec. 2, I want it referred to as Thm. 2.1. Finally, outside Ch. 1 it should be Thm. 1.2.3

How do I get latex to do this automatically ...