Page Layout ⇒ ...on available text space
...on available text space
I'm not really new to TexnicCenter, but now that I'm writing my master's thesis, I'm realizing I don't know anything about formatting. One of my most noticeable problems is that TexnicCenter is changing the width of the page where the text is written (is that the 'alignment size'?) for each page so that every page is either one-sided or in the middle.
Can someone tell me how to fix this, or better yet, adjust it to suit my liking?
lns
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
...on available text space
Is the problem that odd and even pages have different sized margins, then you're probably using a documentclass like book which was designed to mimic the way a book has larger outer margins than inner margins. Adding the "oneside" option to the document class would fix that:
Code: Select all
\documentclass[oneside]{book}
Re: ...on available text space

Thanks so much.
lnsam
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
...on available text space
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10