[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tex-continuous.el: latexmk, auctex, flymake
From: |
Arash Esbati |
Subject: |
Re: tex-continuous.el: latexmk, auctex, flymake |
Date: |
Sun, 21 Apr 2024 11:17:42 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi Paul,
Paul Nelson <ultrono@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
- Re: tex-continuous.el: latexmk, auctex, flymake, (continued)
- Re: tex-continuous.el: latexmk, auctex, flymake, Uwe Brauer, 2024/04/20
- Re: tex-continuous.el: latexmk, auctex, flymake, Paul Nelson, 2024/04/20
- Re: tex-continuous.el: latexmk, auctex, flymake, Uwe Brauer, 2024/04/20
- Re: tex-continuous.el: latexmk, auctex, flymake, Paul Nelson, 2024/04/20
- Re: tex-continuous.el: latexmk, auctex, flymake, Uwe Brauer, 2024/04/20
- Re: tex-continuous.el: latexmk, auctex, flymake, Uwe Brauer, 2024/04/20
- Re: tex-continuous.el: latexmk, auctex, flymake, Uwe Brauer, 2024/04/20
- Re: tex-continuous.el: latexmk, auctex, flymake, Paul Nelson, 2024/04/20
- Re: tex-continuous.el: latexmk, auctex, flymake, Uwe Brauer, 2024/04/20
- Re: tex-continuous.el: latexmk, auctex, flymake, Paul Nelson, 2024/04/20
Re: tex-continuous.el: latexmk, auctex, flymake,
Arash Esbati <=