1PAPERSIZE(5) File Formats Manual PAPERSIZE(5)
2
3
4
6 papersize - specify preferred paper size
7
9 /etc/papersize
10
12 The papersize file is used to specify the preferred paper size to use
13 by available commands and programs generating documents.
14
15 The format of this file is extremely simple: whitespace and anything
16 starting with `#' is ignored, and the name of the paper is the first
17 string found; the case in the name of the paper does not import (see
18 CAVEATS section however).
19
21 The following names are commonly understood by programs: a3, a4, a5,
22 b5, letter, legal, executive, note and 11x17.
23
24 Additional paper names that one may encounter are: a0, a1, a2, a6, a7,
25 a8, a9, a10, b0, b1, b2, b3, b4, tabloid, statement, note, halfletter,
26 halfexecutive, folio, quarto, ledger, archA, archB, archC, archD,
27 archE, flsa, flse, csheet, dsheet, esheet and 10x14.
28
29 The value of the papersize file can be overrideen by looking in order
30 at the PAPERSIZE environment variable, then at the contents of the file
31 specified by the PAPERCONF environment variable. If the papersize file
32 does not exist, programs using the paper library default to using let‐
33 ter as a fall-back value
34
36 This manual page documents the format of the papersize file that is
37 read by the libpaper library. Some programs that read this file do not
38 yet use the library and may have trouble ignoring whitespace and com‐
39 ments in the file; they may also require that the paper names use a
40 specific capitalization.
41
43 Yves Arrouye <arrouye@debian.org>
44
46 paperconf(1)
47 paperconfig(8)
48
49
50
51
52
53 PAPERSIZE(5)