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

paper - print paper size information

Author

       Written by Reuben Thomas.

Description

       Print paper size information.

       --all  show information about all known paper sizes

       --no-size
              do not show paper sizes (width followed by height)

       --unit UNIT
              unit in which to show sizes [pt, mm, in; default: natural units]

       --help display this help message and exit

       --version
              display version information and exit

       paper  prints  information  about the given paper sizes, which can include the standard form of its name,
       its width and height. The output is designed to be both human- and machine-readable.  The name is matched
       case-insensitively, and ignoring spaces.

       If neither a paper size nor the --all option is given, the current paper size is used.

       The current paper size is obtained by looking in order at the following values until a non-empty value is
       found.  If no paper size is configured, paper exits with an error.

       •      The PAPERSIZE environment variable

       •      The user's default paper size in $XDG_CONFIG_HOME/papersize

       •      The current locale's default paper size (if supported by the system)

       •      The system default paper size in /etc/papersize

       •      The first paper size in the system list

       •      The first paper size in the user's list

Environment Variables

PAPERSIZE
              Paper size to use.

Files

/etc/papersize
              System default paper size.

       $XDG_CONFIG_HOME/papersize
              User's default paper size.

Name

       paper - print paper size information

Reporting Bugs

       Report bugs at https://github.com/rrthomas/libpaper

See Also

paperspecs(5)

paper 2.2.5                                       December 2024                                         PAPER(1)

Synopsis

paper [OPTION...] [PAPER...|--all]

See Also