auctex-cont-latexmk

Homepage: https://github.com/ultronozm/auctex-cont-latexmk.el

Author: Paul D. Nelson

Updated:

Summary

Run latexmk continuously, report errors via Flymake

Commentary

This package provides a minor mode that compiles a LaTeX document
via latexmk, reporting errors via `flymake'.

Use `auctex-cont-latexmk-toggle' to toggle the minor mode and set
up Flymake.

If you want to enable continuous compilation but prefer either not
to use the Flymake backend or to manage it yourself (e.g., in
combination with other Flymake backends), then instead use
`auctex-cont-latexmk-mode' and add #'auctex-cont-latexmk-flymake to
`flymake-diagnostic-functions' when you'd like.

Customize the variable `auctex-cont-latexmk-command' to change the
compilation command.

The compilation takes place in a buffer *pvc-filename*, so look
there if you need to see the output.

Dependencies