Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f8947675 authored by FELŠÖCI Marek's avatar FELŠÖCI Marek
Browse files

latex-publish.el: latexmk command must not contain line breaks

parent a996bc26
No related branches found
No related tags found
No related merge requests found
Pipeline #912781 passed
;; Override the default LaTeX publishing command.
(setq org-latex-pdf-process
(list "latexmk --shell-escape -f -pdf -%latex -interaction=nonstopmode
-output-directory=%o %f"))
(list
"latexmk --shell-escape -f -pdf -%latex -interaction=nonstopmode -output-directory=%o %f"))
;; Preserve user-defined labels during the export to PDF via LaTeX.
(setq org-latex-prefer-user-labels t)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment