File indexing completed on 2024-03-24 05:06:34

0001 #!/usr/bin/perl
0002 
0003 # tbraun 18.7.2007
0004 
0005 print <<EOT;
0006 
0007 [Tool/BibTeX/8bitVersion]
0008 class=Compile
0009 command=bibtex8
0010 options='%S'
0011 from=aux
0012 to=bbl
0013 type=Process
0014 
0015 [Tool/Asymptote/Default]
0016 class=Compile
0017 command=asy
0018 options='%S'
0019 from=
0020 to=
0021 type=Process
0022 
0023 [Tool/PDFLaTeX/Draft]
0024 class=LaTeX
0025 command=pdflatex
0026 options=-draftmode-interaction=nonstopmode'%source'
0027 from=
0028 to=pdf
0029 type=Process
0030 checkForRoot=yes
0031 jumpToFirstError=yes
0032 autoRun=yes
0033 
0034 [Tool/PDFTeX/Draft]
0035 class=Compile
0036 command=pdftex
0037 options=-draftmode-interaction=nonstopmode'%source'
0038 from=
0039 to=pdf
0040 type=Process
0041 
0042 [Tools]
0043 Asymptote=Default
0044 EOT