Build tweaks
This commit is contained in:
parent
ef36710197
commit
4145ee53d7
2 changed files with 3 additions and 2 deletions
|
@ -15,5 +15,6 @@
|
|||
("\\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\\listoftoc*{toc}\n\n")
|
||||
(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")
|
||||
(fill-column . 200))))
|
||||
|
|
2
build.el
2
build.el
|
@ -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\\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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue