[TxMt] Re: LaTeX Typeset & View
Alain Matthes
alain.matthes at mac.com
Wed Jan 27 06:34:29 UTC 2010
Le 27 janv. 2010 à 02:14, Alex Ross a écrit :
>
> Hi LaTeX users,
>
> I'm working some more on the Typeset and View command, we are going to replace the default command that currently ships with TextMate. But I need some information. What process are TextMate's LaTeX users following for building their documents? I'm sure most of you are using bibtex, but what about other things like makeindex? Has everyone moved to a pure pdf-based process, or are some of you still using dvi/postscript? What are you using for pictures? Anything you can tell me will help.
>
> I would also *love* example documents along with the expected output. This will aid in testing, and ensure that your particular process will be supported!
Hi
I put this question some days ago :
What is the best way to build this engine from TexShop ?
#!/bin/tcsh
set path= ($path /usr/texbin /usr/local/bin)
set filename = "$1"
set asyname = "${filename:r}.asy"
pdflatex -synctex=1 "$filename"
asy -v "$asyname"
pdflatex -synctex=1 "$filename"
I make a very simple script but I would like
a skeleton to make this script
Best regards
Alain Matthes
More information about the textmate
mailing list