[TxMt] texMate.py
Alain Matthes
alain.matthes at mac.com
Sat Jan 26 08:47:35 UTC 2008
hello
I try to understand how work this file but I don't know python
if texCommand == 'latexmk':
writeLatexmkRc(engine,constructEngineOptions(tsDirs,tmPrefs))
if engine == 'latex':
texCommand = 'latexmk.pl -pdfps -f -r /tmp/latexmkrc '
else:
texCommand = 'latexmk.pl -pdf -f -r /tmp/latexmkrc '
If I understand, in ayy case, you use latexmk ?
is it possible to use pdflatex directly without latexmk ?
Regards Alain
More information about the textmate
mailing list