Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions pages/common/tlmgr-platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@

- List all available platforms in the package repository:

`tlmgr platform list`
`tlmgr {{[arch|platform]}} list`

- Add the executables for a specific platform:

`sudo tlmgr platform add {{platform}}`
`sudo tlmgr {{[arch|platform]}} add {{platform}}`

- Remove the executables for a specific platform:

`sudo tlmgr platform remove {{platform}}`
`sudo tlmgr {{[arch|platform]}} remove {{platform}}`

- Auto-detect and switch to the current platform:

`sudo tlmgr platform set auto`
`sudo tlmgr {{[arch|platform]}} set auto`

- Switch to a specific platform:

`sudo tlmgr platform set {{platform}}`
`sudo tlmgr {{[arch|platform]}} set {{platform}}`
2 changes: 1 addition & 1 deletion pages/common/tlmgr.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Manage packages and configuration options of an existing TeX Live installation.
> Some subcommands such as `paper` have their own usage documentation.
> More information: <https://www.tug.org/texlive/doc/tlmgr.html#ACTIONS>.
> More information: <https://www.tug.org/texlive/doc/tlmgr.html#NAME>.

- Install a package and its dependencies:

Expand Down
Loading