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

2012-03-14 Thread Jos'h Fuller
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_E

[O] extra whitespace on first page of LaTeX PDF

2012-03-14 Thread Peter Salazar
I'm using xelatex org-latex-to-pdf-process to convert org-mode to PDF. I wanted a page break after the Table of Contents so I modified my org-export-latex-classes and added: \\makeatletter \\g@addto@macro\\@cfttocfinish{\\clearpage} \\makeatother But now I have lots of extra whitespace on the pa