emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: John Hendy <jw.hendy@gmail.com>
To: nicholas.dokos@hp.com
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: page break after TOC?
Date: Thu, 7 Apr 2011 12:43:25 -0500	[thread overview]
Message-ID: <BANLkTi=Obqy3uXLYp4a-7DyEmrec5u8CDQ@mail.gmail.com> (raw)
In-Reply-To: <22974.1302070306@alphaville.dokosmarshall.org>

On Wed, Apr 6, 2011 at 1:11 AM, Nick Dokos <nicholas.dokos@hp.com> wrote:
> John Hendy <jw.hendy@gmail.com> wrote:
>
>> I'd like my page1 to be on a separate page from the TOC. How do I
>> insert a pagebreak to do this? If I do it here:
>> ,---
>> | * Section 1
>> | \newpage
>> | test in section 1
>> `---
>>
>> I get the TOC, then the Section 1 title, then a page break, and then the text.
>>
>>
>
> Assuming you are talking about LaTeX export only, I would define my own
> class:
>
> * copy the system article.cls to myarticle.cls (wherever in my
> local tree LaTeX can find it; the current directory is the last
> resort but not very convenient - in my case LaTeX searches in
> /home/nick/.texmf-config/tex, so I created a directory in there
> /home/nick/.texmf-config/tex/latex/base and copied it in there
> - don't forget to run texhash or equivalent)
>
> * modify the definition of \tableofcontents to add a \newpage at
> the end
>
> * modify org-export-latex-classes by duplicating the article section and
> changing article->myarticle in one of them
>
> The above steps are one-time only. Then whenever you want
> the behavior, change the class that org exports to:

This perfect. I'll be doing this.

Thanks for the tip,
John

>
> #+LaTeX_CLASS: myarticle
>
> Nick
>
>

      reply	other threads:[~2011-04-07 17:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-06  3:19 page break after TOC? John Hendy
2011-04-06  6:11 ` Nick Dokos
2011-04-07 17:43   ` John Hendy [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='BANLkTi=Obqy3uXLYp4a-7DyEmrec5u8CDQ@mail.gmail.com' \
    --to=jw.hendy@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=nicholas.dokos@hp.com \
    /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).