Attribute: PAPER
This sets up the dimensions of the paper to be used.
PAPER="t"
where paper type 't' takes one of these values:
A0 |
ARCHA ARCH30 |
LETTER LEDGER ANSIC ANSID ANSIE |
EXECUTIVE LEGAL |
or for envelopes:
C5 |
DL |
MONARCH |
The default value of 't' is "A4".
E.g.
PAPER="LETTER"
Alternatively, specify the width and height of the paper:
PAPER="width,height"
e.g.
PAPER="6.5,8"
Use ORIENT to define the orientation of the paper. Using orientation as a second parameter of the paper attribute, e.g. PAPER="LETTER,P" is deprecated.
Links: