Create PDF files using latex

This commit is contained in:
Marcus Kammer 2021-11-06 12:59:20 +01:00
parent 3cf07df853
commit ea275bb640
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -193,7 +193,7 @@
(org-html-html5-fancy t)
(org-html-htmlize-output-type nil)
(org-latex-pdf-process
'(("latexmk -xelatex -shell-escape -quiet -f %f")))
'("latexmk -xelatex -shell-escape -quiet -f %f"))
(org-latex-compiler "xelatex")
(org-latex-listings t)
(org-log-done (quote time))