auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX] AUCTeX and latexmk


From: Angelo Graziosi
Subject: Re: [AUCTeX] AUCTeX and latexmk
Date: Tue, 30 Dec 2008 11:13:36 +0100
User-agent: Thunderbird 2.0.0.18 (Windows/20081105)

Ralf Angeli ha scritto:
* Angelo Graziosi (2008-12-30) writes:

but when I click the 'Run latex' button, it still runs the 'latex'
command (or 'pdflatex', if PDF mode is enable), not 'latexmk' as I was
hoping. (I have restarted Emacs...)

What have I missed?

The definition of a button in `TeX-bar-LaTeX-button-alist' for running
the "All" command you defined and the addition of the button to
`TeX-bar-LaTeX-buttons'.


So what else I have to add to my .emacs file?

It contains already this:

;; Enabling other buttons on the tool-bar, using AUCTeX
(setq TeX-bar-LaTeX-buttons
      '(new-file
        open-file
        dired
        kill-buffer
        save-buffer
        write-file
        undo
        cut
        copy
        paste
        search-forward
        print-buffer
        ;;customize
        ;;help
        [separator nil]
        latex
        next-error
        view
        file
        bibtex
        clean
        ;;latex-symbols-experimental
        nil))

Thanks,
   Angelo.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]