Orm Finnendahl <orm.finnend...@selma.hfmdk-frankfurt.de> writes:

>  when exporting to Latex, all parts/chapters/sections/... get an
> asterisk added to the latex command, like \part*{...}, \chapter*{...},
> etc.
This should only happen with

#+options: num:nil
…
> - Is there another way to accomplish rendering a full toc with
>   org-export to latex?

#+options: num:t

If you want both HTML and LaTeX export to look good, you can use

#+MACRO: if-latex-else (eval (if (org-export-derived-backend-p 
org-export-current-backend 'latex) "#+OPTIONS: num:t" "#+OPTIONS: num:nil"))
{{{if-latex-else}}}

Best wishes,
Arne
-- 
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de

Attachment: signature.asc
Description: PGP signature

Reply via email to