1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/tlmgr-paper.md
a1346054 5c62e303b5
*: shellcheck and fix typos (#6526)
* test.sh: quote a variable

* contributing-guides/*: fix typos

* pages/*: fix typos

* scripts/*: fix typos

* MAINTAINERS.md: trim trailing whitespace

Co-authored-by: a1346054 <36859588+a1346054@users.noreply.github.com>
2021-09-16 00:32:13 -03:00

28 lines
701 B
Markdown

# 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 default 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`