Page Layout ⇒ Changing the geometry of my document
Changing the geometry of my document
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.
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
Changing the geometry of my document
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}
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.
Distribution: TexLive
Editor: Kile