diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2017-02-01 14:18:04 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2017-02-01 14:18:04 +0000 |
commit | 6046f13b1143237c457a510d393c54079ddd7986 (patch) | |
tree | 8eb9462f28f2f22869358ef9eb8b9892ad6140d6 /Master/texmf-dist/web2c | |
parent | a40e4295260793e44bbfed4be68050c38e197f3e (diff) |
Upload of tlaunch, TeX Live Launcher
git-svn-id: svn://tug.org/texlive/trunk@43114 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/web2c')
-rw-r--r-- | Master/texmf-dist/web2c/tlaunch.ini | 115 |
1 files changed, 115 insertions, 0 deletions
diff --git a/Master/texmf-dist/web2c/tlaunch.ini b/Master/texmf-dist/web2c/tlaunch.ini new file mode 100644 index 00000000000..bcfd5538fb0 --- /dev/null +++ b/Master/texmf-dist/web2c/tlaunch.ini @@ -0,0 +1,115 @@ +[Strings] +; %VERSION% detected +TLNAME=TeX Live %VERSION% +; configuration directory; a couple of suggestions: +TLCONFIG=%userprofile%\.texlive%VERSION%\tlaunch +; or: +;TLCONFIG=%appdata%\.texlive%VERSION%\tlaunch +; ProgID for user-selected LaTeX editor; the setting below is the default +CUSTOMED_PROGID=TL.customed +; optional announcement +;ANNOUNCE=This is TLaunch with a sample ini file. + +; Filetypes + +[FT:TL.TeXworks.edit.%VERSION%] +COMMAND="%tlroot%\bin\win32\TeXworks.exe" +EXTENSIONS=.tex .cls .sty +; filetype is regular file association for extension; already default: +;PRIMARY=1 + +; for illustration purposes: +[FT:Notepad] +COMMAND=%systemroot%\notepad.exe +EXTENSIONS=.tex .cls .sty .txt .log +; PRIMARY 0: only set OpenWithProgID key +PRIMARY=0 + +; right-clicking a file of one of the supported types +; gives you the option to convert it to eps +[FT:TL.bitmap2eps.convert.%VERSION%] +COMMAND="%tlroot%\bin\win32\bitmap2eps.exe" +EXTENSIONS=.bmp .gif .jpe .jpeg .jpg .png .tif .tiff +PRIMARY=0 + +[FT:TL.DVIOUT.view.%VERSION%] +COMMAND="%tlroot%\bin\win32\dviout.exe" +EXTENSIONS=.dvi + +[FT:TL.PSView.view.%VERSION%] +COMMAND="%tlroot%\bin\win32\psv.exe" +EXTENSIONS=.eps .ps .pdf + +; 2-level menu + +; key is display string, value is action +; items can be: +; SO: shell object, e.g. document or URL; opened with current default program. +; SC: previously declared utility script +; FT: previously declared filetype +; FU: built-in function +; general commands + +; automatic cache generation from xetex may require changes to +; the root TEXMF.CNF +; It may not always work right when run from xetex +; so is also available as a utility script. +; see manual for requirements to make this work. +[SC:XeTeX-fontcache] +command=fc-cache -v +splash=Creating or updating XeTeX font cache + +[MN:File] +Browse TeX Live installation=explorer.exe "%tlroot%\.." +Quit=FU:quit + +[MN:Editors] +TeXworks=FT:TL.TeXworks.edit.%VERSION% +Notepad=FT:Notepad +Select default editor...=FU:options + +[MN:Viewers] +PostScript Viewer=FT:TL.PSView.view.%VERSION% +DVI Viewer=FT:TL.DVIOUT.view.%VERSION% + +[MN:Tools] +TeX Live Command Prompt=%comspec% /T "%TLNAME%" /e:on += +Re-initialize TeX Live=FU:initialize +Remove TeX Live settings=FU:clear += +TeX Live Manager="%tlroot%\bin\win32\tlmgr-gui.exe" +Uninstall completely=FU:uninst_all +Uninstall but keep directory=FU:uninst += +Editor choice=FU:editor_select += +Generate/Refresh xetex font database=SC:XeTeX-fontcache + +[MN:Documentation] +LaTeX Introduction=SO:%tlroot%\texmf-dist\doc\latex\lshort-english\lshort.pdf +LaTeX Reference=SO:%tlroot%\texmf-dist\doc\latex\latex2e-help-texinfo\latex2e.pdf +All TeX Live documentation by package=SO:%tlroot%\doc.html +FAQ=SO:%tlroot%\texmf-dist\doc\generic\FAQ-en\newfaq.pdf +Launcher=SO:%tlroot%\texmf-dist\doc\support\tlaunch\tlaunch.pdf += +AmsMath User Guide=SO:%tlroot%\texmf-dist\doc\latex\amsmath\amsldoc.pdf +Beamer User Guide=SO:%tlroot%\texmf-dist\doc\latex\beamer\doc\beameruserguide.pdf + +[MN:Online] +TeX Users Group (international)=SO:http://www.tug.org/ +TeX and LaTeX Q & A=SO:http://tex.stackexchange.com/ +LaTeX Community site=SO:http://www.latex-community.org/ +UK TeX FAQ online=SO:http://www.tex.ac.uk/faq + +[MN:Help] +About=FU:about + +[Buttons] +; FU:default_editor invokes the `default editor' if there is one. +; The editor_select dialog lets the user select a preconfigured editor +; if there is one, or select an existing program. +LaTeX Editor=FU:default_editor +Select default editor...=FU:editor_select +TeX Live Command Prompt=%comspec% /T "TeX Live" /e:on +Quit=FU:quit |