*************************************************************************** * 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 *******************************