latex export: cleanup

This commit is contained in:
Marco Thomas
2022-05-27 22:41:58 +02:00
parent 7d84b4ffe0
commit 0f4c0c8fef
2 changed files with 12 additions and 16 deletions

View File

@@ -475,7 +475,8 @@ Also fix math =utf8= chars.
#+begin_src emacs-lisp
(setq org-latex-listings 'minted
org-latex-minted-options '(("breaklines" "true")
("breakanywhere" "true"))
("breakanywhere" "true")
("bgcolor" "bg"))
org-latex-pdf-process
'("pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f"
"bibtex %b"