LyX ⇒ Two-sided document: odd pages indentation
Two-sided document: odd pages indentation
Hi everyone.
I'm trying to get my document (thesis) formatted correctly: get the odd pages "right" and the even pages "left" (seen as a book).
My document class is "Article (standard Class with extra font sizes)" and I choose "Two-sided Document" in Page Layout.
When I compile the document, I see that the the odd pages are indented left, and the even pages are indented right. I would like to have it the other way...
I've commented out everything at the beginning of my document (page numbering, abstract, ...) to start directly with "paragraph 1" and the problem stays...
I've also tried to delete the latex preamble, but nothing...
I'm trying to get my document (thesis) formatted correctly: get the odd pages "right" and the even pages "left" (seen as a book).
My document class is "Article (standard Class with extra font sizes)" and I choose "Two-sided Document" in Page Layout.
When I compile the document, I see that the the odd pages are indented left, and the even pages are indented right. I would like to have it the other way...
I've commented out everything at the beginning of my document (page numbering, abstract, ...) to start directly with "paragraph 1" and the problem stays...
I've also tried to delete the latex preamble, but nothing...
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Two-sided document: odd pages indentation
Use showframe to inspect the page layout. Everything is fine, the outer margins are about twice as wide as the inner, because the inner is there two times. So leftOuter = 2 times inner = rightOuter.
You can read more about this in chapter two of the KOMA-script manual.
If you need to set page margins, use package geometry. It also provides a showframe option.
You can read more about this in chapter two of the KOMA-script manual.
If you need to set page margins, use package geometry. It also provides a showframe option.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Re: Two-sided document: odd pages indentation
So this behavior is normal?
- Attachments
-
- FirstPages.pdf
- (56.47 KiB) Downloaded 362 times
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: Two-sided document: odd pages indentation
Yes.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Re: Two-sided document: odd pages indentation
Ok, thanks! sorry, I feel really stupid...
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: Two-sided document: odd pages indentation
No need to feel that. Many people are confusing this.
As long as you know how to resolve the issue, everything will be fine ;-)
As long as you know how to resolve the issue, everything will be fine ;-)
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Two-sided document: odd pages indentation
If you thought it should be the other way round, perhaps you mean the space you would loose because of the binding. There are options
Stefan
BCOR
(Koma-Script) and bindingoffset
(geometry
) for this. If the binding is corrected this way, it should be like Johannes said.Stefan
LaTeX.org admin
Two-sided document: odd pages indentation
Yes, that's what I thought... I used \layout to check it, and the "space" I saw is the room for notes, I think.Stefan_K wrote:If you thought it should be the other way round, perhaps you mean the space you would loose because of the binding. There are optionsBCOR
(Koma-Script) andbindingoffset
(geometry
) for this. If the binding is corrected this way, it should be like Johannes said.
Stefan
