emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Include TOC in PDF export?


From: Nick Dokos
Subject: Re: [O] Include TOC in PDF export?
Date: Fri, 02 Mar 2012 18:21:55 -0500

Michael Hannon <address@hidden> 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.

Nick

> 
> I'm running:
> 
>     Org-mode version 7.8.03 (release_7.8.03.324.gc4b233)
> 
> in Fedora 16, 64-bit.
> 
> What am I missing?
> 
> Thanks,
> 
> -- Mike
> 
> 
> 
> #+TITLE:
> #+OPTIONS: num:nil ^:{} toc:t
> 
> * Tale of Two Cities
> 
> *It was the best of times, it was the worst of times*
> 
> It was the best of times, it was the worst of times, it was the age of
> wisdom, it was the age of foolishness, it was the epoch of belief, it
> was the epoch of incredulity, it was the season of Light, it was the
> season of Darkness, it was the spring of hope, it was the winter of
> despair, we had everything before us, we had nothing before us, we
> were all going direct to heaven, we were all going direct the other
> way - in short, the period was so far like the present period, that
> some of its noisiest authorities insisted on its being received, for
> good or for evil, in the superlative degree of comparison only.
> 
> * David Copperfield
> 
> *Barkis is willin*
> 
> As he repudiated this suggestion, however, with a jerk of his head,
> and once more confirmed his previous request by saying, with profound
> gravity, 'Barkis is willin'. That's the message,' I readily undertook
> its transmission. While I was waiting for the coach in the hotel at
> Yarmouth that very afternoon, I procured a sheet of paper and an
> inkstand, and wrote a note to Peggotty, which ran thus: 'My dear
> Peggotty. I have come here safe. Barkis is willing. My love to
> mama. Yours affectionately. P.S. He says he particularly wants you to
> know - BARKIS IS WILLING.'
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]