Hi Sivaram, as an alternative, don't use "auctex-latexmk" package at all, but just issue C-c C-a (M-x TeX-command-run-all RET) in place of C-c C-c when you want to compile. You'll get pretty much the same result, with the difference that you don't need external packages, the viewer is automatically opened if the output file is ready, and error parsing by AUCTeX is correct.
Bye, Mosè 2016-09-06 20:10 GMT+02:00 Sivaram Neelakantan <[email protected]>: > On Tue, Sep 06 2016,Piet van Oostrum wrote: > >> Sivaram Neelakantan <[email protected]> writes: >> >>> On Sun, Aug 21 2016,Mosè Giordano wrote: >> [snip] >>> I just saw a package auctex-latexmk on melpa. Anyone know how to use >>> that? >> >> See the doc >> https://github.com/tom-tan/auctex-latexmk/ >> >> Basically, put in your .emacs or equivalent: >> >> (require 'auctex-latexmk) >> (auctex-latexmk-setup) >> >> And it gives you a LatexMk entry in the Commands menu, and for C-c C-c. > > Thanks, I'll try it out. > > sivaram > -- > > > _______________________________________________ > auctex mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/auctex > _______________________________________________ auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/auctex
