Fix TOC label in build.el

This commit is contained in:
Charlotte Van Petegem 2023-11-21 13:40:17 +01:00
parent 8b4c6f4a15
commit a409a57732
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -15,7 +15,7 @@
("\\subsubsection{%s}" . "\\subsubsection*{%s}")))
org-latex-src-block-backend 'listings
org-latex-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")
(find-file "book.org")
(org-latex-export-to-latex)