Make sure there is also a TOC in the HTML export
This commit is contained in:
parent
8681f9626b
commit
ef36710197
3 changed files with 6 additions and 11 deletions
3
build.el
3
build.el
|
@ -14,7 +14,8 @@
|
|||
("\\subsection{%s}" . "\\subsection*{%s}")
|
||||
("\\subsubsection{%s}" . "\\subsubsection*{%s}")))
|
||||
org-latex-src-block-backend 'listings
|
||||
org-latex-prefer-user-labels t)
|
||||
org-latex-prefer-user-labels t
|
||||
org-latex-toc-command "\\frontmatter\n\\addchap{Table of Contents}\n\\listoftoc*{toc}\n\n")
|
||||
|
||||
(find-file "book.org")
|
||||
(org-latex-export-to-latex)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue