emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] extra whitespace on first page of LaTeX PDF


From: Jos'h Fuller
Subject: Re: [O] extra whitespace on first page of LaTeX PDF
Date: Wed, 14 Mar 2012 13:26:14 +0000

Hi!

> I wanted a page break after the Table of Contents so I modified my org-
> export-latex-classes and added:

Have you tried using \newpage instead of \clearpage?

When I want a page break after the TOC, I'll usually just drop a \newpage in 
just before the first heading like this:

    #+ORG_EXPORT_SETTINGS...
    \newpage
    * First Heading
    ** A Subhead

This seems to work satisfactorily. My understanding is that \newpage is what 
you use for regular pagebreaks, while \clearpage is for ending a chapter 
because it flushes out floating elements. This discussion on 
tex.stackexchange.com /may/ be helpful:

    
http://tex.stackexchange.com/questions/45609/is-it-wrong-to-use-clearpage-instead-of-newpage

Hope this helps!

(Disclaimer: This advice is worth what you paid for it... ; - )

Jos'h 



reply via email to

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