emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] setting left margin in PDF output of ORG file


From: J. David Boyd
Subject: Re: [O] setting left margin in PDF output of ORG file
Date: Wed, 23 Apr 2014 14:25:33 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Nick Dokos <address@hidden> writes:

> address@hidden (J. David Boyd) writes:
>
>> Bastien <address@hidden> writes:
>>
>>> address@hidden (J. David Boyd) writes:
>>>
>>>> I've looked through all the latex, org-latex, org-beamer variables I can
>>>> find with customize-apropos, but not having any luck.
>>>
>>> You can use the LaTeX geometry package:
>>>
>>>   \usepackage[margin=0.25in]{geometry}
>>>
>>> HTH,
>>
>> Thanks, but since my LaTeX-fu and Org-fu are quite weak, where would I use
>> this at?
>>
>> I can put it into the .tex file that is created manually, then run pdflatex 3
>> times like org does, but there must be somewhere to put it into the org
>> config, yes?
>>
>
> In the org file:
>
> #+LATEX_HEADER: \usepackage[margin=0.25in]{geometry}
>
> If you want to make this the default, you can customize
> org-latex-packages-alist:
>
> (add-to-list 'org-latex-packages-alist
>              '("margin=0.25in" "geometry" nil))
>
> Nick

Beautiful!  Thanks very much.  I'll definitely be adding it into my defaults.

Have a great orging day!

Dave




reply via email to

[Prev in Thread] Current Thread [Next in Thread]