Tagged Questions
5
votes
2answers
156 views
Not having “Chapter” appear in chapter names
If, in amsbook, I write something like
\chapter{My great chapter}
it appears in the text as
Chapter 1. My great chapter
I would like to make it appear simply as
1. My great chapter
Anyone have ...
4
votes
1answer
933 views
Forcing new chapter not to start on an odd page [duplicate]
Possible Duplicate:
Chapter on the right side - How to turn it off?
I am using a document class amsbook which I like very much, except for one thing: each new chapter starts on an ...
5
votes
2answers
612 views
Section numbering with chapter in amsbook
I'm using amsbook to write a report. I'm using \chapter{}s and \section{}s, and their numbering is fine.
However, \section{}s are numbered sequentially inside each \chapter{}, but without the ...