emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Specifying left/right margin sizes for pdf documents
@ 2010-09-02 13:00 mwnn
  2010-09-02 14:16 ` mwnn
  2010-09-02 14:18 ` Bastien
  0 siblings, 2 replies; 3+ messages in thread
From: mwnn @ 2010-09-02 13:00 UTC (permalink / raw)
  To: emacs-orgmode

  Hi,
     How can i specify the left/right margin sizes for the resulting 
*.pdf documents (org-export-as-pdf) in a *.org file.

Regards,
mwnn

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Specifying left/right margin sizes for pdf documents
  2010-09-02 13:00 Specifying left/right margin sizes for pdf documents mwnn
@ 2010-09-02 14:16 ` mwnn
  2010-09-02 14:18 ` Bastien
  1 sibling, 0 replies; 3+ messages in thread
From: mwnn @ 2010-09-02 14:16 UTC (permalink / raw)
  To: emacs-orgmode

  Adding the following lines to my *.org file solved the issue.

#+LATEX_HEADER: \addtolength{\textwidth}{2in}
#+LATEX_HEADER: \addtolength{\hoffset}{-1in}
#+LATEX_HEADER: \addtolength{\voffset}{-1in}

Regards,
mwnn

On 09/02/2010 06:30 PM, mwnn wrote:
>  Hi,
>     How can i specify the left/right margin sizes for the resulting 
> *.pdf documents (org-export-as-pdf) in a *.org file.
>
> Regards,
> mwnn

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Specifying left/right margin sizes for pdf documents
  2010-09-02 13:00 Specifying left/right margin sizes for pdf documents mwnn
  2010-09-02 14:16 ` mwnn
@ 2010-09-02 14:18 ` Bastien
  1 sibling, 0 replies; 3+ messages in thread
From: Bastien @ 2010-09-02 14:18 UTC (permalink / raw)
  To: mwnn; +Cc: emacs-orgmode

mwnn <mwnnlin@gmail.com> writes:

>     How can i specify the left/right margin sizes for the resulting
> *.pdf documents (org-export-as-pdf) in a *.org file.

Take a look at the "geometry" package:

  ftp://ftp.tex.ac.uk/tex-archive/macros/latex/contrib/geometry/geometry.pdf

For example:

,----
| \usepackage{geometry}
| \geometry{left=1.2in,right=1.2in,top=1.2in,bottom=1.2in}
`----

-- 
 Bastien

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-09-02 14:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-02 13:00 Specifying left/right margin sizes for pdf documents mwnn
2010-09-02 14:16 ` mwnn
2010-09-02 14:18 ` Bastien

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).