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