From 372cc4144b5fbe3e2cdb49a2aee2221b60294915 Mon Sep 17 00:00:00 2001 From: marchersimon <50295997+marchersimon@users.noreply.github.com> Date: Fri, 26 Nov 2021 22:14:16 +0100 Subject: [PATCH] install-tl: add page (#7434) --- pages/common/install-tl.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/install-tl.md diff --git a/pages/common/install-tl.md b/pages/common/install-tl.md new file mode 100644 index 000000000..f4152a50c --- /dev/null +++ b/pages/common/install-tl.md @@ -0,0 +1,28 @@ +# install-tl + +> TeX Live cross-platform installer. +> More information: . + +- Start the text-based installer (default on Unix systems): + +`install-tl -no-gui` + +- Start the GUI installer (default on macOS and Windows, requires Tcl/Tk): + +`install-tl -gui` + +- Install TeX Live as defined in a specific profile file: + +`install-tl -profile {{path/to/texlive.profile}}` + +- Start the installer with the settings from a specific profile file: + +`install-tl -init-from-file {{path/to/texlive.profile}}` + +- Start the installer for installation on a portable device, like a USB stick: + +`install-tl -portable` + +- Show help for `install-tl`: + +`install-tl -help`