1PAPERSPECS(5) File Formats Manual PAPERSPECS(5)
2
3
4
6 paperspecs - paper size specifications
7
9 A CSV format list of the paper size specifications used by paper. Each
10 line contains the following fields:
11
12 NAME,WIDTH,HEIGHT,UNIT
13
14 Valid units are: pt (PostScript points), mm, in.
15
16 A size may be defined more than once. Only the first definition is nor‐
17 mally used. This means that the user's paperspecs file overrides sizes
18 in the system file (see below).
19
20 Multiple definitions are also used to allow inexact definitions to be
21 looked up by size. For example, the LC_PAPER mechanism available on
22 some systems defines paper sizes in whole numbers of millimetres, which
23 results in a definition for Letter size that does not exactly match the
24 definition in inches.
25
27 /etc/paperspecs
28 System list of paper sizes.
29
30 $XDG_CONFIG_HOME/paperspecs
31 User's list of paper sizes. This is prepended to the system
32 list.
33
35 The CSV format is restricted: quotes are not allowed; hence, fields
36 cannot be escaped.
37
39 The original list of paper names came from Ghostscript 3.68's
40 gs_stadt.ps.
41
43 Reuben Thomas <rrt@sc3d.org>
44
46 paper(1)
47
48
49
50 11 January 2014 PAPERSPECS(5)