From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- .../texlive/tlnet/tlpkg/installer/tl-tray-menu.ini | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 systems/texlive/tlnet/tlpkg/installer/tl-tray-menu.ini (limited to 'systems/texlive/tlnet/tlpkg/installer/tl-tray-menu.ini') diff --git a/systems/texlive/tlnet/tlpkg/installer/tl-tray-menu.ini b/systems/texlive/tlnet/tlpkg/installer/tl-tray-menu.ini new file mode 100644 index 0000000000..dcf3822660 --- /dev/null +++ b/systems/texlive/tlnet/tlpkg/installer/tl-tray-menu.ini @@ -0,0 +1,28 @@ +; Example configuration file for TeX Live Menu utility +; (to be placed in the same directory as the menu executable) +; +; * All lines starting with a semicolon are ignored +; * Each line after [menu] must be in the format: +; = +; * No blank lines are allowed nor whitespace around the equal sign +; * Optional '&' in the menu label marks the character for keyboard accelaration +; * Menu commands can contain additional arguments and use environment variables +; (e.g., %WINDIR%). +; * A program to execute in the menu command can be specified by its name only +; (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 \bin\win32, where 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=tlshell.exe +&Documentation=doc.html +&Editor=texworks.exe +;Your own choice of portable editor: +;&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 -- cgit v1.2.3