Tagged Questions
6
votes
1answer
4k views
How do I put chapters into a LaTeX document?
I used the following LaTeX tag to make a chapter
\chapter{title here}
but it did not compile. The LaTeX compiler was talking about
Undefined control sequence
How can I get over this error?
4
votes
1answer
928 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 ...
9
votes
1answer
578 views
Chapter on the right side - How to turn it off?
As a documentclass I use book. Chapters always start on the right hand side.
How can I turn it off? I don't want to have empty pages. I don't care on which side starts new chapter.