Page Layout...on available text space

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
lnsam22
Posts: 28
Joined: Thu Jan 13, 2011 6:47 pm

...on available text space

Post by lnsam22 »

Hi all,

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
Last edited by lnsam22 on Mon Jan 17, 2011 5:07 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

...on available text space

Post by frabjous »

Your description is kind of vague. In any case, this has nothing to do with TeXnicCenter. TeXnicCenter is just an editor for your source document. LaTeX is solely responsible for typesetting the output.

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}
If you want to change around the margins to whatever you want, then use the geometry package. I'd be more specific than that, but I don't know what you want to do. Trying reading its documentation.
lnsam22
Posts: 28
Joined: Thu Jan 13, 2011 6:47 pm

Re: ...on available text space

Post by lnsam22 »

Despite the fact that you didn't understand, you solved my problem perfectly :D !

Thanks so much.
lnsam
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

...on available text space

Post by localghost »

Now that the problem is solved, please be so kind and mark the topic (not the last post) accordingly as clearly written in Section 3 of the Board Rules (to be read entirely before posting). Please keep that in mind for the future so that further reminders will not be necessary.


Thorsten
Post Reply