~kile/kile/livepreview-xenial

« back to all changes in this revision

Viewing changes to .pc/kubuntu_02_disable_embedded_kbibtex.diff/src/data/kilestdtools.rc

  • Committer: Package Import Robot
  • Author(s): Prasad Murthy
  • Date: 2013-01-24 19:03:35 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20130124190335-29sj32fdx0d2kcmw
Tags: 1:2.1.3-0ubuntu1
* New upstream release
* Drop kubuntu_02_disable_embedded_kbibtex.diff as kbibtex is now usable with kde4
* Add kbibtex to suggests
* Change the Vcs links to the Ubuntu bzr branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[Tool/Archive/Tar]
2
 
class=Archive
3
 
command=tar
4
 
options=cvf '%S.tar' %AFL
5
 
from=kilepr
6
 
to=tar
7
 
type=Process
8
 
 
9
 
[Tool/Archive/Tar + gzip]
10
 
class=Archive
11
 
command=tar
12
 
options=zcvf '%S.tar.gz' %AFL
13
 
from=kilepr
14
 
to=tar.gz
15
 
type=Process
16
 
 
17
 
[Tool/Archive/Tar + bzip2]
18
 
class=Archive
19
 
command=tar
20
 
options=jcvf '%S.tar.bz2' %AFL
21
 
from=kilepr
22
 
to=tar.bz2
23
 
type=Process
24
 
 
25
 
[Tool/Archive/Zip]
26
 
class=Archive
27
 
command=zip
28
 
options='%S.zip' %AFL
29
 
from=kilepr
30
 
to=zip
31
 
type=Process
32
 
 
33
 
[Tool/BibTeX/Default]
34
 
class=Compile
35
 
command=bibtex
36
 
options='%S'
37
 
from=aux
38
 
to=bbl
39
 
type=Process
40
 
 
41
 
[Tool/BibTeX/8bit Version]
42
 
class=Compile
43
 
command=bibtex8
44
 
options='%S'
45
 
from=aux
46
 
to=bbl
47
 
type=Process
48
 
 
49
 
[Tool/Convert/eps2png]
50
 
class=Convert
51
 
command=convert
52
 
options=+adjoin -antialias -trim -transparent white -density %res '%S.eps' '%S.png'
53
 
from=eps
54
 
to=png
55
 
type=Process
56
 
 
57
 
[Tool/Convert/pdf2png]
58
 
class=Convert
59
 
command=convert
60
 
options=+adjoin -antialias -trim -transparent white -density %res '%S.pdf' '%S.png'
61
 
from=pdf
62
 
to=png
63
 
type=Process
64
 
 
65
 
[Tool/DBLaTeX/Convert to DVI]
66
 
class=Compile
67
 
command=dblatex
68
 
options=-tdvi '%S.xml'
69
 
from=xml
70
 
to=dvi
71
 
type=Process
72
 
 
73
 
[Tool/DBLaTeX/Convert to PDF]
74
 
class=Compile
75
 
command=dblatex
76
 
from=xml
77
 
to=pdf
78
 
options=-tpdf '%S.xml'
79
 
type=Process
80
 
 
81
 
[Tool/DBLaTeX/Convert to LaTeX]
82
 
class=Compile
83
 
command=dblatex
84
 
from=xml
85
 
to=tex
86
 
options=-ttex '%S.xml'
87
 
type=Process
88
 
 
89
 
[Tool/DBLaTeX/Convert to Postscript]
90
 
class=Compile
91
 
command=dblatex
92
 
from=xml
93
 
to=ps
94
 
options=-tps '%S.xml'
95
 
type=Process
96
 
 
97
 
[Tool/DVItoPDF/Default]
98
 
class=Convert
99
 
command=dvipdfmx
100
 
options='%S.dvi'
101
 
from=dvi
102
 
to=pdf
103
 
type=Process
104
 
 
105
 
[Tool/DVItoPDF/Black and White]
106
 
class=Convert
107
 
command=dvipdfmx
108
 
options=-c '%S.dvi'
109
 
from=dvi
110
 
to=pdf
111
 
type=Process
112
 
 
113
 
[Tool/DVItoPDF/Landscape]
114
 
class=Convert
115
 
command=dvipdfmx
116
 
options=-l '%S.dvi'
117
 
from=dvi
118
 
to=pdf
119
 
type=Process
120
 
 
121
 
[Tool/DVItoPNG/Default]
122
 
class=Convert
123
 
command=dvipng
124
 
options=-T tight -D %res -o '%S.png' '%S.dvi'
125
 
from=dvi
126
 
to=png
127
 
type=Process
128
 
 
129
 
[Tool/DVItoPS/Default]
130
 
class=Convert
131
 
command=dvips
132
 
options=-o '%S.ps' '%S.dvi'
133
 
from=dvi
134
 
to=ps
135
 
type=Process
136
 
 
137
 
[Tool/DVItoPS/dvi2eps]
138
 
class=Convert
139
 
command=dvips
140
 
options=-o '%S.eps' '%S.dvi'
141
 
from=dvi
142
 
to=eps
143
 
type=Process
144
 
 
145
 
[Tool/LaTeX/Default]
146
 
class=LaTeX
147
 
command=latex
148
 
options=-interaction=nonstopmode '%source'
149
 
from=
150
 
to=dvi
151
 
type=Process
152
 
checkForRoot=yes
153
 
jumpToFirstError=yes
154
 
autoRun=yes
155
 
 
156
 
[Tool/LaTeX/Draft]
157
 
class=LaTeX
158
 
command=latex
159
 
options=-draftmode -interaction=nonstopmode '%source'
160
 
from=
161
 
to=dvi
162
 
type=Process
163
 
checkForRoot=yes
164
 
jumpToFirstError=yes
165
 
autoRun=yes
166
 
 
167
 
[Tool/LaTeX/Modern]
168
 
class=LaTeX
169
 
command=latex
170
 
options=-src-specials -interaction=nonstopmode '%source'
171
 
from=
172
 
to=dvi
173
 
type=Process
174
 
checkForRoot=yes
175
 
jumpToFirstError=yes
176
 
autoRun=yes
177
 
 
178
 
[Tool/LaTeX to Web/TeX4ht (LaTeX to HTML)]
179
 
class=Compile
180
 
command=mk4ht
181
 
from=tex
182
 
to=html
183
 
options=htlatex '%source'
184
 
type=Process
185
 
 
186
 
[Tool/LaTeX to Web/TeX4ht (LaTeX to MathML)]
187
 
class=Compile
188
 
command=mk4ht
189
 
from=tex
190
 
to=xml
191
 
options=xhmlatex '%source'
192
 
type=Process
193
 
 
194
 
[Tool/LaTeX to Web/TeX4ht (LaTeX to XML)]
195
 
class=Compile
196
 
command=mk4ht
197
 
from=tex
198
 
to=xml
199
 
options=xhlatex '%source'
200
 
type=Process
201
 
 
202
 
[Tool/LaTeX to Web/latex2html]
203
 
class=Compile
204
 
command=latex2html
205
 
options='%source'
206
 
from=tex
207
 
to=html
208
 
type=Process
209
 
 
210
 
[Tool/MakeIndex/Default]
211
 
class=Compile
212
 
command=makeindex
213
 
options='%S.idx'
214
 
from=idx
215
 
to=idx
216
 
type=Process
217
 
 
218
 
[Tool/MakeIndex/xindy]
219
 
class=Compile
220
 
command=xindy
221
 
options='%S.idx'
222
 
from=idx
223
 
to=idx
224
 
type=Process
225
 
 
226
 
[Tool/MetaPost/Default]
227
 
class=Compile
228
 
command=mpost
229
 
options=-tex=latex -interaction=nonstopmode '%source'
230
 
from=
231
 
to=
232
 
type=Process
233
 
 
234
 
[Tool/Asymptote/Default]
235
 
class=Compile
236
 
command=asy
237
 
options='%S'
238
 
from=
239
 
to=
240
 
type=Process
241
 
 
242
 
[Tool/PDFLaTeX/Default]
243
 
class=LaTeX
244
 
command=pdflatex
245
 
options=-interaction=nonstopmode '%source'
246
 
from=
247
 
to=pdf
248
 
type=Process
249
 
checkForRoot=yes
250
 
jumpToFirstError=yes
251
 
autoRun=yes
252
 
 
253
 
[Tool/PDFLaTeX/Draft]
254
 
class=LaTeX
255
 
command=pdflatex
256
 
options=-draftmode -interaction=nonstopmode '%source'
257
 
from=
258
 
to=pdf
259
 
type=Process
260
 
checkForRoot=yes
261
 
jumpToFirstError=yes
262
 
autoRun=yes
263
 
 
264
 
[Tool/PDFLaTeX/Modern]
265
 
class=LaTeX
266
 
command=pdflatex
267
 
options=-synctex=1 -interaction=nonstopmode '%source'
268
 
from=
269
 
to=pdf
270
 
type=Process
271
 
checkForRoot=yes
272
 
jumpToFirstError=yes
273
 
autoRun=yes
274
 
 
275
 
[Tool/ConTeXt/PDF]
276
 
class=Compile
277
 
command=texexec
278
 
options=--pdf --nonstopmode '%source'
279
 
from=
280
 
to=pdf
281
 
type=Process
282
 
 
283
 
[Tool/ConTeXt/PDF Draft]
284
 
class=Compile
285
 
command=texexec
286
 
options=--pdf --draft --nonstopmode '%source'
287
 
from=
288
 
to=pdf
289
 
type=Process
290
 
 
291
 
[Tool/ConTeXt/DVI and PS]
292
 
class=Compile
293
 
command=texexec
294
 
options=--dvi --nonstopmode '%source'
295
 
from=
296
 
to=dvi
297
 
type=Process
298
 
 
299
 
[Tool/ConTeXt/DVI and PS Draft]
300
 
class=Compile
301
 
command=texexec
302
 
options=--dvi --draft --nonstopmode '%source'
303
 
from=
304
 
to=dvi
305
 
type=Process
306
 
 
307
 
[Tool/XeLaTeX/PDF]
308
 
class=LaTeX
309
 
command=xelatex
310
 
options=-interaction=nonstopmode '%source'
311
 
from=
312
 
to=pdf
313
 
type=Process
314
 
checkForRoot=yes
315
 
jumpToFirstError=yes
316
 
autoRun=yes
317
 
 
318
 
[Tool/XeLaTeX/XDVI]
319
 
class=LaTeX
320
 
command=xelatex
321
 
options=-no-pdf -interaction=nonstopmode '%source'
322
 
from=
323
 
to=xdvi
324
 
type=Process
325
 
checkForRoot=yes
326
 
jumpToFirstError=yes
327
 
autoRun=yes
328
 
 
329
 
[Tool/XeLaTeX/PDF Draft]
330
 
class=LaTeX
331
 
command=xelatex
332
 
options=-draftmode -interaction=nonstopmode '%source'
333
 
from=
334
 
to=pdf
335
 
type=Process
336
 
checkForRoot=yes
337
 
jumpToFirstError=yes
338
 
autoRun=yes
339
 
 
340
 
[Tool/XeLaTeX/XDVI Draft]
341
 
class=LaTeX
342
 
command=xelatex
343
 
options=-no-pdf -draftmode -interaction=nonstopmode '%source'
344
 
from=
345
 
to=xdvi
346
 
type=Process
347
 
checkForRoot=yes
348
 
jumpToFirstError=yes
349
 
autoRun=yes
350
 
 
351
 
[Tool/XeLaTeX/PDF Modern]
352
 
class=LaTeX
353
 
command=xelatex
354
 
options=-synctex=1 -interaction=nonstopmode '%source'
355
 
from=
356
 
to=pdf
357
 
type=Process
358
 
checkForRoot=yes
359
 
jumpToFirstError=yes
360
 
autoRun=yes
361
 
 
362
 
[Tool/XeLaTeX/XDVI Modern]
363
 
class=LaTeX
364
 
command=xelatex
365
 
options=-no-pdf -src-specials -interaction=nonstopmode '%source'
366
 
from=
367
 
to=xdvi
368
 
type=Process
369
 
checkForRoot=yes
370
 
jumpToFirstError=yes
371
 
autoRun=yes
372
 
 
373
 
[Tool/PreviewLaTeX/Default]
374
 
autoRun=no
375
 
checkForRoot=no
376
 
class=LaTeXpreview
377
 
command=latex
378
 
from=
379
 
jumpToFirstError=yes
380
 
options=-interaction=nonstopmode '%source'
381
 
to=dvi
382
 
type=Process
383
 
 
384
 
[Tool/PreviewPDFLaTeX/Default]
385
 
autoRun=no
386
 
checkForRoot=no
387
 
class=LaTeXpreview
388
 
command=pdflatex
389
 
from=
390
 
jumpToFirstError=yes
391
 
options=-interaction=nonstopmode '%source'
392
 
to=pdf
393
 
type=Process
394
 
 
395
 
[Tool/PreviewXeLaTeX/Default]
396
 
autoRun=no
397
 
checkForRoot=no
398
 
class=LaTeXpreview
399
 
command=xelatex
400
 
from=
401
 
jumpToFirstError=yes
402
 
options=-interaction=nonstopmode '%source'
403
 
to=pdf
404
 
type=Process
405
 
 
406
 
[Tool/PStoPDF/Default]
407
 
class=Convert
408
 
command=ps2pdf
409
 
options='%S.ps' '%S.pdf'
410
 
from=ps
411
 
to=pdf
412
 
type=Process
413
 
 
414
 
[Tool/QuickBuild/LaTeX]
415
 
class=Sequence
416
 
type=Sequence
417
 
sequence=LaTeX
418
 
 
419
 
[Tool/QuickBuild/LaTeX+ViewDVI]
420
 
class=Sequence
421
 
type=Sequence
422
 
sequence=LaTeX,ViewDVI
423
 
 
424
 
[Tool/QuickBuild/LaTeX+DVItoPS+ViewPS]
425
 
class=Sequence
426
 
type=Sequence
427
 
sequence=LaTeX,DVItoPS,ViewPS
428
 
 
429
 
[Tool/QuickBuild/LaTeX+DVItoPDF+ViewPDF]
430
 
class=Sequence
431
 
type=Sequence
432
 
sequence=LaTeX,DVItoPDF,ViewPDF
433
 
 
434
 
[Tool/QuickBuild/PDFLaTeX+ViewPDF]
435
 
class=Sequence
436
 
type=Sequence
437
 
sequence=PDFLaTeX,ViewPDF
438
 
 
439
 
[Tool/QuickBuild/LaTeX+ForwardDVI]
440
 
class=Sequence
441
 
type=Sequence
442
 
sequence=LaTeX,ForwardDVI
443
 
 
444
 
[Tool/QuickBuild/PDFLaTeX+ForwardPDF]
445
 
class=Sequence
446
 
type=Sequence
447
 
sequence=PDFLaTeX,ForwardPDF
448
 
 
449
 
[Tool/QuickBuild/LaTeX+DVItoPS+PStoPDF+ViewPDF]
450
 
class=Sequence
451
 
sequence=LaTeX,DVItoPS,PStoPDF,ViewPDF
452
 
type=Sequence
453
 
 
454
 
[Tool/TeX/Default]
455
 
class=Compile
456
 
command=tex
457
 
options=-interaction=nonstopmode '%source'
458
 
from=
459
 
to=dvi
460
 
type=Process
461
 
 
462
 
[Tool/TeX/Modern]
463
 
class=Compile
464
 
command=tex
465
 
options=-src-specials -interaction=nonstopmode '%source'
466
 
from=
467
 
to=dvi
468
 
type=Process
469
 
 
470
 
[Tool/PDFTeX/Default]
471
 
class=Compile
472
 
command=pdftex
473
 
options=-interaction=nonstopmode '%source'
474
 
from=
475
 
to=pdf
476
 
type=Process
477
 
 
478
 
[Tool/PDFTeX/Draft]
479
 
class=Compile
480
 
command=pdftex
481
 
options=-draftmode -interaction=nonstopmode '%source'
482
 
from=
483
 
to=pdf
484
 
type=Process
485
 
 
486
 
[Tool/PDFTeX/Modern]
487
 
class=Compile
488
 
command=pdftex
489
 
options=-synctex=1 -interaction=nonstopmode '%source'
490
 
from=
491
 
to=pdf
492
 
type=Process
493
 
 
494
 
[Tool/ViewBib/JabRef]
495
 
type=Process
496
 
class=ViewBib
497
 
command=jabref
498
 
options='%source'
499
 
from=bib
500
 
to=bib
501
 
 
502
 
[Tool/ViewBib/Pybliographer]
503
 
type=Process
504
 
class=ViewBib
505
 
command=pybliographic
506
 
options='%source'
507
 
from=bib
508
 
to=bib
509
 
 
510
 
[Tool/ViewBib/gbib]
511
 
type=Process
512
 
class=ViewBib
513
 
command=gbib
514
 
options='%source'
515
 
from=bib
516
 
to=bib
517
 
 
518
 
[Tool/ViewBib/KBib]
519
 
class=ViewBib
520
 
command=kbib
521
 
options='%source'
522
 
from=bib
523
 
to=bib
524
 
type=Process
525
 
 
526
 
[Tool/ViewBib/KBibTex]
527
 
type=Process
528
 
class=ViewBib
529
 
command=kbibtex
530
 
options='%source'
531
 
from=bib
532
 
to=bib
533
 
 
534
 
[Tool/ViewBib/KBibTex (embedded)]
535
 
type=Part
536
 
class=ViewBib
537
 
libName=kbibtexpart
538
 
className=KBibTeXPart
539
 
liboptions='%source'
540
 
state=Viewer
541
 
from=bib
542
 
to=bib
543
 
 
544
 
[Tool/ViewHTML/Embedded Viewer]
545
 
type=DocPart
546
 
class=ViewHTML
547
 
state=HTMLpreview
548
 
relDir=
549
 
target=
550
 
from=html
551
 
to=html
552
 
 
553
 
[Tool/ViewHTML/Konqueror]
554
 
type=Process
555
 
class=ViewHTML
556
 
state=Editor
557
 
relDir=
558
 
command=konqueror
559
 
options='file:%dir_target/%target'
560
 
target=
561
 
from=html
562
 
to=html
563
 
 
564
 
[Tool/ViewHTML/Mozilla]
565
 
type=Process
566
 
class=ViewHTML
567
 
state=Editor
568
 
relDir=
569
 
command=mozilla
570
 
options='file:%dir_target/%target'
571
 
target=
572
 
from=html
573
 
to=html
574
 
 
575
 
[Tool/ViewHTML/Firefox]
576
 
type=Process
577
 
class=ViewHTML
578
 
state=Editor
579
 
relDir=
580
 
command=firefox
581
 
options='file:%dir_target/%target'
582
 
target=
583
 
from=html
584
 
to=html
585
 
 
586
 
[Tool/ViewHTML/Seamonkey]
587
 
type=Process
588
 
class=ViewHTML
589
 
state=Editor
590
 
relDir=
591
 
command=seamonkey
592
 
options="file:%dir_target/%target"
593
 
target=
594
 
from=html
595
 
to=html
596
 
 
597
 
[Tool/ForwardDVI/Embedded Viewer]
598
 
type=Part
599
 
class=ForwardDVI
600
 
className=Okular::Part
601
 
libName=okularpart
602
 
from=dvi
603
 
to=dvi
604
 
state=Viewer
605
 
libOptions=dvi
606
 
 
607
 
[Tool/ForwardDVI/Okular]
608
 
class=ForwardDVI
609
 
type=Process
610
 
command=okular
611
 
options=--unique '%target'
612
 
from=dvi
613
 
to=dvi
614
 
 
615
 
[Tool/ForwardPDF/Okular]
616
 
class=ForwardDVI
617
 
type=Process
618
 
command=okular
619
 
options=--unique '%absolute_target'
620
 
from=pdf
621
 
to=pdf
622
 
 
623
 
[Tool/ForwardPDF/Embedded Viewer]
624
 
type=Part
625
 
class=ForwardDVI
626
 
className=Okular::Part
627
 
libName=okularpart
628
 
from=pdf
629
 
to=pdf
630
 
state=Viewer
631
 
libOptions=
632
 
 
633
 
[Tool/ViewDVI/Embedded Viewer]
634
 
class=View
635
 
className=Okular::Part
636
 
libName=okularpart
637
 
state=Viewer
638
 
type=Part
639
 
from=dvi
640
 
to=dvi
641
 
 
642
 
[Tool/ViewDVI/Okular]
643
 
class=View
644
 
command=okular
645
 
options='%target'
646
 
from=dvi
647
 
to=dvi
648
 
state=Viewer
649
 
type=Process
650
 
 
651
 
[Tool/ViewDVI/Evince]
652
 
class=View
653
 
command=evince
654
 
options='%target'
655
 
from=dvi
656
 
to=dvi
657
 
state=Viewer
658
 
type=Process
659
 
 
660
 
[Tool/ViewDVI/Okular Unique]
661
 
class=View
662
 
command=okular
663
 
options=--unique '%target'
664
 
from=dvi
665
 
to=dvi
666
 
state=Viewer
667
 
type=Process
668
 
 
669
 
[Tool/ViewPS/GV]
670
 
class=View
671
 
command=gv
672
 
options='%target'
673
 
state=Viewer
674
 
from=ps
675
 
to=ps
676
 
type=Process
677
 
 
678
 
[Tool/ViewPS/Okular]
679
 
class=View
680
 
command=okular
681
 
options='%target'
682
 
from=ps
683
 
to=ps
684
 
state=Viewer
685
 
type=Process
686
 
 
687
 
[Tool/ViewPS/Evince]
688
 
class=View
689
 
command=evince
690
 
options='%target'
691
 
from=ps
692
 
to=ps
693
 
state=Viewer
694
 
type=Process
695
 
 
696
 
[Tool/ViewPS/Okular Unique]
697
 
class=View
698
 
command=okular
699
 
options=--unique '%target'
700
 
from=ps
701
 
to=ps
702
 
state=Viewer
703
 
type=Process
704
 
 
705
 
[Tool/ViewPS/Embedded Viewer]
706
 
class=View
707
 
className=Okular::Part
708
 
from=ps
709
 
to=ps
710
 
libName=okularpart
711
 
state=Viewer
712
 
type=Part
713
 
 
714
 
[Tool/ViewPDF/Okular]
715
 
class=View
716
 
command=okular
717
 
options='%target'
718
 
from=pdf
719
 
to=pdf
720
 
state=Viewer
721
 
type=Process
722
 
 
723
 
[Tool/ViewPDF/Evince]
724
 
class=View
725
 
command=evince
726
 
options='%target'
727
 
from=pdf
728
 
to=pdf
729
 
state=Viewer
730
 
type=Process
731
 
 
732
 
[Tool/ViewPDF/Okular Unique]
733
 
class=View
734
 
command=okular
735
 
options=--unique '%target'
736
 
from=pdf
737
 
to=pdf
738
 
state=Viewer
739
 
type=Process
740
 
 
741
 
[Tool/ViewPDF/Embedded Viewer]
742
 
class=View
743
 
className=Okular::Part
744
 
libName=okularpart
745
 
from=pdf
746
 
to=pdf
747
 
state=Viewer
748
 
type=Part
749
 
 
750
 
[Tool/ViewPDF/Acroread]
751
 
class=View
752
 
command=acroread
753
 
options='%target'
754
 
state=Viewer
755
 
from=pdf
756
 
to=pdf
757
 
type=Process
758
 
 
759
 
[Tool/Lilypond/PDF]
760
 
class=Compile
761
 
command=lilypond
762
 
options=--pdf '%source'
763
 
from=ly
764
 
to=pdf
765
 
type=Process
766
 
 
767
 
[Tool/Lilypond/DVI]
768
 
class=Compile
769
 
command=lilypond
770
 
options=--dvi '%source'
771
 
from=ly
772
 
to=dvi
773
 
type=Process
774
 
 
775
 
[Tool/Lilypond/TeX]
776
 
class=Compile
777
 
command=lilypond
778
 
options=--tex '%source'
779
 
from=ly
780
 
to=tex
781
 
type=Process
782
 
 
783
 
[Tool/Lilypond/PS]
784
 
class=Compile
785
 
command=lilypond
786
 
options=--ps '%source'
787
 
from=ly
788
 
to=ps
789
 
type=Process
790
 
 
791
 
[Tool/Lilypond/PNG]
792
 
class=Compile
793
 
command=lilypond
794
 
options=--png '%source'
795
 
from=ly
796
 
to=png
797
 
type=Process
798
 
 
799
 
[Tools]
800
 
Archive=Tar + gzip
801
 
Asymptote=Default
802
 
BibTeX=Default
803
 
Convert=pdf2png
804
 
ConTeXt=PDF
805
 
DBLaTeX=LaTeX
806
 
DVItoPDF=Default
807
 
DVItoPNG=Default
808
 
DVItoPS=Default
809
 
LaTeX=Default
810
 
LaTeX to Web=latex2html
811
 
MakeIndex=Default
812
 
MetaPost=Default
813
 
PDFLaTeX=Default
814
 
PreviewLaTeX=Default
815
 
PreviewPDFLaTeX=Default
816
 
PreviewXeLaTeX=Default
817
 
PStoPDF=Default
818
 
QuickBuild=PDFLaTeX+ViewPDF
819
 
TeX=Default
820
 
PDFTeX=Default
821
 
ViewBib=KBibTex
822
 
ViewPDF=Okular
823
 
ViewPS=Okular
824
 
ViewDVI=Okular
825
 
ViewHTML=Konqueror
826
 
ForwardDVI=Okular
827
 
ForwardPDF=Okular
828
 
Lilypond=PDF
829
 
XeLaTeX=PDF
830
 
 
831
 
[ToolsGUI]
832
 
Lilypond=Compile,lilypond
833
 
Archive=Archive,archive-insert
834
 
Asymptote=Compile,application-x-executable
835
 
BibTeX=Compile,bibtex
836
 
Convert=Convert,convert
837
 
DVItoPDF=Convert,dvipdf
838
 
DVItoPNG=Convert,dvipng
839
 
DVItoPS=Convert,dvips
840
 
LaTeX to Web=Compile,l2h
841
 
DBLaTeX=Compile,dblatex
842
 
MakeIndex=Compile,makeidx
843
 
MetaPost=Compile,mpost
844
 
PreviewLaTeX=none,application-x-executable
845
 
PreviewPDFLaTeX=none,application-x-executable
846
 
PreviewXeLaTeX=none,application-x-executable
847
 
PStoPDF=Convert,ps2pdf
848
 
QuickBuild=Quick,quick
849
 
LaTeX=Compile,latex
850
 
TeX=Compile,texcompiler
851
 
PDFTeX=Compile,pdftex
852
 
PDFLaTeX=Compile,pdflatex
853
 
ConTeXt=Compile,latex
854
 
XeLaTeX=Compile,latex
855
 
ViewBib=View,viewbib
856
 
ViewDVI=View,okular
857
 
ViewPDF=View,okular
858
 
ViewPS=View,okular
859
 
ViewHTML=View,viewhtml
860
 
ForwardDVI=View,dvisearch
861
 
ForwardPDF=View,dvisearch