mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 09:42:07 +02:00
tlmgr-paper: add page (#6463)
This commit is contained in:
parent
887203b0c4
commit
06861b8aa9
3 changed files with 30 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# tlmgr
|
# tlmgr
|
||||||
|
|
||||||
> Verwalte Packages und Konfigurationen einer existierenden TeX Live Installation.
|
> Verwalte Packages und Konfigurationen einer existierenden TeX Live Installation.
|
||||||
|
> Manche Unterbefehle wie `tlmgr paper` sind separat dokumentiert.
|
||||||
> Weitere Informationen: <https://www.tug.org/texlive/tlmgr.html>.
|
> Weitere Informationen: <https://www.tug.org/texlive/tlmgr.html>.
|
||||||
|
|
||||||
- Installiere ein Package und seine Abhängigkeiten:
|
- Installiere ein Package und seine Abhängigkeiten:
|
||||||
|
|
28
pages/common/tlmgr-paper.md
Normal file
28
pages/common/tlmgr-paper.md
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# tlmgr paper
|
||||||
|
|
||||||
|
> Manage paper size options of an TeX Live installation.
|
||||||
|
> More information: <https://www.tug.org/texlive/tlmgr.html>.
|
||||||
|
|
||||||
|
- Show the default paper size used by all TeX Live programs:
|
||||||
|
|
||||||
|
`tlmgr paper`
|
||||||
|
|
||||||
|
- Set the default paper size for all TeX Live programs to A4:
|
||||||
|
|
||||||
|
`sudo tlmgr paper {{a4}}`
|
||||||
|
|
||||||
|
- Show the default paper size used by a specific TeX Live program:
|
||||||
|
|
||||||
|
`tlmgr {{pdftex}} paper`
|
||||||
|
|
||||||
|
- Set the dafault paper size for a specific TeX Live program to A4:
|
||||||
|
|
||||||
|
`sudo tlmgr {{pdftex}} paper {{a4}}`
|
||||||
|
|
||||||
|
- List all available paper sizes for a specific TeX Live program:
|
||||||
|
|
||||||
|
`tlmgr {{pdftex}} paper --list`
|
||||||
|
|
||||||
|
- Dump the default paper size used by all TeX Live programs in JSON format:
|
||||||
|
|
||||||
|
`tlmgr paper --json`
|
|
@ -1,6 +1,7 @@
|
||||||
# tlmgr
|
# tlmgr
|
||||||
|
|
||||||
> Manages packages and configuration options of an existing TeX Live installation.
|
> Manages packages and configuration options of an existing TeX Live installation.
|
||||||
|
> Some subcommands such as `tlmgr paper` have their own usage documentation.
|
||||||
> More information: <https://www.tug.org/texlive/tlmgr.html>.
|
> More information: <https://www.tug.org/texlive/tlmgr.html>.
|
||||||
|
|
||||||
- Install a package and its dependencies:
|
- Install a package and its dependencies:
|
||||||
|
|
Loading…
Add table
Reference in a new issue