[OS X TeX] "Texify"?

Jung-Tsung Shen jushen at gmail.com
Thu Sep 29 17:11:53 CEST 2005


Ah, thanks Felix. That's a feature I didn't know about at all. Will
try it later. :-)

JT

On 9/29/05, Felix Grasser <fgrasser at gmx.net> wrote:
> > Is there a command on TeXShop which automatically executes the
> > sequence: latex + bibtex + latex + latex?
> >
> > (* On WinEdt, there's an icon "Texify" does this sequence. *)
>
> Alternatively to the macro that Chris mentioned, I have been very
> pleased with "latexmk" [1]. It is a Perl script that automatically
> determines what needs to be run and in what order and then typesets
> the document accordingly.
>
> Download the Perl script, install it according to the documentation
> and then create a new engine file for TeXShop (e.g. latexmk.engine)
> containing the following:
>
> ------
> #!/bin/tcsh
>
> set path= ($path /usr/local/teTeX/bin/powerpc-apple-darwin-current /
> usr/local/bin)
> latexmk -pdf "$1"
> ------
>
> Add the name of your engine (e.g. latexmk) as the personal script in
> TeXShop's preferences and your "Texify" process is fully automated.
>
> HTH
> Felix
>
>
> [1]:    <http://www.phys.psu.edu/~collins/software/latexmk-jcc/>
>
>
>
> ------------------------- Info --------------------------
> Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
>           & FAQ: http://latex.yauh.de/faq/
> TeX FAQ: http://www.tex.ac.uk/faq
> List Archive: http://tug.org/pipermail/macostex-archives/
>
>
------------------------- Info --------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
          & FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/




More information about the macostex-archives mailing list