Penguin
Blame: paperconf(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of paperconf(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 PAPERCONF
2 !!!PAPERCONF
3 NAME
4 SYNOPSYS
5 DESCRIPTION
6 OPTIONS
7 ENVIRONMENT
8 FILES
9 AUTHOR
10 SEE ALSO
11 ----
12 !!NAME
13
14
15 __paperconf__ - print paper configuration informations
16 !!SYNOPSYS
17
18
19 __paperconf__ [[ [[ __-p__ ] ''paper'' | __-d__ |
20 __-a__ ] [[ __-z__ ] [[ __-n__ | __-N__ ] [[
21 __-s__ | __-w__ | __-h__ ] [[ __-c__ | __-m__
22 | __-i__ ]
23 !!DESCRIPTION
24
25
26 __paperconf__ prints informations about a given paper.
27 The informations that can be obtaineed are the name of the
28 paper, its size and its width or height. When called without
29 arguments, __paperconf__ prints the name of the system-
30 or user-specified paper, obtained by looking in that order
31 at the __PAPERCONF__ environment variable, at the
32 contents of the file specified by the __PAPERSIZE__
33 environment variable or by using __letter__ as a last
34 chance. By default, width and height of the paper are
2 perry 35 printed in !PostScript points.
1 perry 36 !!OPTIONS
37
38
39 __-p__ ''paper''
40
41
42 Specify the name of the ''paper'' about which
43 informations are asked.
44
45
46 __-d__
47
48
49 Use the default builtin paper name.
50
51
52 __-a__
53
54
55 Consider all known papers names.
56
57
58 __-z__
59
60
61 If the paper name is unknown, print it but issue a message
62 on the standard error and exit with a non-zero
63 code.
64
65
66 __-n__
67
68
69 Print the name of the paper.
70
71
72 __-N__
73
74
75 Print the name of the paper with the first letter
76 capitalized.
77
78
79 __-s__
80
81
82 Print the size (width followed by height) of the
83 paper.
84
85
86 __-w__
87
88
89 Print the width of the paper.
90
91
92 __-h__
93
94
95 Print the height of the paper.
96
97
98 __-c__
99
100
101 Use centimetres as unit for paper size.
102
103
104 __-m__
105
106
107 Use millimetres as unit for paper size.
108
109
110 __-i__
111
112
113 Use inches as unit for paper size.
114 !!ENVIRONMENT
115
116
117 __PAPERCONF__ Paper size to use regardless of what the
118 papersize file contains.
119
120
121 __PAPERSIZE__ Full path to a file containing the paper
122 size to use.
123 !!FILES
124
125
126 __/etc/papersize__
127
128
129 Contains the name of the system-wide default paper size to
130 be used if the __PAPERSIZE__ variable is not
131 set.
132 !!AUTHOR
133
134
135 Yves Arrouye
136 !!SEE ALSO
137
138
139 papersize(5)
140 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.