Ticket #30214: patch-kilestdtools.rc.texbin.diff
File patch-kilestdtools.rc.texbin.diff, 8.2 KB (added by nicos_pavlov@…, 13 years ago) |
---|
-
src/data/kilestdtools.rc
old new 32 32 33 33 [Tool/BibTeX/Default] 34 34 class=Compile 35 command= bibtex35 command=/usr/texbin/bibtex 36 36 options='%S' 37 37 from=aux 38 38 to=bbl … … 40 40 41 41 [Tool/BibTeX/8bit Version] 42 42 class=Compile 43 command= bibtex843 command=/usr/texbin/bibtex8 44 44 options='%S' 45 45 from=aux 46 46 to=bbl … … 48 48 49 49 [Tool/Convert/eps2png] 50 50 class=Convert 51 command= convert51 command=@PREFIX@/bin/convert 52 52 options=+adjoin -antialias -trim -transparent white -density %res '%S.eps' '%S.png' 53 53 from=eps 54 54 to=png … … 56 56 57 57 [Tool/Convert/pdf2png] 58 58 class=Convert 59 command= convert59 command=@PREFIX@/bin/convert 60 60 options=+adjoin -antialias -trim -transparent white -density %res '%S.pdf' '%S.png' 61 61 from=pdf 62 62 to=png … … 96 96 97 97 [Tool/DVItoPDF/Default] 98 98 class=Convert 99 command= dvipdfmx99 command=/usr/texbin/dvipdfmx 100 100 options='%S.dvi' 101 101 from=dvi 102 102 to=pdf … … 104 104 105 105 [Tool/DVItoPDF/Black and White] 106 106 class=Convert 107 command= dvipdfmx107 command=/usr/texbin/dvipdfmx 108 108 options=-c '%S.dvi' 109 109 from=dvi 110 110 to=pdf … … 112 112 113 113 [Tool/DVItoPDF/Landscape] 114 114 class=Convert 115 command= dvipdfmx115 command=/usr/texbin/dvipdfmx 116 116 options=-l '%S.dvi' 117 117 from=dvi 118 118 to=pdf … … 120 120 121 121 [Tool/DVItoPNG/Default] 122 122 class=Convert 123 command= dvipng123 command=/usr/texbin/dvipng 124 124 options=-T tight -D %res -o '%S.png' '%S.dvi' 125 125 from=dvi 126 126 to=png … … 128 128 129 129 [Tool/DVItoPS/Default] 130 130 class=Convert 131 command= dvips131 command=/usr/texbin/dvips 132 132 options=-o '%S.ps' '%S.dvi' 133 133 from=dvi 134 134 to=ps … … 136 136 137 137 [Tool/DVItoPS/dvi2eps] 138 138 class=Convert 139 command= dvips139 command=/usr/texbin/dvips 140 140 options=-o '%S.eps' '%S.dvi' 141 141 from=dvi 142 142 to=eps … … 144 144 145 145 [Tool/LaTeX/Default] 146 146 class=LaTeX 147 command= latex147 command=/usr/texbin/latex 148 148 options=-interaction=nonstopmode '%source' 149 149 from= 150 150 to=dvi … … 155 155 156 156 [Tool/LaTeX/Draft] 157 157 class=LaTeX 158 command= latex158 command=/usr/texbin/latex 159 159 options=-draftmode -interaction=nonstopmode '%source' 160 160 from= 161 161 to=dvi … … 166 166 167 167 [Tool/LaTeX/Modern] 168 168 class=LaTeX 169 command= latex169 command=/usr/texbin/latex 170 170 options=-src-specials -interaction=nonstopmode '%source' 171 171 from= 172 172 to=dvi … … 209 209 210 210 [Tool/MakeIndex/Default] 211 211 class=Compile 212 command= makeindex212 command=/usr/texbin/makeindex 213 213 options='%S.idx' 214 214 from=idx 215 215 to=idx … … 217 217 218 218 [Tool/MakeIndex/xindy] 219 219 class=Compile 220 command= xindy220 command=/usr/texbin/xindy 221 221 options='%S.idx' 222 222 from=idx 223 223 to=idx … … 225 225 226 226 [Tool/MetaPost/Default] 227 227 class=Compile 228 command= mpost228 command=/usr/texbin/mpost 229 229 options=-tex=latex -interaction=nonstopmode '%source' 230 230 from= 231 231 to= … … 233 233 234 234 [Tool/Asymptote/Default] 235 235 class=Compile 236 command= asy236 command=/usr/texbin/asy 237 237 options='%S' 238 238 from= 239 239 to= … … 241 241 242 242 [Tool/PDFLaTeX/Default] 243 243 class=LaTeX 244 command= pdflatex244 command=/usr/texbin/pdflatex 245 245 options=-interaction=nonstopmode '%source' 246 246 from= 247 247 to=pdf … … 252 252 253 253 [Tool/PDFLaTeX/Draft] 254 254 class=LaTeX 255 command= pdflatex255 command=/usr/texbin/pdflatex 256 256 options=-draftmode -interaction=nonstopmode '%source' 257 257 from= 258 258 to=pdf … … 263 263 264 264 [Tool/PDFLaTeX/Modern] 265 265 class=LaTeX 266 command= pdflatex266 command=/usr/texbin/pdflatex 267 267 options=-synctex=1 -interaction=nonstopmode '%source' 268 268 from= 269 269 to=pdf … … 274 274 275 275 [Tool/ConTeXt/PDF] 276 276 class=Compile 277 command= texexec277 command=/usr/texbin/texexec 278 278 options=--pdf --nonstopmode '%source' 279 279 from= 280 280 to=pdf … … 282 282 283 283 [Tool/ConTeXt/PDF Draft] 284 284 class=Compile 285 command= texexec285 command=/usr/texbin/texexec 286 286 options=--pdf --draft --nonstopmode '%source' 287 287 from= 288 288 to=pdf … … 290 290 291 291 [Tool/ConTeXt/DVI and PS] 292 292 class=Compile 293 command= texexec293 command=/usr/texbin/texexec 294 294 options=--dvi --nonstopmode '%source' 295 295 from= 296 296 to=dvi … … 298 298 299 299 [Tool/ConTeXt/DVI and PS Draft] 300 300 class=Compile 301 command= texexec301 command=/usr/texbin/texexec 302 302 options=--dvi --draft --nonstopmode '%source' 303 303 from= 304 304 to=dvi … … 306 306 307 307 [Tool/XeLaTeX/PDF] 308 308 class=LaTeX 309 command= xelatex309 command=/usr/texbin/xelatex 310 310 options=-interaction=nonstopmode '%source' 311 311 from= 312 312 to=pdf … … 317 317 318 318 [Tool/XeLaTeX/XDVI] 319 319 class=LaTeX 320 command= xelatex320 command=/usr/texbin/xelatex 321 321 options=-no-pdf -interaction=nonstopmode '%source' 322 322 from= 323 323 to=xdvi … … 328 328 329 329 [Tool/XeLaTeX/PDF Draft] 330 330 class=LaTeX 331 command= xelatex331 command=/usr/texbin/xelatex 332 332 options=-draftmode -interaction=nonstopmode '%source' 333 333 from= 334 334 to=pdf … … 339 339 340 340 [Tool/XeLaTeX/XDVI Draft] 341 341 class=LaTeX 342 command= xelatex342 command=/usr/texbin/xelatex 343 343 options=-no-pdf -draftmode -interaction=nonstopmode '%source' 344 344 from= 345 345 to=xdvi … … 350 350 351 351 [Tool/XeLaTeX/PDF Modern] 352 352 class=LaTeX 353 command= xelatex353 command=/usr/texbin/xelatex 354 354 options=-synctex=1 -interaction=nonstopmode '%source' 355 355 from= 356 356 to=pdf … … 361 361 362 362 [Tool/XeLaTeX/XDVI Modern] 363 363 class=LaTeX 364 command= xelatex364 command=/usr/texbin/xelatex 365 365 options=-no-pdf -src-specials -interaction=nonstopmode '%source' 366 366 from= 367 367 to=xdvi … … 374 374 autoRun=no 375 375 checkForRoot=no 376 376 class=LaTeXpreview 377 command= latex377 command=/usr/texbin/latex 378 378 from= 379 379 jumpToFirstError=yes 380 380 options=-interaction=nonstopmode '%source' … … 385 385 autoRun=no 386 386 checkForRoot=no 387 387 class=LaTeXpreview 388 command= pdflatex388 command=/usr/texbin/pdflatex 389 389 from= 390 390 jumpToFirstError=yes 391 391 options=-interaction=nonstopmode '%source' … … 396 396 autoRun=no 397 397 checkForRoot=no 398 398 class=LaTeXpreview 399 command= xelatex399 command=/usr/texbin/xelatex 400 400 from= 401 401 jumpToFirstError=yes 402 402 options=-interaction=nonstopmode '%source' … … 405 405 406 406 [Tool/PStoPDF/Default] 407 407 class=Convert 408 command= ps2pdf408 command=@PREFIX@/bin/ps2pdf 409 409 options='%S.ps' '%S.pdf' 410 410 from=ps 411 411 to=pdf … … 453 453 454 454 [Tool/TeX/Default] 455 455 class=Compile 456 command= tex456 command=/usr/texbin/tex 457 457 options=-interaction=nonstopmode '%source' 458 458 from= 459 459 to=dvi … … 461 461 462 462 [Tool/TeX/Modern] 463 463 class=Compile 464 command= tex464 command=/usr/texbin/tex 465 465 options=-src-specials -interaction=nonstopmode '%source' 466 466 from= 467 467 to=dvi … … 469 469 470 470 [Tool/PDFTeX/Default] 471 471 class=Compile 472 command= pdftex472 command=/usr/texbin/pdftex 473 473 options=-interaction=nonstopmode '%source' 474 474 from= 475 475 to=pdf … … 477 477 478 478 [Tool/PDFTeX/Draft] 479 479 class=Compile 480 command= pdftex480 command=/usr/texbin/pdftex 481 481 options=-draftmode -interaction=nonstopmode '%source' 482 482 from= 483 483 to=pdf … … 485 485 486 486 [Tool/PDFTeX/Modern] 487 487 class=Compile 488 command= pdftex488 command=/usr/texbin/pdftex 489 489 options=-synctex=1 -interaction=nonstopmode '%source' 490 490 from= 491 491 to=pdf … … 555 555 class=ViewHTML 556 556 state=Editor 557 557 relDir= 558 command= konqueror558 command=@APPLICATIONS_DIR@/KDE4/konqueror.app/Contents/MacOS/konqueror 559 559 options='file:%dir_target/%target' 560 560 target= 561 561 from=html … … 607 607 [Tool/ForwardDVI/Okular] 608 608 class=ForwardDVI 609 609 type=Process 610 command= okular610 command=@APPLICATIONS_DIR@/KDE4/okular.app/Contents/MacOS/okular 611 611 options=--unique '%target' 612 612 from=dvi 613 613 to=dvi … … 615 615 [Tool/ForwardPDF/Okular] 616 616 class=ForwardDVI 617 617 type=Process 618 command= okular618 command=@APPLICATIONS_DIR@/KDE4/okular.app/Contents/MacOS/okular 619 619 options=--unique '%absolute_target' 620 620 from=pdf 621 621 to=pdf … … 641 641 642 642 [Tool/ViewDVI/Okular] 643 643 class=View 644 command= okular644 command=@APPLICATIONS_DIR@/KDE4/okular.app/Contents/MacOS/okular 645 645 options='%target' 646 646 from=dvi 647 647 to=dvi … … 659 659 660 660 [Tool/ViewDVI/Okular Unique] 661 661 class=View 662 command= okular662 command=@APPLICATIONS_DIR@/KDE4/okular.app/Contents/MacOS/okular 663 663 options=--unique '%target' 664 664 from=dvi 665 665 to=dvi … … 677 677 678 678 [Tool/ViewPS/Okular] 679 679 class=View 680 command= okular680 command=@APPLICATIONS_DIR@/KDE4/okular.app/Contents/MacOS/okular 681 681 options='%target' 682 682 from=ps 683 683 to=ps … … 695 695 696 696 [Tool/ViewPS/Okular Unique] 697 697 class=View 698 command= okular698 command=@APPLICATIONS_DIR@/KDE4/okular.app/Contents/MacOS/okular 699 699 options=--unique '%target' 700 700 from=ps 701 701 to=ps … … 713 713 714 714 [Tool/ViewPDF/Okular] 715 715 class=View 716 command= okular716 command=@APPLICATIONS_DIR@/KDE4/okular.app/Contents/MacOS/okular 717 717 options='%target' 718 718 from=pdf 719 719 to=pdf … … 731 731 732 732 [Tool/ViewPDF/Okular Unique] 733 733 class=View 734 command= okular734 command=@APPLICATIONS_DIR@/KDE4/okular.app/Contents/MacOS/okular 735 735 options=--unique '%target' 736 736 from=pdf 737 737 to=pdf