Remove hack on how table of contents is generated
This commit is contained in:
parent
f6f1663f5a
commit
2ea608dbf4
3 changed files with 6 additions and 8 deletions
3
build.el
3
build.el
|
@ -17,8 +17,7 @@
|
|||
org-latex-caption-above nil
|
||||
org-latex-src-block-backend 'minted
|
||||
org-latex-minted-options '(("linenos" . "true"))
|
||||
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-prefer-user-labels t)
|
||||
|
||||
(add-to-list
|
||||
'org-export-smart-quotes-alist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue