Page Layout ⇒ Margin adjustments
Margin adjustments
I am using a style called classicthesis (see attachment). The package was downloaded from https://www.ctan.org/pkg/classicthesis and works pretty well.
The widths of the left and right margins are not the same - and that is all right. However, the wide margin shifts from being on the left side of the page to being on the right side of the page by turns.
I would like the wide margin to stay on the left side of all pages. Do you know what adjustments I have to make to the attached style to make this happen?
Thanks in advance!
- Attachments
-
- classicthesis.sty
- (32.7 KiB) Downloaded 221 times
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Margin adjustments
oneside
document.Re: Margin adjustments
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Margin adjustments
Add to the global options of your document:
twoside
. How you can do that, i cannot know, since i don't know how you set up your document.- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Margin adjustments
twoside
option in that list, or replace it by oneside
.Stefan