[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] export to LaTeX with TOC but without numbers
From: |
Andreas Leha |
Subject: |
[O] export to LaTeX with TOC but without numbers |
Date: |
Tue, 04 Jun 2013 09:34:19 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
Hi all,
How can I export to LaTeX with the combined effect of toc:t and num:nil?
Setting num:nil results in an empty TOC.
I guess, I am looking for a way to automatically add
#+begin_latex
\addcontentsline{toc}{<the level>}{<the heading>}
#+end_latex
to the exported document.
Regards,
Andreas