Update chapter 6 with latest version of article
This commit is contained in:
parent
9816406d66
commit
c2788663f9
9 changed files with 266 additions and 191 deletions
3
build.el
3
build.el
|
@ -16,7 +16,8 @@
|
|||
("\\subsubsection{%s}" . "\\subsubsection*{%s}")))
|
||||
org-latex-caption-above nil
|
||||
org-latex-src-block-backend 'minted
|
||||
org-latex-minted-options '(("linenos" . "true"))
|
||||
org-latex-minted-options '(("linenos" . "true")
|
||||
("breaklines" . "true"))
|
||||
org-latex-prefer-user-labels t
|
||||
org-latex-subtitle-format "\\subtitle{%s}"
|
||||
org-latex-subtitle-separate t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue