diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2019-08-30 10:54:09 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2019-08-30 10:54:09 +0000 |
commit | 0d48399322eb5d368a2f1d70a13b2cbc5fd1e81e (patch) | |
tree | 0481a74ea4ac9072b34b061720bc3e0f1498b574 /Master/tlpkg/installer | |
parent | 87b69c8581d71ca8b62fa2077c33be31ae1dfc86 (diff) |
Updated obsolete example menu tlpkg/installer/tl-tray-menu.ini
git-svn-id: svn://tug.org/texlive/trunk@51991 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/tl-tray-menu.ini | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Master/tlpkg/installer/tl-tray-menu.ini b/Master/tlpkg/installer/tl-tray-menu.ini index d4b934578c1..dcf38226604 100644 --- a/Master/tlpkg/installer/tl-tray-menu.ini +++ b/Master/tlpkg/installer/tl-tray-menu.ini @@ -12,16 +12,17 @@ ; (if it is located on the search PATH) or by an absolute or relative file ; path. Relative file paths are resolved relative to the location of the menu ; program (at the root of your TeX Live installation). +; * Alternatively, the 'program' can be a file which Windows knows how to open. +; Its location can be an absolute or relative path; see previous item. ; * The directory <menu dir>\bin\win32, where <menu dir> is the directory with ; the menu program, is automatically added to the beginning of the search PATH ; * Number of menu items is limited to 30 and their total size to 32KB ; [menu] -&Package Manager=tlmgr-gui.exe -&Documentation=texdoctk.exe +&Package Manager=tlshell.exe +&Documentation=doc.html &Editor=texworks.exe -PostScript/PDF &Viewer=psv.exe -;Notepad="%windir%\system32\notepad.exe" ;Your own choice of portable editor: -&Other editor=texmakerx\texmakerx.exe -&Command Prompt="%COMSPEC%" /k title TeX Live
\ No newline at end of file +;&My editor=..\my_editor\my_editor.exe +Notepad="%windir%\system32\notepad.exe" +&Command Prompt=cmd /k "title TeX Live"
\ No newline at end of file |