Page Layout ⇒ Confusion with odd- and even pages.
Confusion with odd- and even pages.
Is there any way of re-defining which pages should be on the right and left hand side?
Any help is much appreciated!
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Confusion with odd- and even pages.
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.
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.
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Confusion with odd- and even pages.
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
Re: Confusion with odd- and even pages.
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
