David Masterson writes:
> How do I control the page margins that Org uses in its Latex/PDF output?
I also just started a new doc today and wanted reduce the margins.
Normally I set all the various margin-related distances which I can
never seem to remember and have to go search for. This time
For when we can't just use A4:
,
| #+OPTIONS: texht:t
| #+LATEX_CLASS: article
| #+LATEX_CLASS_OPTIONS: [letterpaper, 12pt]
| #+LATEX_HEADER: \usepackage[paperwidth=8.5in, paperheight=11in,
hmargin=0.5in, vmargin=0.5in]{geometry}
`
Grant Rettke | ACM, ASA, FSF, IEEE, SIAM
g...@wisdomandwon
Greetings,
Did you try searching for this?
- http://lmgtfy.com/?q=latex+pdf+margins+orgmode
To be fair, Orgmode has a default LaTeX article class, so you'd really
want to be searching for how to change LaTeX margins. Find the option
you want and put that into your Org document with #+latex_heade