logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Manage TeX Paper Size - Control Paper Settings | Online Free DevTools by Hexmos

Control TeX paper size settings with tlmgr-paper. Configure paper sizes for different TeX Live programs using the command line interface. Free online tool, no registration required.

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 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

See Also