tlmgr-paper: add page (#6463)
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user