[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX] Automatically run LaTeX/BibTeX as required
From: |
Ralf Angeli |
Subject: |
Re: [AUCTeX] Automatically run LaTeX/BibTeX as required |
Date: |
Wed, 04 Aug 2010 18:44:46 +0200 |
* Andreas Kiermeier (2010-08-04) writes:
> I think you're looking for "texify" which will do the required runs of LaTeX
> and BibTeX to get references and cross-references right.
>
> I've included the following in my .emacs file, which makes the texify
> command available. You can then press C-c C-c in your latex file and select
> either Texify (to get a dvi file) or TexifyPDF (to get a pdf file).
> (add-hook 'LaTeX-mode-hook
> (lambda ()
> (add-to-list 'TeX-command-list
> '("Texify" "texify -b %t" TeX-run-command t (latex-mode) :help
^^^^^^^^^^^^^^^
This means AUCTeX will not look for and report any LaTeX errors. I
haven't checked if `TeX-run-TeX' would work. Probably not.
--
Ralf
- [AUCTeX] Automatically run LaTeX/BibTeX as required, Jaap Eldering, 2010/08/04
- Re: [AUCTeX] Automatically run LaTeX/BibTeX as required, Andreas Kiermeier, 2010/08/04
- Re: [AUCTeX] Automatically run LaTeX/BibTeX as required,
Ralf Angeli <=
- Re: [AUCTeX] Automatically run LaTeX/BibTeX as required, Jaap Eldering, 2010/08/05
- Re: [AUCTeX] Automatically run LaTeX/BibTeX as required, Ralf Angeli, 2010/08/05
- Re: [AUCTeX] Automatically run LaTeX/BibTeX as required, Ista Zahn, 2010/08/06
- Re: [AUCTeX] Automatically run LaTeX/BibTeX as required, Per Eriksson, 2010/08/06
- Re: [AUCTeX] Automatically run LaTeX/BibTeX as required, Jaap Eldering, 2010/08/06