[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Supporting LatexMK in AUCTeX OOTB
From: |
Arash Esbati |
Subject: |
Re: Supporting LatexMK in AUCTeX OOTB |
Date: |
Sat, 30 Mar 2024 11:41:03 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Colin Baxter <m43cap@yandex.com> writes:
> What is being proposed?
See my other message to this thread.
> This already works
>
> (add-hook 'LaTeX-mode-hook
> (lambda()
> (add-to-list
> 'TeX-command-list
> '("LaTeXMK" "latexmk %s" TeX-run-TeX nil t
> :help "Run latexmk on master."))))
Yes, but this is limited; AUCTeX provides some options to control the
output and they are not respected in the above code. If AUCTeX is
supposed to support LaTeXMK, it has to try harder.
Best, Arash