Colin Baxter <[email protected]> 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

Reply via email to