[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: latexmk default compilation
From: |
Colin Baxter |
Subject: |
Re: latexmk default compilation |
Date: |
Fri, 11 Sep 2020 12:34:41 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
>>>>> Denis Bitouzé <dbitouze@wanadoo.fr> writes:
> Le 11/09/20 à 12h50, François Patte a écrit :
>> Is it possible to run latexmk as the default compilator while
>> using Ctrl-c-c in auctex?
> Maybe with this (don't know if it is enough):
> (add-hook 'LaTeX-mode-hook '(lambda () (setq TeX-command-default
> "Latexmk")))
If the above doesn't work for you, try
(setq org-latex-pdf-process '("latexmk -outdir=%o -f %f"))
Best wishes,