From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Salazar Subject: extra whitespace on first page of LaTeX PDF Date: Wed, 14 Mar 2012 03:18:00 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d04428e5c87a8e404bb2ec60b Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49253) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7iTE-0005k4-VH for emacs-orgmode@gnu.org; Wed, 14 Mar 2012 03:18:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7iTD-0004er-8Z for emacs-orgmode@gnu.org; Wed, 14 Mar 2012 03:18:04 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:50529) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7iTC-0004ef-Tm for emacs-orgmode@gnu.org; Wed, 14 Mar 2012 03:18:03 -0400 Received: by wibhj13 with SMTP id hj13so1584837wib.12 for ; Wed, 14 Mar 2012 00:18:00 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --f46d04428e5c87a8e404bb2ec60b Content-Type: text/plain; charset=ISO-8859-1 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 page after the Table of Contents, before the first text appears. Has anyone run into this before? Thanks, Peter --f46d04428e5c87a8e404bb2ec60b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I'm using=A0xelatex=A0org-latex-to-pdf-process to convert org-mode= to PDF.=A0

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{\\c= learpage}
\\makeatother

But now I = have lots of extra whitespace on the page after the Table of Contents, befo= re the first text appears.=A0

Has anyone run into this before?=A0

Thanks,
Peter
--f46d04428e5c87a8e404bb2ec60b--