Hi Paul,

Paul Nelson <ultr...@gmail.com> writes:

> I thought I'd share a package I'm hoping to eventually submit to ELPA.
> It may be topical in view of the recent discussion here concerning
> latexmk.  I would appreciate any advice or suggestions, particularly
> on ways that I could better leverage existing functionality from
> AUCTeX.

Thanks for sharing this.  I only have a minor comment reg. compatibility
with MS-Windonws:

> (defcustom tex-continuous-command
>   "latexmk -pvc -shell-escape -pdf -view=none -e '$pdflatex=q/pdflatex %O 
> -synctex=1 -interaction=nonstopmode %S/'"
>   "Command to compile LaTeX documents."
>   :type 'string
>   :group 'tex-continuous)

Will the above work on Windows?  I was comparing this with examples in
latexmk.pdf (texdoc latexmk) on pages 7-8.

Best, Arash

Reply via email to