emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: suggestion to change default org-latex-pdf-process to latexmk


From: Scott Randby
Subject: Re: suggestion to change default org-latex-pdf-process to latexmk
Date: Wed, 2 Jun 2021 13:36:42 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.2

On 6/2/21 12:07 PM, Stefan Nobis wrote> I have

--8<---------------cut here---------------start------------->8---
(setq org-latex-pdf-process '("latexmk -f -pdf -%latex -outdir=%o %f"))
--8<---------------cut here---------------end--------------->8---


I could not get that setting to work. The only setting that worked for me was 
this one:

--8<---------------cut here---------------start------------->8---
(customize-set-variable 'org-latex-pdf-process '("latexmk -f -pdf -%latex 
-interaction=nonstopmode -output-directory=%o %f"))
--8<---------------cut here---------------end--------------->8---

I've added the above code to my configuration file.

Scott



reply via email to

[Prev in Thread] Current Thread [Next in Thread]