mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 04:58:52 +00:00
Update cheatsheets
This commit is contained in:
33
install-tl
Normal file
33
install-tl
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# install-tl
|
||||
|
||||
> TeX Live cross-platform installer.
|
||||
> More information: <https://tug.org/texlive/>.
|
||||
|
||||
- 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`
|
||||
|
||||
- Display help:
|
||||
|
||||
`install-tl -help`
|
||||
Reference in New Issue
Block a user