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: Nick Dokos
Subject: Re: [O] setting left margin in PDF output of ORG file
Date: Wed, 23 Apr 2014 13:47:23 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

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





reply via email to

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