mwnn <mwnn...@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

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to