-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

tlmgr paper


> Manage paper size options of an TeX Live installation.

More information.


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


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 16:01:52 2024