System Grab Bag

View all TLDR pages from common (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.