From: Nick Dokos <nicholas.dokos@hp.com>
To: Michael Hannon <jm_hannon@yahoo.com>,
Org-Mode List <emacs-orgmode@gnu.org>
Cc: nicholas.dokos@hp.com
Subject: Re: Include TOC in PDF export?
Date: Fri, 02 Mar 2012 18:39:57 -0500 [thread overview]
Message-ID: <8814.1330731597@alphaville> (raw)
In-Reply-To: Message from Nick Dokos <nicholas.dokos@hp.com> of "Fri\, 02 Mar 2012 18\:21\:55 EST." <8315.1330730515@alphaville>
Nick Dokos <nicholas.dokos@hp.com> wrote:
> Michael Hannon <jm_hannon@yahoo.com> wrote:
>
> > Greetings. I'm exporting a document to both HTML and PDF. In the
> > HTML version, I get a table of contents. In the PDF version, I do NOT
> > get a table of contents. The appended text illustrates the problem.
> > I'd like to get the TOC in both.
> >
>
> num:nil causes unnumbered sections in latex (\section*{...}) which are
> not entered into the .toc file (that's a latex limitation, not an
> org-mode one), so the latex exporter wants both num: and toc: to be
> enabled before it produces a table of contents.
>
> I think the only way to get a TOC is to set num:t. You can probably
> rewrite a chunk of latex code so that unnumbered sections etc end up in
> the .toc file, but I think it would be a fairly major undertaking.
>
There is a trick (I found it in the titlesec doc) that allows you
to get unnumbered sections without using the \section* forms:
--8<---------------cut here---------------start------------->8---
#+TITLE:
#+OPTIONS: num:t ^:{} toc:5
#+LaTeX_HEADER: \setcounter{secnumdepth}{0}
--8<---------------cut here---------------end--------------->8---
Since num: is t, the latex exporter will produce a TOC and the \setcounter
will suppress section numbers. Unfortunately, that won't work with HTML
though: the sections will be numbered (unless some other trick can be found
there - maybe some CSS magic, although I wouldn't know where to start with
that).
Nick
next prev parent reply other threads:[~2012-03-02 23:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-02 22:32 Include TOC in PDF export? Michael Hannon
2012-03-02 23:21 ` Nick Dokos
2012-03-02 23:39 ` Nick Dokos [this message]
2012-03-02 23:44 ` Michael Hannon
2012-03-03 0:23 ` suvayu ali
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=8814.1330731597@alphaville \
--to=nicholas.dokos@hp.com \
--cc=emacs-orgmode@gnu.org \
--cc=jm_hannon@yahoo.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).