File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55
66- List all available platforms in the package repository:
77
8- ` tlmgr platform list `
8+ ` tlmgr {{[arch| platform]}} list `
99
1010- Add the executables for a specific platform:
1111
12- ` sudo tlmgr platform add {{platform}} `
12+ ` sudo tlmgr {{[arch| platform]}} add {{platform}} `
1313
1414- Remove the executables for a specific platform:
1515
16- ` sudo tlmgr platform remove {{platform}} `
16+ ` sudo tlmgr {{[arch| platform]}} remove {{platform}} `
1717
1818- Auto-detect and switch to the current platform:
1919
20- ` sudo tlmgr platform set auto `
20+ ` sudo tlmgr {{[arch| platform]}} set auto `
2121
2222- Switch to a specific platform:
2323
24- ` sudo tlmgr platform set {{platform}} `
24+ ` sudo tlmgr {{[arch| platform]}} set {{platform}} `
Original file line number Diff line number Diff line change 22
33> Manage packages and configuration options of an existing TeX Live installation.
44> Some subcommands such as ` paper ` have their own usage documentation.
5- > More information: < https://www.tug.org/texlive/doc/tlmgr.html#ACTIONS > .
5+ > More information: < https://www.tug.org/texlive/doc/tlmgr.html#NAME > .
66
77- Install a package and its dependencies:
88
You can’t perform that action at this time.
0 commit comments