Update chapter 6 with latest version of article

This commit is contained in:
Charlotte Van Petegem 2024-03-06 15:11:52 +01:00
parent 9816406d66
commit c2788663f9
No known key found for this signature in database
GPG key ID: 019E764B7184435A
9 changed files with 266 additions and 191 deletions

View file

@ -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)