Fix generation of toc label
This commit is contained in:
parent
4952b45076
commit
d023e77c37
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue