summaryrefslogtreecommitdiff
path: root/init-custom.el
diff options
context:
space:
mode:
authorBlendoit <blendoit@gmail.com>2020-09-12 12:34:41 -0700
committerBlendoit <blendoit@gmail.com>2020-09-12 12:34:41 -0700
commit6df26c02303da93ae592b58c06e18adb646f47db (patch)
tree835836b64f49f50175de2fb3fa4a5b0ed88499c6 /init-custom.el
parent233720211252c748e98e350c4eab0284371b9df6 (diff)
Minted---colored source blocks in Org LaTeX exports.
Diffstat (limited to 'init-custom.el')
-rw-r--r--init-custom.el13
1 files changed, 3 insertions, 10 deletions
diff --git a/init-custom.el b/init-custom.el
index b7f6584..3574a4e 100644
--- a/init-custom.el
+++ b/init-custom.el
@@ -79,17 +79,10 @@
("\\section{%s}" . "\\section*{%s}")
("\\subsection*{%s}" . "\\subsection*{%s}")
("\\subsubsection*{%s}" . "\\subsubsection*{%s}"))))
- '(org-latex-packages-alist
- '(("AUTO" "polyglossia" t
- ("xelatex" "lualatex"))
- ("AUTO" "babel" t
- ("pdflatex"))
- ("AUTO" "booktabs" t
- ("pdflatex"))
- ("table,svgnames" "xcolor" t
- ("pdflatex"))))
+ '(org-latex-logfiles-extensions
+ '("aux" "bcf" "blg" "fdb_latexmk" "fls" "figlist" "idx" "log" "nav" "out" "ptc" "run.xml" "snm" "toc" "vrb" "xdv"))
'(org-latex-pdf-process
- '("latexmk -pdf -f -interaction=nonstopmode -pdflatex=\"%latex\" -outdir=%o %f"))
+ '("latexmk -pdf -f -interaction=nonstopmode -shell-escape -pdflatex=\"lualatex\" -outdir=%o %f"))
'(org-latex-toc-command "\\tableofcontents\\clearpage")
'(org-log-done 'time)
'(org-startup-align-all-tables t)
Copyright 2019--2024 Marius PETER