Ticket #30214: patch-kilestdtools.rc.texbin.diff

File patch-kilestdtools.rc.texbin.diff, 8.2 KB (added by nicos_pavlov@…, 13 years ago)

Updating paths for mactex texlive

  • src/data/kilestdtools.rc

    old new  
    3232
    3333[Tool/BibTeX/Default]
    3434class=Compile
    35 command=bibtex
     35command=/usr/texbin/bibtex
    3636options='%S'
    3737from=aux
    3838to=bbl
     
    4040
    4141[Tool/BibTeX/8bit Version]
    4242class=Compile
    43 command=bibtex8
     43command=/usr/texbin/bibtex8
    4444options='%S'
    4545from=aux
    4646to=bbl
     
    4848
    4949[Tool/Convert/eps2png]
    5050class=Convert
    51 command=convert
     51command=@PREFIX@/bin/convert
    5252options=+adjoin -antialias -trim -transparent white -density %res '%S.eps' '%S.png'
    5353from=eps
    5454to=png
     
    5656
    5757[Tool/Convert/pdf2png]
    5858class=Convert
    59 command=convert
     59command=@PREFIX@/bin/convert
    6060options=+adjoin -antialias -trim -transparent white -density %res '%S.pdf' '%S.png'
    6161from=pdf
    6262to=png
     
    9696
    9797[Tool/DVItoPDF/Default]
    9898class=Convert
    99 command=dvipdfmx
     99command=/usr/texbin/dvipdfmx
    100100options='%S.dvi'
    101101from=dvi
    102102to=pdf
     
    104104
    105105[Tool/DVItoPDF/Black and White]
    106106class=Convert
    107 command=dvipdfmx
     107command=/usr/texbin/dvipdfmx
    108108options=-c '%S.dvi'
    109109from=dvi
    110110to=pdf
     
    112112
    113113[Tool/DVItoPDF/Landscape]
    114114class=Convert
    115 command=dvipdfmx
     115command=/usr/texbin/dvipdfmx
    116116options=-l '%S.dvi'
    117117from=dvi
    118118to=pdf
     
    120120
    121121[Tool/DVItoPNG/Default]
    122122class=Convert
    123 command=dvipng
     123command=/usr/texbin/dvipng
    124124options=-T tight -D %res -o '%S.png' '%S.dvi'
    125125from=dvi
    126126to=png
     
    128128
    129129[Tool/DVItoPS/Default]
    130130class=Convert
    131 command=dvips
     131command=/usr/texbin/dvips
    132132options=-o '%S.ps' '%S.dvi'
    133133from=dvi
    134134to=ps
     
    136136
    137137[Tool/DVItoPS/dvi2eps]
    138138class=Convert
    139 command=dvips
     139command=/usr/texbin/dvips
    140140options=-o '%S.eps' '%S.dvi'
    141141from=dvi
    142142to=eps
     
    144144
    145145[Tool/LaTeX/Default]
    146146class=LaTeX
    147 command=latex
     147command=/usr/texbin/latex
    148148options=-interaction=nonstopmode '%source'
    149149from=
    150150to=dvi
     
    155155
    156156[Tool/LaTeX/Draft]
    157157class=LaTeX
    158 command=latex
     158command=/usr/texbin/latex
    159159options=-draftmode -interaction=nonstopmode '%source'
    160160from=
    161161to=dvi
     
    166166
    167167[Tool/LaTeX/Modern]
    168168class=LaTeX
    169 command=latex
     169command=/usr/texbin/latex
    170170options=-src-specials -interaction=nonstopmode '%source'
    171171from=
    172172to=dvi
     
    209209
    210210[Tool/MakeIndex/Default]
    211211class=Compile
    212 command=makeindex
     212command=/usr/texbin/makeindex
    213213options='%S.idx'
    214214from=idx
    215215to=idx
     
    217217
    218218[Tool/MakeIndex/xindy]
    219219class=Compile
    220 command=xindy
     220command=/usr/texbin/xindy
    221221options='%S.idx'
    222222from=idx
    223223to=idx
     
    225225
    226226[Tool/MetaPost/Default]
    227227class=Compile
    228 command=mpost
     228command=/usr/texbin/mpost
    229229options=-tex=latex -interaction=nonstopmode '%source'
    230230from=
    231231to=
     
    233233
    234234[Tool/Asymptote/Default]
    235235class=Compile
    236 command=asy
     236command=/usr/texbin/asy
    237237options='%S'
    238238from=
    239239to=
     
    241241
    242242[Tool/PDFLaTeX/Default]
    243243class=LaTeX
    244 command=pdflatex
     244command=/usr/texbin/pdflatex
    245245options=-interaction=nonstopmode '%source'
    246246from=
    247247to=pdf
     
    252252
    253253[Tool/PDFLaTeX/Draft]
    254254class=LaTeX
    255 command=pdflatex
     255command=/usr/texbin/pdflatex
    256256options=-draftmode -interaction=nonstopmode '%source'
    257257from=
    258258to=pdf
     
    263263
    264264[Tool/PDFLaTeX/Modern]
    265265class=LaTeX
    266 command=pdflatex
     266command=/usr/texbin/pdflatex
    267267options=-synctex=1 -interaction=nonstopmode '%source'
    268268from=
    269269to=pdf
     
    274274
    275275[Tool/ConTeXt/PDF]
    276276class=Compile
    277 command=texexec
     277command=/usr/texbin/texexec
    278278options=--pdf --nonstopmode '%source'
    279279from=
    280280to=pdf
     
    282282
    283283[Tool/ConTeXt/PDF Draft]
    284284class=Compile
    285 command=texexec
     285command=/usr/texbin/texexec
    286286options=--pdf --draft --nonstopmode '%source'
    287287from=
    288288to=pdf
     
    290290
    291291[Tool/ConTeXt/DVI and PS]
    292292class=Compile
    293 command=texexec
     293command=/usr/texbin/texexec
    294294options=--dvi --nonstopmode '%source'
    295295from=
    296296to=dvi
     
    298298
    299299[Tool/ConTeXt/DVI and PS Draft]
    300300class=Compile
    301 command=texexec
     301command=/usr/texbin/texexec
    302302options=--dvi --draft --nonstopmode '%source'
    303303from=
    304304to=dvi
     
    306306
    307307[Tool/XeLaTeX/PDF]
    308308class=LaTeX
    309 command=xelatex
     309command=/usr/texbin/xelatex
    310310options=-interaction=nonstopmode '%source'
    311311from=
    312312to=pdf
     
    317317
    318318[Tool/XeLaTeX/XDVI]
    319319class=LaTeX
    320 command=xelatex
     320command=/usr/texbin/xelatex
    321321options=-no-pdf -interaction=nonstopmode '%source'
    322322from=
    323323to=xdvi
     
    328328
    329329[Tool/XeLaTeX/PDF Draft]
    330330class=LaTeX
    331 command=xelatex
     331command=/usr/texbin/xelatex
    332332options=-draftmode -interaction=nonstopmode '%source'
    333333from=
    334334to=pdf
     
    339339
    340340[Tool/XeLaTeX/XDVI Draft]
    341341class=LaTeX
    342 command=xelatex
     342command=/usr/texbin/xelatex
    343343options=-no-pdf -draftmode -interaction=nonstopmode '%source'
    344344from=
    345345to=xdvi
     
    350350
    351351[Tool/XeLaTeX/PDF Modern]
    352352class=LaTeX
    353 command=xelatex
     353command=/usr/texbin/xelatex
    354354options=-synctex=1 -interaction=nonstopmode '%source'
    355355from=
    356356to=pdf
     
    361361
    362362[Tool/XeLaTeX/XDVI Modern]
    363363class=LaTeX
    364 command=xelatex
     364command=/usr/texbin/xelatex
    365365options=-no-pdf -src-specials -interaction=nonstopmode '%source'
    366366from=
    367367to=xdvi
     
    374374autoRun=no
    375375checkForRoot=no
    376376class=LaTeXpreview
    377 command=latex
     377command=/usr/texbin/latex
    378378from=
    379379jumpToFirstError=yes
    380380options=-interaction=nonstopmode '%source'
     
    385385autoRun=no
    386386checkForRoot=no
    387387class=LaTeXpreview
    388 command=pdflatex
     388command=/usr/texbin/pdflatex
    389389from=
    390390jumpToFirstError=yes
    391391options=-interaction=nonstopmode '%source'
     
    396396autoRun=no
    397397checkForRoot=no
    398398class=LaTeXpreview
    399 command=xelatex
     399command=/usr/texbin/xelatex
    400400from=
    401401jumpToFirstError=yes
    402402options=-interaction=nonstopmode '%source'
     
    405405
    406406[Tool/PStoPDF/Default]
    407407class=Convert
    408 command=ps2pdf
     408command=@PREFIX@/bin/ps2pdf
    409409options='%S.ps' '%S.pdf'
    410410from=ps
    411411to=pdf
     
    453453
    454454[Tool/TeX/Default]
    455455class=Compile
    456 command=tex
     456command=/usr/texbin/tex
    457457options=-interaction=nonstopmode '%source'
    458458from=
    459459to=dvi
     
    461461
    462462[Tool/TeX/Modern]
    463463class=Compile
    464 command=tex
     464command=/usr/texbin/tex
    465465options=-src-specials -interaction=nonstopmode '%source'
    466466from=
    467467to=dvi
     
    469469
    470470[Tool/PDFTeX/Default]
    471471class=Compile
    472 command=pdftex
     472command=/usr/texbin/pdftex
    473473options=-interaction=nonstopmode '%source'
    474474from=
    475475to=pdf
     
    477477
    478478[Tool/PDFTeX/Draft]
    479479class=Compile
    480 command=pdftex
     480command=/usr/texbin/pdftex
    481481options=-draftmode -interaction=nonstopmode '%source'
    482482from=
    483483to=pdf
     
    485485
    486486[Tool/PDFTeX/Modern]
    487487class=Compile
    488 command=pdftex
     488command=/usr/texbin/pdftex
    489489options=-synctex=1 -interaction=nonstopmode '%source'
    490490from=
    491491to=pdf
     
    555555class=ViewHTML
    556556state=Editor
    557557relDir=
    558 command=konqueror
     558command=@APPLICATIONS_DIR@/KDE4/konqueror.app/Contents/MacOS/konqueror
    559559options='file:%dir_target/%target'
    560560target=
    561561from=html
     
    607607[Tool/ForwardDVI/Okular]
    608608class=ForwardDVI
    609609type=Process
    610 command=okular
     610command=@APPLICATIONS_DIR@/KDE4/okular.app/Contents/MacOS/okular
    611611options=--unique '%target'
    612612from=dvi
    613613to=dvi
     
    615615[Tool/ForwardPDF/Okular]
    616616class=ForwardDVI
    617617type=Process
    618 command=okular
     618command=@APPLICATIONS_DIR@/KDE4/okular.app/Contents/MacOS/okular
    619619options=--unique '%absolute_target'
    620620from=pdf
    621621to=pdf
     
    641641
    642642[Tool/ViewDVI/Okular]
    643643class=View
    644 command=okular
     644command=@APPLICATIONS_DIR@/KDE4/okular.app/Contents/MacOS/okular
    645645options='%target'
    646646from=dvi
    647647to=dvi
     
    659659
    660660[Tool/ViewDVI/Okular Unique]
    661661class=View
    662 command=okular
     662command=@APPLICATIONS_DIR@/KDE4/okular.app/Contents/MacOS/okular
    663663options=--unique '%target'
    664664from=dvi
    665665to=dvi
     
    677677
    678678[Tool/ViewPS/Okular]
    679679class=View
    680 command=okular
     680command=@APPLICATIONS_DIR@/KDE4/okular.app/Contents/MacOS/okular
    681681options='%target'
    682682from=ps
    683683to=ps
     
    695695
    696696[Tool/ViewPS/Okular Unique]
    697697class=View
    698 command=okular
     698command=@APPLICATIONS_DIR@/KDE4/okular.app/Contents/MacOS/okular
    699699options=--unique '%target'
    700700from=ps
    701701to=ps
     
    713713
    714714[Tool/ViewPDF/Okular]
    715715class=View
    716 command=okular
     716command=@APPLICATIONS_DIR@/KDE4/okular.app/Contents/MacOS/okular
    717717options='%target'
    718718from=pdf
    719719to=pdf
     
    731731
    732732[Tool/ViewPDF/Okular Unique]
    733733class=View
    734 command=okular
     734command=@APPLICATIONS_DIR@/KDE4/okular.app/Contents/MacOS/okular
    735735options=--unique '%target'
    736736from=pdf
    737737to=pdf