Page Layout ⇒ Make Title Page Righthanded?
Make Title Page Righthanded?
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
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
Make Title Page Righthanded?
report
is page 1 and therefore a right hand page, if option twoside
is used:
Code: Select all
\documentclass[twoside]{report}\usepackage{mwe}\begin{document}\title{Title}\author{Me}\maketitle\blinddocument\end{document}


- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Make Title Page Righthanded?
Stefan
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
Make Title Page Righthanded?
Odd pages are right-hand pages (at least at left to right typesetting). So page 1 is a right-hand page.Stefan Kottwitz wrote:Though a page 1 is a left hand page by its number

- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Make Title Page Righthanded?

Stefan