1PAPERCONF(1) General Commands Manual PAPERCONF(1)
2
3
4
6 paperconf - print paper configuration informations
7
9 paperconf [ [ -p ] paper | -d | -a ] [ -z ] [ -n | -N ] [ -s | -w | -h
10 ] [ -c | -m | -i ]
11
13 paperconf prints informations about a given paper. The informations
14 that can be obtaineed are the name of the paper, its size and its width
15 or height. When called without arguments, paperconf prints the name of
16 the system- or user-specified paper, obtained by looking in order at
17 the PAPERSIZE environment variable, at the contents of the file speciā
18 fied by the PAPERCONF environment variable, at the contents of the file
19 /etc/papersize , consulting the values controlled by the LC_PAPER
20 locale setting, or by using letter as a fall-back value if none of the
21 other alternatives are successful. By default, width and height of the
22 paper are printed in PostScript points.
23
25 -p paper
26 Specify the name of the paper about which informations are
27 asked.
28
29 -d Use the default builtin paper name.
30
31 -a Consider all known papers names.
32
33 -z If the paper name is unknown, print it but issue a message on
34 the standard error and exit with a non-zero code.
35
36 -n Print the name of the paper.
37
38 -N Print the name of the paper with the first letter capitalized.
39
40 -s Print the size (width followed by height) of the paper.
41
42 -w Print the width of the paper.
43
44 -h Print the height of the paper.
45
46 -c Use centimetres as unit for paper size.
47
48 -m Use millimetres as unit for paper size.
49
50 -i Use inches as unit for paper size.
51
52
54 PAPERSIZE Paper size to use regardless of what the papersize
55 file contains.
56
57 PAPERCONF Full path to a file containing the paper size to
58 use.
59
61 /etc/papersize Contains the name of the system-wide default paper
62 size to be used if the PAPERSIZE and PAPERCONF
63 variables are not set.
64
66 Yves Arrouye <arrouye@debian.org>
67
69 papersize(5)
70
71
72
73
74 24 April 2001 PAPERCONF(1)