emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Jos'h Fuller <Jos'h.Fuller@arcproductions.com>
To: Peter Salazar <cycleofsong@gmail.com>,
	"emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: extra whitespace on first page of LaTeX PDF
Date: Wed, 14 Mar 2012 13:26:14 +0000	[thread overview]
Message-ID: <44B0EAE8544C834188E8790873CDE1CC3EA491@ARCEXCHANGE.arc.local> (raw)
In-Reply-To: <CAE+_6Txn45_DUUddZyXWkKB1Z7i4uCM3tfR5RE4fv3C+C_FePQ@mail.gmail.com>

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	other threads:[~2012-03-14 13:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-14  7:18 extra whitespace on first page of LaTeX PDF Peter Salazar
2012-03-14 13:26 ` Jos'h Fuller [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44B0EAE8544C834188E8790873CDE1CC3EA491@ARCEXCHANGE.arc.local \
    --to=jos'h.fuller@arcproductions.com \
    --cc=cycleofsong@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).