Fix generation of toc label

This commit is contained in:
Charlotte Van Petegem 2023-11-16 10:50:44 +01:00
parent 4952b45076
commit d023e77c37
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -16,5 +16,5 @@
(org-latex-src-block-backend . 'listings)
(org-latex-prefer-user-labels . t)
(org-html-prefer-user-labels . t)
(org-latex-toc-command . "\\frontmatter\n\\addchap{Table of Contents}\n\label{chap:toc}\n\\listoftoc*{toc}\n\n")
(org-latex-toc-command . "\\frontmatter\n\\addchap{Table of Contents}\n\\label{chap:toc}\n\\listoftoc*{toc}\n\n")
(fill-column . 200))))