Switch to minted for listings

This commit is contained in:
Charlotte Van Petegem 2023-12-08 10:34:41 +01:00
parent 8dc8ecdbc8
commit a05d11d637
No known key found for this signature in database
GPG key ID: 019E764B7184435A
5 changed files with 11 additions and 5 deletions

View file

@ -14,7 +14,7 @@
("\\section{%s}" . "\\addsec{%s}")
("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}")))
org-latex-src-block-backend 'listings
org-latex-src-block-backend 'minted
org-latex-prefer-user-labels t
org-latex-toc-command "\\frontmatter\n\\addchap{Table of Contents}\n\\label{chap:toc}\n\\listoftoc*{toc}\n\n")