AdeptofVoltron wrote:And the bindingoffset=1cm is always added on the right side of the page.
This code works correctly for me. On odd pages which are right-hand pages, the offset is added to the left margin, otherwise to the right margin, as intended.
Perhaps post a sample pdf with thise settings showing that it's different on your system. Perhaps there's a small mistake regarding the meaning of odd, even, left and right.
Hi, I have a problem. I only begin to use LaTeX. I want to have odd pages on the right with bigger inner margins for my thesis. Instead I have bigger inner margins for the even pages. How to correct it? I attach the file. Thank you
it is nice that you want to start LaTeX, it is very useful.
You are first setting up the layout of the pages using package geometry, and later loading package typearea, which overwrites everything.
The whole preamble looks a bit odd. I recommend to read LaTeX for complete novices to get a good start. The current setup, will probably lead to more trouble.
If you are interested in page-layout, please have a look at chapter two of the KOMA-documentation (where typearea is coming from) or look at the memoir documentation. Both give a very good overview.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Also I recommend to have a look at KOMA-Script, click: scrguien.
That documentation tells about page layout too, as Johannes said.
Johannes: would a dummy document with such margins be useful?
My first though seeing the preamble was, you loaded hyperref first, it should be the last package in the preamble (with rare exceptions) since it overrides things to get hyperlinks.
I want to have odd pages on the right with bigger inner margins for my thesis. Instead I have bigger inner margins for the even pages.
I just meant a typearea setup with blind text. Was too tired to do myself. Just wanted to tell the hyperref thing and to give the KOMA documentation link.