I am finishing the layout of a book at the moment, and have some problems with understanding why I am not able to get the odd numbered pages on the right side (with the biggest margin on the left), and the even numbered pages on the left side. The document is relatively large (ca. 500 pages) and is defined as an article (as the author about that...), twosided.
Is there any way of re-defining which pages should be on the right and left hand side?
Any help is much appreciated!
Page Layout ⇒ Confusion with odd- and even pages.
NEW: TikZ book now 40% off at Amazon.com for a short time.

Confusion with odd- and even pages.
I can't even get this to function properly;
If it is any help, the document is written in Scientific Workplace.
Code: Select all
\documentclass[12pt,a4paper,twoside]{article}
\usepackage{amsmath}
\renewcommand\contentsname{Innholdsfortegnelse}
\begin{document}
Hello!
\newpage
Hello!
\end{document}
Confusion with odd- and even pages.
Hi,
your confusion comes from forgetting the space that standard document classes (ansd some other classes) reserve for the margin notes. If you want to change the page layout, you can use the geometry package.
your confusion comes from forgetting the space that standard document classes (ansd some other classes) reserve for the margin notes. If you want to change the page layout, you can use the geometry package.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Confusion with odd- and even pages.
Don't confuse margins with binding correction. There's no binding correction by default, that's why the inner margin is smaller than the outer. Imagine the book lying opened before you: a good layout would show equal space at left, inner and outer margin, but the inner margin consists of two joined margins. That's why it's a good idea to make the inner margin half of the outer.
If you expect to loose space because of the binding, specify this space. If you use the geometry package then specify a value for the option bindingoffset. If you use typearea then state a BCOR value.
Stefan
If you expect to loose space because of the binding, specify this space. If you use the geometry package then specify a value for the option bindingoffset. If you use typearea then state a BCOR value.
Stefan
LaTeX.org admin
Re: Confusion with odd- and even pages.
Thank you!
Haha, I just had a look at some other book I have lying around here and realised that my problem was not a real problem.
Thank you anyway, I've learned something new today
Haha, I just had a look at some other book I have lying around here and realised that my problem was not a real problem.
Thank you anyway, I've learned something new today
