On Sat, Mar 3, 2012 at 00:44, Michael Hannon <jm_han...@yahoo.com> wrote: >> 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. > > Thanks, Nick. I think I'll learn to love the current arrangement.
There is a slightly hacky solution. With "num:nil", you can put a line like the following line after every heading you want to see in the TOC. \addcontentsline{toc}{subsection}{\nameref{<subsection latex label>}} Hope this helps. -- Suvayu Open source is the future. It sets us free.