You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
576 B
45 lines
576 B
15 years ago
|
#!/usr/bin/perl
|
||
|
|
||
|
# tbraun 18.7.2007
|
||
|
|
||
|
print <<EOT;
|
||
|
|
||
|
[Tool/BibTeX/8bitVersion]
|
||
|
class=Compile
|
||
|
command=bibtex8
|
||
|
options='%S'
|
||
|
from=aux
|
||
|
to=bbl
|
||
|
type=Process
|
||
|
|
||
|
[Tool/Asymptote/Default]
|
||
|
class=Compile
|
||
|
command=asy
|
||
|
options='%S'
|
||
|
from=
|
||
|
to=
|
||
|
type=Process
|
||
|
|
||
|
[Tool/PDFLaTeX/Draft]
|
||
|
class=LaTeX
|
||
|
command=pdflatex
|
||
|
options=-draftmode-interaction=nonstopmode'%source'
|
||
|
from=
|
||
|
to=pdf
|
||
|
type=Process
|
||
|
checkForRoot=yes
|
||
|
jumpToFirstError=yes
|
||
|
autoRun=yes
|
||
|
|
||
|
[Tool/PDFTeX/Draft]
|
||
|
class=Compile
|
||
|
command=pdftex
|
||
|
options=-draftmode-interaction=nonstopmode'%source'
|
||
|
from=
|
||
|
to=pdf
|
||
|
type=Process
|
||
|
|
||
|
[Tools]
|
||
|
Asymptote=Default
|
||
|
EOT
|