From: Nick Dokos <ndokos@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: setting left margin in PDF output of ORG file
Date: Wed, 23 Apr 2014 13:47:23 -0400 [thread overview]
Message-ID: <87mwfcos44.fsf@alphaville.bos.redhat.com> (raw)
In-Reply-To: e0tcioq0hthg.fsf@www1.g9.pair.com
jdavidboyd@adboyd.com (J. David Boyd) writes:
> Bastien <bzg@gnu.org> writes:
>
>> jdavidboyd@adboyd.com (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
next prev parent reply other threads:[~2014-04-23 17:47 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-23 14:48 setting left margin in PDF output of ORG file J. David Boyd
2014-04-23 14:54 ` Bastien
2014-04-23 16:59 ` J. David Boyd
2014-04-23 17:41 ` John Hendy
2014-04-23 18:24 ` J. David Boyd
2014-04-23 17:47 ` Nick Dokos [this message]
2014-04-23 18:25 ` J. David Boyd
2014-04-24 10:29 ` Michael Strey
2014-04-25 19:01 ` John Hendy
2014-04-25 19:31 ` Martin Schöön
2014-04-25 19:51 ` Thomas S. Dye
2014-04-25 19:57 ` Martin Schöön
2014-04-28 13:58 ` Michael Strey
2014-04-28 23:13 ` John Hendy
2014-04-28 23:23 ` John Hendy
2014-04-29 0:06 ` Thomas S. Dye
2014-04-29 2:47 ` John Hendy
2014-04-25 20:19 ` Achim Gratz
2014-04-26 12:23 ` J. David Boyd
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87mwfcos44.fsf@alphaville.bos.redhat.com \
--to=ndokos@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).