* Leon (2006-08-02) writes:

> 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
> |             '("All" "latexmk \"%(-pdf)\input{%t}\"" TeX-run-TeX nil 

                '("All" "latexmk %(-pdf) %t" TeX-run-TeX nil 

-- 
Ralf



_______________________________________________
auctex mailing list
auctex@gnu.org
http://lists.gnu.org/mailman/listinfo/auctex

Reply via email to