2 Aug 2006 22:14
Re: Integrate latexmk into auctex
Leon <sdl.web <at> gmail.com>
2006-08-02 20:14:18 GMT
2006-08-02 20:14:18 GMT
Sebastian Schubert <sebastian-schubert <at> gmx.de> writes:
> Ralf Angeli wrote:
>
>
> [code]
>
> It works.
>
>> Note that you could customize `TeX-expand-list', but using
>> `add-to-list' has the advantage that it does not overwrite the default
>> value of `TeX-expand-list' which could change over time.
>
> I add the latexmk call to TeX-command-list in that way now. Thanks for
> advice!
I'm also interested in using latexmk as default. I have the following
setting in ~/.emacs
,----
| (eval-after-load "tex"
| '(add-to-list 'TeX-expand-list
| '("%(-pdf)" (lambda ()
| (if (and (not TeX-Omega-mode)
| (or TeX-PDF-mode
| TeX-DVI-via-PDFTeX))
| "-pdf"
| "")))))
| (eval-after-load "tex"
| '(add-to-list 'TeX-command-list
(Continue reading)






RSS Feed