summaryrefslogtreecommitdiff
path: root/paper/paperspecs.5
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2020-04-20 14:38:50 +0200
committerJuergen Daubert <jue@jue.li>2020-04-20 14:38:50 +0200
commit35f820c3dec243d55b5663ad765b848e64916845 (patch)
tree89832c5ad207c2fce5a86e1d43fd9507a1cceee8 /paper/paperspecs.5
parent7a1b94f2eb46531d1cfd7ccabb061e1ed6822cf5 (diff)
downloadopt-35f820c3dec243d55b5663ad765b848e64916845.tar.gz
opt-35f820c3dec243d55b5663ad765b848e64916845.tar.xz
paper: update to to 2.2
Diffstat (limited to 'paper/paperspecs.5')
-rw-r--r--paper/paperspecs.538
1 files changed, 38 insertions, 0 deletions
diff --git a/paper/paperspecs.5 b/paper/paperspecs.5
new file mode 100644
index 000000000..b7557a2e4
--- /dev/null
+++ b/paper/paperspecs.5
@@ -0,0 +1,38 @@
+.TH PAPERSPECS 5 "11 January 2014"
+.SH NAME
+.B paperspecs
+\- paper size specifications
+.SH DESCRIPTION
+A CSV format list of the paper size specifications used by paper.
+Each line contains the following fields:
+.TP
+NAME,WIDTH,HEIGHT,UNIT
+.PP
+Valid units are: \fBpt\fR (PostScript points), \fBmm\fR, \fBin\fR.
+.PP
+A size may be defined more than once. Only the first definition is
+normally used. This means that the user's paperspecs file overrides
+sizes in the system file (see below).
+.PP
+Multiple definitions are also used to allow inexact definitions to be
+looked up by size. For example, the \fBLC_PAPER\fR mechanism available
+on some systems defines paper sizes in whole numbers of millimetres,
+which results in a definition for Letter size that does not exactly
+match the definition in inches.
+.SH FILES
+.TP
+.B /etc/paperspecs
+System list of paper sizes.
+.TP
+.B $XDG_CONFIG_HOME/paperspecs
+User's list of paper sizes. This is prepended to the system list.
+.SH BUGS
+The CSV format is restricted: quotes are not allowed; hence, fields
+cannot be escaped.
+.SH CREDITS
+The original list of paper names came from Ghostscript 3.68's
+gs_stadt.ps.
+.SH AUTHOR
+Reuben Thomas <rrt@sc3d.org>
+.SH SEE ALSO
+paper(1)

Generated by cgit