summaryrefslogtreecommitdiff
path: root/systems/msdos/lalaunch/lalaunch.cfg
blob: 8eed5f69e2937992a4bb1d3c1c4a7c2a76f5c113 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
***************************************************************************
* Greg's configuration file for LaTeX Launcher Ver 1.4
*
* Fix Button 18! Look at the end of this file for a note.
*
* Good Advice:  Leave the structure of this file alone
*     only edit the relevant variables and commands.
*
* If you change this file while running LaTeX Launcher, you must save this
*     file and push reset before changes take affect.
*
* The "*" at the beginning of a line implies a comment and is ignored.
*      Blank lines with no text are also ok.
* Use a "|" symbol to indicate end of command, anything after is ignored.
* The + symbol will be eliminated during run (no space).
* Do not put in any extra spaces that you do not intend to be there.
*
*
* Variables that can be used in commands:
*     TPath: complete path to selected .tex file @ run time (no file name)
*     TFile: selected tex file @ run time (no extension)
*     TExtn: selected tex file extension (for those that don't use .tex)
*     BPath: complete path to selected .bib file @ run time (no file name)
*     BExtn: select bib file extension (for those that don't use .bib)
*     BFile: selected .bib file @ run time (no extension)
*     PStart: starting page number selected @ run time
*     PStop: stopping page number selected @ run time
*     SPath: path that LaTeX Launcher was started from
*     LLvarX: 10 user defined variables, X is an integer between 0-9
*
* There are a total of 18 configurable buttons:
*     butX=button X label
*     dirX=directory for cmdX (changes to this dir before cmd execute)
*     cmdX=the command to be launched when butX is pushed
*
******************* Basic Startup Info ************************************
*
* No Variables in this section.  Don't use +, TPath etc.
*
unset=|                         Runs at exit from LaTeX Launcher
bibtexdir=c:\emtex\work|        Default Directory for .bib files
msdos=c:\windows\dosprmpt.pif|  Launch when MS DOS button is pushed
work=c:\emtex\work|             Default Directory for your .tex files
*
pos= 9.5,1|                     Window Pos: %from left, %from top
*
junk0=*.blg|                    Wild cards for delete junk button  
junk1=*.bak|                       Be careful! Everything in TPath  
junk2=*.bk!|                       with these wildcards will be deleted. 
junk3=*.dlg|                       (no more than 10 wildcards 0-9)
junk4=*.log|
junk5=*.toc|
junk6=*.lot|
junk7=*.tlg|
junk8=*.lof|
junk9=*.ilg|
*
LLvar0=c:\emtex\pfelatex|          10 user defined variables
LLvar1=|
LLvar2=|
LLvar3=|
Llvar4=|
LLvar5=|
LLvar6=|
LLvar7=|
LLvar8=|
LLvar9=|
********************** Button Commands ************************************

but1=Edit TeX|                              Edit LateX file
dir1=LLvar0|
cmd1=pfe.exe TPath+\+TFile+.+TExtn|

but2=LaTeX|                                 LateX Compiler
dir2=TPath|
cmd2=c:\emtex\lalatex.bat TFile|

but3=TeX Log|                               View .log file
dir3=LLvar0|
cmd3=pfe.exe TPath+\+TFile+.log|

but4=View DVI|                              View a DVI File
dir4=c:\emtex\winapps|
cmd4=dviwin.exe -1 TPath+\+TFile+.dvi|

but5=Edit Bib|                              BibTeX Data Base
dir5=c:\emtex\utils|
cmd5=bibdb.exe BPath+\+BFile|

but6=BibTeX|                                BibTeX Compiler 
dir6=c:\emtex|
cmd6=labibtex.bat TPath+\+TFile|

but7=Bib Log|                               View BibTeX Log File
dir7=LLvar0|
cmd7=pfe.exe TPath+\+TFile+.blg|

but8=Mk Index|                              Make Index Compiler
dir8=c:\emtex\utils|
cmd8=makeindx.exe TPath+\+TFile|

but9=Edit|                                  Run editor no arguments
dir9=|
cmd9=LLvar0+\pfe.exe|

but10=DVI-->PS|                             Convert DVI to PS
dir10=TPath|
cmd10=c:\emtex\winapps\dvipswin.exe -p+PStart -l+PStop -o+TPath+\+TFile.eps TPath+\+TFile|

but11=View PS|                              View PS using Ghost Script 
dir11=c:\emtex\utils\ghostscr|
cmd11=gswin.exe -sDEVICE=mswin -r75x75 TPath+\+TFile+.eps quit.ps|

but12=GS Cntrl|                             Ghost Script Control Program
dir12=c:\emtex\utils\gscntrl|
cmd12=gs26wgui.exe|

but13=AmSpell|                              AmSpell LaTeX Compatible Speller
dir13=c:\emtex|
cmd13=laspell.bat TPath+\+TFile US|

but14=|                                     Empty
dir14=|
cmd14=|

but15=|                                     Empty
dir15=|
cmd15=|

but16=|                                     Empty
dir16=|
cmd16=|

but17=Print HP|                             Print PS to HP laserjet using GS
dir17=c:\emtex\utils\ghostscr|
cmd17=gswin.exe -sDEVICE=laserjet -r300x300 -q -dNOPAUSE TPath+\+TFile+.eps quit.ps|

but18=Config LL|                            Edit LaTeX Launcher Config File
dir18=|                                 
cmd18=\windows\notepad.exe SPath+\+lalaunch.cfg|

* Fix Button 18!  Make sure the path to the windows notepad editor is
* correct and complete (with drive letter). The way it is now, button
* 18 may not work after you change drives.


************************ End of Config File *******************************