Page LayoutChanging the geometry of my document

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
pierre
Posts: 5
Joined: Fri Apr 02, 2010 3:28 pm

Changing the geometry of my document

Post by pierre »

Hi everyone,
I know I have a rather weird question, but I need the opinion of you Latex experts before daring to actually touch my document's layout.

So here is my problem: I would like to change the width of the margins of my document template (widen them), while altering as little as possible the figure placement I have done so far (lots of figure arrays scattered across about 350 pages...).
Most of my figures (a couple of them being sidewaysfigures) have their dimensions expressed as a function of \textwidth, which is obviously going to change if I tweak my margins. And I would like to prevent my figures from changing dimensions in the process.
According to you guys how should I process?
Define a constant \mytextwidth, and change all my calls to \textwidth in my files?
Does that sound reasonable?

Thanks in advance.

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

achim
Posts: 49
Joined: Wed Aug 05, 2009 2:29 pm

Changing the geometry of my document

Post by achim »

I don't think there is a correct answer to your question per se.

Personally, I'd just go about and try it out on a backup copy of the document.
Use

Code: Select all

\usepackage[a4paper,inner=2.0cm,outer=2cm,top=2cm,headheight=14.5pt,bottom=3cm,marginparsep=3mm,marginparwidth=3.4cm]{geometry}
to adapt the geometry to your needs.

I am too very often defining the image width relative to the \linewidth. Just try and see what happens and if the outcome suits you.
OS: Kubuntu
Distribution: TexLive
Editor: Kile
Post Reply