At Thu, 04 Feb 2010 09:43:31 -0500,
Matt Price wrote:

[...]

> get documentsl ooking about how I want them to -- the default output of
> the latex export has way too much whitespace for my tastes -- but I
> guess I hsould be able to figure those issues out somehow.  thanks
> again!
> matt
> 

If it's the margins giving you too much white space (a common
complaint from people moving to latex from other types of word or
document procssors), you could try something along these lines:

--8<---------------cut here---------------start------------->8---
#+latex_header: \usepackage[letterpaper]{geometry}
#+latex-header: 
\geometry{verbose,tmargin=3cm,bmargin=3cm,lmargin=3cm,rmargin=3cm}
--8<---------------cut here---------------end--------------->8---

untested.  change "letterpaper" to your actual paper size, of course.

HTH,
eric


_______________________________________________
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