snippetbashTip
tlmgr paper — Manage paper size options of an TeX Live installation. More information: <https://www.tug.org/texliv
Viewed 0 times
commandoptionstextlmgr paperpaperclimanagesize
Problem
How to use the
tlmgr paper command: Manage paper size options of an TeX Live installation. More information: <https://www.tug.org/texlive/doc/tlmgr.html#paper>.Solution
tlmgr paper — Manage paper size options of an TeX Live installation. More information: <https://www.tug.org/texlive/doc/tlmgr.html#paper>.Show the default paper size used by all TeX Live programs:
tlmgr paperSet 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}} paperSet 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 --listDump the default paper size used by all TeX Live programs in JSON format:
tlmgr paper --jsonCode Snippets
Show the default paper size used by all TeX Live programs
tlmgr paperSet 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}} paperSet 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 --listContext
tldr-pages: common/tlmgr paper
Revisions (0)
No revisions yet.