Build changes

This commit is contained in:
Charlotte Van Petegem 2024-02-01 16:53:49 +01:00
parent 2e66340d93
commit eaebe31b27
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 18 additions and 13 deletions

View file

@ -8,6 +8,8 @@
(org-latex-caption-above . nil)
(org-latex-src-block-backend . minted)
(org-latex-minted-options . (("linenos" . "true")))
(org-latex-subtitle-format . "\\subtitle{%s}")
(org-latex-subtitle-separate . t)
(org-latex-prefer-user-labels . t)
(org-latex-pdf-process . ("latexmk -f -pdf -%latex -shell-escape -interaction=nonstopmode -output-directory=%o %f"))
(org-html-prefer-user-labels . t)