Page Layout ⇒ Make Title Page Righthanded?
Make Title Page Righthanded?
I'm typesetting a book in LaTex. I'm actually using the report class and have parametrized [twoside, rightside] so that I can have "lefthand" and "righthand" pages. By default, title page is lefthanded, but I want it to be righthanded. Any suggestions for how to get it to be righthanded?
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
Make Title Page Righthanded?
The default title page of
So please show us a
minimal working example, that let us reproduce your problem.
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}

Sorry, but I can no longer participate here as the administrator is trampling on my wishes on one of his other platforms. 

- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
Make Title Page Righthanded?
Though a page 1 is a right hand page by its number, perhaps you mean that the margin settings let look page 1 like a left hand side to you? In that case let us know your margin settings or post the code as small compilable example, as Ijon suggested.
Stefan
Stefan
LaTeX.org admin
- 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
Sorry, but I can no longer participate here as the administrator is trampling on my wishes on one of his other platforms. 

- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
Make Title Page Righthanded?
You're right, that left/right confusion confused me
I edited above. My focus was that the margin wasn't correctly understood.
Stefan

Stefan
LaTeX.org admin