Warning, /office/kile/src/data/kilestdtools.rc is written in an unsupported language. File is not indexed.

0001 [Tool/Archive/Tar]
0002 class=Archive
0003 command=tar
0004 options=cvf %S.tar %AFL
0005 from=kilepr
0006 to=tar
0007 type=Process
0008 
0009 [Tool/Archive/Tar + gzip]
0010 class=Archive
0011 command=tar
0012 options=zcvf %S.tar.gz %AFL
0013 from=kilepr
0014 to=tar.gz
0015 type=Process
0016 
0017 [Tool/Archive/Tar + bzip2]
0018 class=Archive
0019 command=tar
0020 options=jcvf %S.tar.bz2 %AFL
0021 from=kilepr
0022 to=tar.bz2
0023 type=Process
0024 
0025 [Tool/Archive/Zip]
0026 class=Archive
0027 command=zip
0028 options=%S.zip %AFL
0029 from=kilepr
0030 to=zip
0031 type=Process
0032 
0033 [Tool/Biber/Default]
0034 class=Bibliography
0035 command=biber
0036 options=%S
0037 from=aux
0038 to=bbl
0039 type=Process
0040 
0041 [Tool/BibTeX/Default]
0042 class=Bibliography
0043 command=bibtex
0044 options=%S
0045 from=aux
0046 to=bbl
0047 type=Process
0048 
0049 [Tool/BibTeX/8bit Version]
0050 class=Bibliography
0051 command=bibtex8
0052 options=%S
0053 from=aux
0054 to=bbl
0055 type=Process
0056 
0057 [Tool/Convert/eps2png]
0058 class=Convert
0059 command=convert
0060 options=+adjoin -antialias -trim -transparent white -density %res %S.eps %S.png
0061 from=eps
0062 to=png
0063 type=Process
0064 
0065 [Tool/Convert/pdf2png]
0066 class=Convert
0067 command=convert
0068 options=+adjoin -antialias -trim -transparent white -density %res %S.pdf %S.png
0069 from=pdf
0070 to=png
0071 type=Process
0072 
0073 [Tool/DBLaTeX/Convert to DVI]
0074 class=Compile
0075 command=dblatex
0076 options=-tdvi %S.xml
0077 from=xml
0078 to=dvi
0079 type=Process
0080 
0081 [Tool/DBLaTeX/Convert to PDF]
0082 class=Compile
0083 command=dblatex
0084 from=xml
0085 to=pdf
0086 options=-tpdf %S.xml
0087 type=Process
0088 
0089 [Tool/DBLaTeX/Convert to LaTeX]
0090 class=Compile
0091 command=dblatex
0092 from=xml
0093 to=tex
0094 options=-ttex %S.xml
0095 type=Process
0096 
0097 [Tool/DBLaTeX/Convert to Postscript]
0098 class=Compile
0099 command=dblatex
0100 from=xml
0101 to=ps
0102 options=-tps %S.xml
0103 type=Process
0104 
0105 [Tool/DVItoPDF/Default]
0106 class=Convert
0107 command=dvipdfmx
0108 options=%S.dvi
0109 from=dvi
0110 to=pdf
0111 type=Process
0112 
0113 [Tool/DVItoPDF/Black and White]
0114 class=Convert
0115 command=dvipdfmx
0116 options=-c %S.dvi
0117 from=dvi
0118 to=pdf
0119 type=Process
0120 
0121 [Tool/DVItoPDF/Landscape]
0122 class=Convert
0123 command=dvipdfmx
0124 options=-l %S.dvi
0125 from=dvi
0126 to=pdf
0127 type=Process
0128 
0129 [Tool/DVItoPNG/Default]
0130 class=Convert
0131 command=dvipng
0132 options=-T tight -D %res -o %S.png %S.dvi
0133 from=dvi
0134 to=png
0135 type=Process
0136 
0137 [Tool/DVItoPS/Default]
0138 class=Convert
0139 command=dvips
0140 options=-o %S.ps %S.dvi
0141 from=dvi
0142 to=ps
0143 type=Process
0144 
0145 [Tool/DVItoPS/dvi2eps]
0146 class=Convert
0147 command=dvips
0148 options=-o %S.eps %S.dvi
0149 from=dvi
0150 to=eps
0151 type=Process
0152 
0153 [Tool/LaTeX/Default]
0154 class=LaTeX
0155 command=latex
0156 options=-interaction=nonstopmode %source
0157 from=
0158 to=dvi
0159 type=Process
0160 checkForRoot=yes
0161 jumpToFirstError=yes
0162 autoRun=yes
0163 
0164 [Tool/LaTeX/Draft]
0165 class=LaTeX
0166 command=latex
0167 options=-draftmode -interaction=nonstopmode %source
0168 from=
0169 to=dvi
0170 type=Process
0171 checkForRoot=yes
0172 jumpToFirstError=yes
0173 autoRun=yes
0174 
0175 [Tool/LaTeX/Modern]
0176 class=LaTeX
0177 command=latex
0178 options=-src-specials -interaction=nonstopmode %source
0179 from=
0180 to=dvi
0181 type=Process
0182 checkForRoot=yes
0183 jumpToFirstError=yes
0184 autoRun=yes
0185 
0186 [Tool/LaTeX to Web/TeX4ht (LaTeX to HTML)]
0187 class=Compile
0188 command=mk4ht
0189 from=tex
0190 to=html
0191 options=htlatex %source
0192 type=Process
0193 
0194 [Tool/LaTeX to Web/TeX4ht (LaTeX to MathML)]
0195 class=Compile
0196 command=mk4ht
0197 from=tex
0198 to=xml
0199 options=xhmlatex %source
0200 type=Process
0201 
0202 [Tool/LaTeX to Web/TeX4ht (LaTeX to XML)]
0203 class=Compile
0204 command=mk4ht
0205 from=tex
0206 to=xml
0207 options=xhlatex %source
0208 type=Process
0209 
0210 [Tool/LaTeX to Web/latex2html]
0211 class=Compile
0212 command=latex2html
0213 options=%source
0214 from=tex
0215 to=html
0216 type=Process
0217 
0218 [Tool/MakeIndex/Default]
0219 class=Compile
0220 command=makeindex
0221 options=%S.idx
0222 from=idx
0223 to=idx
0224 type=Process
0225 
0226 [Tool/MakeIndex/xindy]
0227 class=Compile
0228 command=xindy
0229 options=%S.idx
0230 from=idx
0231 to=idx
0232 type=Process
0233 
0234 [Tool/MetaPost/Default]
0235 class=Compile
0236 command=mpost
0237 options=-tex=latex -interaction=nonstopmode %source
0238 from=
0239 to=
0240 type=Process
0241 
0242 [Tool/Asymptote/Default]
0243 class=Compile
0244 command=asy
0245 options=%S
0246 from=asy
0247 to=
0248 type=Process
0249 
0250 [Tool/PDFLaTeX/Default]
0251 class=LaTeX
0252 command=pdflatex
0253 options=-interaction=nonstopmode %source
0254 from=
0255 to=pdf
0256 type=Process
0257 checkForRoot=yes
0258 jumpToFirstError=yes
0259 autoRun=yes
0260 
0261 [Tool/PDFLaTeX/Draft]
0262 class=LaTeX
0263 command=pdflatex
0264 options=-draftmode -interaction=nonstopmode %source
0265 from=
0266 to=pdf
0267 type=Process
0268 checkForRoot=yes
0269 jumpToFirstError=yes
0270 autoRun=yes
0271 
0272 [Tool/PDFLaTeX/Modern]
0273 class=LaTeX
0274 command=pdflatex
0275 options=-synctex=1 -interaction=nonstopmode %source
0276 from=
0277 to=pdf
0278 type=Process
0279 checkForRoot=yes
0280 jumpToFirstError=yes
0281 autoRun=yes
0282 
0283 [Tool/PDFLaTeX/PSTricks]
0284 class=LaTeX
0285 command=pdflatex
0286 options=-shell-escape -synctex=1 -interaction=nonstopmode %source
0287 from=
0288 to=pdf
0289 type=Process
0290 checkForRoot=yes
0291 jumpToFirstError=yes
0292 autoRun=yes
0293 
0294 [Tool/ConTeXt/PDF]
0295 class=Compile
0296 command=texexec
0297 options=--pdf --nonstopmode %source
0298 from=
0299 to=pdf
0300 type=Process
0301 
0302 [Tool/ConTeXt/PDF Draft]
0303 class=Compile
0304 command=texexec
0305 options=--pdf --draft --nonstopmode %source
0306 from=
0307 to=pdf
0308 type=Process
0309 
0310 [Tool/ConTeXt/DVI and PS]
0311 class=Compile
0312 command=texexec
0313 options=--dvi --nonstopmode %source
0314 from=
0315 to=dvi
0316 type=Process
0317 
0318 [Tool/ConTeXt/DVI and PS Draft]
0319 class=Compile
0320 command=texexec
0321 options=--dvi --draft --nonstopmode %source
0322 from=
0323 to=dvi
0324 type=Process
0325 
0326 [Tool/XeLaTeX/PDF]
0327 class=LaTeX
0328 command=xelatex
0329 options=-interaction=nonstopmode %source
0330 from=
0331 to=pdf
0332 type=Process
0333 checkForRoot=yes
0334 jumpToFirstError=yes
0335 autoRun=yes
0336 
0337 [Tool/XeLaTeX/XDVI]
0338 class=LaTeX
0339 command=xelatex
0340 options=-no-pdf -interaction=nonstopmode %source
0341 from=
0342 to=xdvi
0343 type=Process
0344 checkForRoot=yes
0345 jumpToFirstError=yes
0346 autoRun=yes
0347 
0348 [Tool/XeLaTeX/PDF Draft]
0349 class=LaTeX
0350 command=xelatex
0351 options=-draftmode -interaction=nonstopmode %source
0352 from=
0353 to=pdf
0354 type=Process
0355 checkForRoot=yes
0356 jumpToFirstError=yes
0357 autoRun=yes
0358 
0359 [Tool/XeLaTeX/XDVI Draft]
0360 class=LaTeX
0361 command=xelatex
0362 options=-no-pdf -draftmode -interaction=nonstopmode %source
0363 from=
0364 to=xdvi
0365 type=Process
0366 checkForRoot=yes
0367 jumpToFirstError=yes
0368 autoRun=yes
0369 
0370 [Tool/XeLaTeX/PDF Modern]
0371 class=LaTeX
0372 command=xelatex
0373 options=-synctex=1 -interaction=nonstopmode %source
0374 from=
0375 to=pdf
0376 type=Process
0377 checkForRoot=yes
0378 jumpToFirstError=yes
0379 autoRun=yes
0380 
0381 [Tool/XeLaTeX/XDVI Modern]
0382 class=LaTeX
0383 command=xelatex
0384 options=-no-pdf -src-specials -interaction=nonstopmode %source
0385 from=
0386 to=xdvi
0387 type=Process
0388 checkForRoot=yes
0389 jumpToFirstError=yes
0390 autoRun=yes
0391 
0392 [Tool/LuaLaTeX/PDF]
0393 class=LaTeX
0394 command=lualatex
0395 options=--interaction=nonstopmode %source
0396 from=
0397 to=pdf
0398 type=Process
0399 checkForRoot=yes
0400 jumpToFirstError=yes
0401 autoRun=yes
0402 
0403 [Tool/LuaLaTeX/XDVI]
0404 class=LaTeX
0405 command=lualatex
0406 options=--output-format=dvi --interaction=nonstopmode %source
0407 from=
0408 to=xdvi
0409 type=Process
0410 checkForRoot=yes
0411 jumpToFirstError=yes
0412 autoRun=yes
0413 
0414 [Tool/LuaLaTeX/PDF Draft]
0415 class=LaTeX
0416 command=lualatex
0417 options=--draftmode --interaction=nonstopmode %source
0418 from=
0419 to=pdf
0420 type=Process
0421 checkForRoot=yes
0422 jumpToFirstError=yes
0423 autoRun=yes
0424 
0425 [Tool/LuaLaTeX/XDVI Draft]
0426 class=LaTeX
0427 command=lualatex
0428 options=--output-format=dvi --draftmode --interaction=nonstopmode %source
0429 from=
0430 to=xdvi
0431 type=Process
0432 checkForRoot=yes
0433 jumpToFirstError=yes
0434 autoRun=yes
0435 
0436 [Tool/LuaLaTeX/PDF Modern]
0437 class=LaTeX
0438 command=lualatex
0439 options=--synctex=1 --interaction=nonstopmode %source
0440 from=
0441 to=pdf
0442 type=Process
0443 checkForRoot=yes
0444 jumpToFirstError=yes
0445 autoRun=yes
0446 
0447 [Tool/LuaLaTeX/XDVI Modern]
0448 class=LaTeX
0449 command=lualatex
0450 options=--output-format=dvi --interaction=nonstopmode %source
0451 from=
0452 to=xdvi
0453 type=Process
0454 checkForRoot=yes
0455 jumpToFirstError=yes
0456 autoRun=yes
0457 
0458 [Tool/PreviewLaTeX/Default]
0459 autoRun=no
0460 checkForRoot=no
0461 class=LaTeXpreview
0462 command=latex
0463 from=
0464 jumpToFirstError=yes
0465 options=-synctex=1 -interaction=nonstopmode %source
0466 to=dvi
0467 type=Process
0468 
0469 [Tool/PreviewPDFLaTeX/Default]
0470 autoRun=no
0471 checkForRoot=no
0472 class=LaTeXpreview
0473 command=pdflatex
0474 from=
0475 jumpToFirstError=yes
0476 options=-interaction=nonstopmode %source
0477 to=pdf
0478 type=Process
0479 
0480 [Tool/PreviewXeLaTeX/Default]
0481 autoRun=no
0482 checkForRoot=no
0483 class=LaTeXpreview
0484 command=xelatex
0485 from=
0486 jumpToFirstError=yes
0487 options=-interaction=nonstopmode %source
0488 to=pdf
0489 type=Process
0490 
0491 [Tool/PreviewLuaLaTeX/Default]
0492 autoRun=no
0493 checkForRoot=no
0494 class=LaTeXpreview
0495 command=lualatex
0496 from=
0497 jumpToFirstError=yes
0498 options=--interaction=nonstopmode %source
0499 to=pdf
0500 type=Process
0501 
0502 [Tool/LivePreview-PDFLaTeX/Default]
0503 autoRun=yes
0504 checkForRoot=no
0505 class=LaTeXLivePreview
0506 command=pdflatex
0507 from=
0508 jumpToFirstError=yes
0509 options=-synctex=1 -interaction=nonstopmode -output-directory=%dir_target %source
0510 to=pdf
0511 type=Process
0512 
0513 [Tool/LivePreview-PDFLaTeX/PSTricks]
0514 autoRun=yes
0515 checkForRoot=no
0516 class=LaTeXLivePreview
0517 command=pdflatex
0518 from=
0519 jumpToFirstError=yes
0520 options=-shell-escape -synctex=1 -interaction=nonstopmode -output-directory=%dir_target %source
0521 to=pdf
0522 type=Process
0523 
0524 [Tool/LivePreview-XeLaTeX/Default]
0525 autoRun=yes
0526 checkForRoot=no
0527 class=LaTeXLivePreview
0528 command=xelatex
0529 from=
0530 jumpToFirstError=yes
0531 options=-synctex=1 -interaction=nonstopmode -output-directory=%dir_target %source
0532 to=pdf
0533 type=Process
0534 
0535 [Tool/LivePreview-LuaLaTeX/Default]
0536 autoRun=yes
0537 checkForRoot=no
0538 class=LaTeXLivePreview
0539 command=lualatex
0540 from=
0541 jumpToFirstError=yes
0542 options=--synctex=1 --interaction=nonstopmode --output-directory=%dir_target %source
0543 to=pdf
0544 type=Process
0545 
0546 [Tool/PStoPDF/Default]
0547 class=Convert
0548 command=ps2pdf
0549 options=%S.ps %S.pdf
0550 from=ps
0551 to=pdf
0552 type=Process
0553 
0554 [Tool/QuickBuild/LaTeX]
0555 class=Sequence
0556 type=Sequence
0557 sequence=LaTeX
0558 
0559 [Tool/QuickBuild/LaTeX+ViewDVI]
0560 class=Sequence
0561 type=Sequence
0562 sequence=LaTeX,ViewDVI
0563 
0564 [Tool/QuickBuild/LaTeX+DVItoPS+ViewPS]
0565 class=Sequence
0566 type=Sequence
0567 sequence=LaTeX,DVItoPS,ViewPS
0568 
0569 [Tool/QuickBuild/LaTeX+DVItoPDF+ViewPDF]
0570 class=Sequence
0571 type=Sequence
0572 sequence=LaTeX,DVItoPDF,ViewPDF
0573 
0574 [Tool/QuickBuild/PDFLaTeX+ViewPDF]
0575 class=Sequence
0576 type=Sequence
0577 sequence=PDFLaTeX,ViewPDF
0578 
0579 [Tool/QuickBuild/LaTeX+ForwardDVI]
0580 class=Sequence
0581 type=Sequence
0582 sequence=LaTeX,ForwardDVI
0583 
0584 [Tool/QuickBuild/PDFLaTeX+ForwardPDF]
0585 class=Sequence
0586 type=Sequence
0587 sequence=PDFLaTeX,ForwardPDF
0588 
0589 [Tool/QuickBuild/LaTeX+DVItoPS+PStoPDF+ViewPDF]
0590 class=Sequence
0591 sequence=LaTeX,DVItoPS,PStoPDF,ViewPDF
0592 type=Sequence
0593 
0594 [Tool/QuickBuild/LuaLaTeX+ViewPDF]
0595 class=Sequence
0596 type=Sequence
0597 sequence=LuaLaTeX,ViewPDF
0598 
0599 [Tool/QuickBuild/LuaLaTeX+ForwardPDF]
0600 class=Sequence
0601 type=Sequence
0602 sequence=LuaLaTeX,ForwardPDF
0603 
0604 [Tool/TeX/Default]
0605 class=Compile
0606 command=tex
0607 options=-interaction=nonstopmode %source
0608 from=
0609 to=dvi
0610 type=Process
0611 
0612 [Tool/TeX/Modern]
0613 class=Compile
0614 command=tex
0615 options=-src-specials -interaction=nonstopmode %source
0616 from=
0617 to=dvi
0618 type=Process
0619 
0620 [Tool/PDFTeX/Default]
0621 class=Compile
0622 command=pdftex
0623 options=-interaction=nonstopmode %source
0624 from=
0625 to=pdf
0626 type=Process
0627 
0628 [Tool/PDFTeX/Draft]
0629 class=Compile
0630 command=pdftex
0631 options=-draftmode -interaction=nonstopmode %source
0632 from=
0633 to=pdf
0634 type=Process
0635 
0636 [Tool/PDFTeX/Modern]
0637 class=Compile
0638 command=pdftex
0639 options=-synctex=1 -interaction=nonstopmode %source
0640 from=
0641 to=pdf
0642 type=Process
0643 
0644 [Tool/ViewBib/JabRef]
0645 type=Process
0646 class=ViewBib
0647 command=jabref
0648 options=%dir_base/%source
0649 from=bib
0650 to=bib
0651 
0652 [Tool/ViewBib/Pybliographer]
0653 type=Process
0654 class=ViewBib
0655 command=pybliographic
0656 options=%dir_base/%source
0657 from=bib
0658 to=bib
0659 
0660 [Tool/ViewBib/gbib]
0661 type=Process
0662 class=ViewBib
0663 command=gbib
0664 options=%dir_base/%source
0665 from=bib
0666 to=bib
0667 
0668 [Tool/ViewBib/KBib]
0669 class=ViewBib
0670 command=kbib
0671 options=%dir_base/%source
0672 from=bib
0673 to=bib
0674 type=Process
0675 
0676 [Tool/ViewBib/KBibTex]
0677 type=Process
0678 class=ViewBib
0679 command=kbibtex
0680 options=%dir_base/%source
0681 from=bib
0682 to=bib
0683 
0684 [Tool/ViewHTML/Google Chrome]
0685 type=Process
0686 class=ViewHTML
0687 state=Editor
0688 relDir=
0689 command=google-chrome
0690 options=file:%dir_target/%target
0691 target=
0692 from=html
0693 to=html
0694 
0695 [Tool/ViewHTML/Firefox]
0696 type=Process
0697 class=ViewHTML
0698 state=Editor
0699 relDir=
0700 command=firefox
0701 options=file:%dir_target/%target
0702 target=
0703 from=html
0704 to=html
0705 
0706 [Tool/ForwardDVI/Document Viewer]
0707 type=DocumentViewer
0708 class=ForwardDVI
0709 from=dvi
0710 to=dvi
0711 
0712 [Tool/ForwardDVI/Okular]
0713 class=ForwardDVI
0714 type=Process
0715 command=okular
0716 options=--unique %target
0717 from=dvi
0718 to=dvi
0719 
0720 [Tool/ForwardPDF/Okular]
0721 class=ForwardDVI
0722 type=Process
0723 command=okular
0724 options=--unique %absolute_target
0725 from=pdf
0726 to=pdf
0727 
0728 [Tool/ForwardPDF/Document Viewer]
0729 type=DocumentViewer
0730 class=ForwardDVI
0731 from=pdf
0732 to=pdf
0733 
0734 [Tool/ViewDVI/Document Viewer]
0735 class=View
0736 type=DocumentViewer
0737 from=dvi
0738 to=dvi
0739 
0740 [Tool/ViewDVI/Okular]
0741 class=View
0742 command=okular
0743 options=%target
0744 from=dvi
0745 to=dvi
0746 state=Viewer
0747 type=Process
0748 
0749 [Tool/ViewDVI/Evince]
0750 class=View
0751 command=evince
0752 options=%target
0753 from=dvi
0754 to=dvi
0755 state=Viewer
0756 type=Process
0757 
0758 [Tool/ViewDVI/Okular Unique]
0759 class=View
0760 command=okular
0761 options=--unique %target
0762 from=dvi
0763 to=dvi
0764 state=Viewer
0765 type=Process
0766 
0767 [Tool/ViewPS/GV]
0768 class=View
0769 command=gv
0770 options=%target
0771 state=Viewer
0772 from=ps
0773 to=ps
0774 type=Process
0775 
0776 [Tool/ViewPS/Okular]
0777 class=View
0778 command=okular
0779 options=%target
0780 from=ps
0781 to=ps
0782 state=Viewer
0783 type=Process
0784 
0785 [Tool/ViewPS/Evince]
0786 class=View
0787 command=evince
0788 options=%target
0789 from=ps
0790 to=ps
0791 state=Viewer
0792 type=Process
0793 
0794 [Tool/ViewPS/Okular Unique]
0795 class=View
0796 command=okular
0797 options=--unique %target
0798 from=ps
0799 to=ps
0800 state=Viewer
0801 type=Process
0802 
0803 [Tool/ViewPS/Document Viewer]
0804 class=View
0805 from=ps
0806 to=ps
0807 type=DocumentViewer
0808 
0809 [Tool/ViewPDF/Okular]
0810 class=View
0811 command=okular
0812 options=%target
0813 from=pdf
0814 to=pdf
0815 state=Viewer
0816 type=Process
0817 
0818 [Tool/ViewPDF/Evince]
0819 class=View
0820 command=evince
0821 options=%target
0822 from=pdf
0823 to=pdf
0824 state=Viewer
0825 type=Process
0826 
0827 [Tool/ViewPDF/Okular Unique]
0828 class=View
0829 command=okular
0830 options=--unique %target
0831 from=pdf
0832 to=pdf
0833 state=Viewer
0834 type=Process
0835 
0836 [Tool/ViewPDF/Document Viewer]
0837 class=View
0838 from=pdf
0839 to=pdf
0840 type=DocumentViewer
0841 
0842 [Tool/ViewPDF/Acroread]
0843 class=View
0844 command=acroread
0845 options=%target
0846 state=Viewer
0847 from=pdf
0848 to=pdf
0849 type=Process
0850 
0851 [Tool/Lilypond/PDF]
0852 class=Compile
0853 command=lilypond
0854 options=--pdf %source
0855 from=ly
0856 to=pdf
0857 type=Process
0858 
0859 [Tool/Lilypond/DVI]
0860 class=Compile
0861 command=lilypond
0862 options=--dvi %source
0863 from=ly
0864 to=dvi
0865 type=Process
0866 
0867 [Tool/Lilypond/TeX]
0868 class=Compile
0869 command=lilypond
0870 options=--tex %source
0871 from=ly
0872 to=tex
0873 type=Process
0874 
0875 [Tool/Lilypond/PS]
0876 class=Compile
0877 command=lilypond
0878 options=--ps %source
0879 from=ly
0880 to=ps
0881 type=Process
0882 
0883 [Tool/Lilypond/PNG]
0884 class=Compile
0885 command=lilypond
0886 options=--png %source
0887 from=ly
0888 to=png
0889 type=Process
0890 
0891 [Tools]
0892 Archive=Tar + gzip
0893 Asymptote=Default
0894 Biber=Default
0895 BibTeX=Default
0896 Convert=pdf2png
0897 ConTeXt=PDF
0898 DBLaTeX=LaTeX
0899 DVItoPDF=Default
0900 DVItoPNG=Default
0901 DVItoPS=Default
0902 LaTeX=Default
0903 LaTeX to Web=latex2html
0904 MakeIndex=Default
0905 MetaPost=Default
0906 PDFLaTeX=Default
0907 PreviewLaTeX=Default
0908 PreviewPDFLaTeX=Default
0909 PreviewXeLaTeX=Default
0910 PreviewLuaLaTeX=Default
0911 LivePreview-PDFLaTeX=Default
0912 LivePreview-XeLaTeX=Default
0913 LivePreview-LuaLaTeX=Default
0914 PStoPDF=Default
0915 QuickBuild=PDFLaTeX+ViewPDF
0916 TeX=Default
0917 PDFTeX=Default
0918 ViewBib=KBibTex
0919 ViewPDF=Document Viewer
0920 ViewPS=Document Viewer
0921 ViewDVI=Document Viewer
0922 ViewHTML=Firefox
0923 ForwardDVI=Document Viewer
0924 ForwardPDF=Document Viewer
0925 Lilypond=PDF
0926 XeLaTeX=PDF
0927 LuaLaTeX=PDF
0928 
0929 [ToolsGUI]
0930 Lilypond=Compile,lilypond
0931 Archive=Archive,archive-insert
0932 Asymptote=Compile,application-x-executable
0933 Biber=Compile,bibtex
0934 BibTeX=Compile,bibtex
0935 Convert=Convert,convert
0936 DVItoPDF=Convert,dvipdf
0937 DVItoPNG=Convert,dvipng
0938 DVItoPS=Convert,dvips
0939 LaTeX to Web=Compile,l2h
0940 DBLaTeX=Compile,dblatex
0941 MakeIndex=Compile,makeidx
0942 MetaPost=Compile,mpost
0943 PreviewLaTeX=none,application-x-executable
0944 PreviewPDFLaTeX=none,application-x-executable
0945 PreviewXeLaTeX=none,application-x-executable
0946 PreviewLuaLaTeX=none,application-x-executable
0947 LivePreview-PDFLaTeX=none,application-x-executable
0948 LivePreview-XeLaTeX=none,application-x-executable
0949 LivePreview-LuaLaTeX=none,application-x-executable
0950 PStoPDF=Convert,ps2pdf
0951 QuickBuild=Quick,quick
0952 LaTeX=Compile,latex
0953 TeX=Compile,texcompiler
0954 PDFTeX=Compile,pdftex
0955 PDFLaTeX=Compile,pdflatex
0956 ConTeXt=Compile,latex
0957 XeLaTeX=Compile,latex
0958 LuaLaTeX=Compile,latex
0959 ViewBib=View,viewbib
0960 ViewDVI=View,okular
0961 ViewPDF=View,okular
0962 ViewPS=View,okular
0963 ViewHTML=View,viewhtml
0964 ForwardDVI=View,dvisearch
0965 ForwardPDF=View,dvisearch