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