Next: Page Options, Previous: Global Options, Up: Command line options [Contents][Index]
This options specify the general layout, how the sheet should be used.
use output medium medium. See the output of ‘a2ps
--list=media’ for the list of supported media. Typical values are
‘A3’, ‘A4’, ‘A5’, ‘B4’, ‘B5’, ‘Letter’,
‘Legal’. The default is the user’s preferred paper size, or the system
default; see the man page of paper
for how this is configured.
The default paper size may also be requested explicitly with the name
‘libpaper’.
specify the number of columns of virtual pages per physical page.
specify the number of rows of virtual pages per physical page.
specify whether the virtual pages should be first filled in rows (direction = ‘rows’) or in columns (direction = ‘columns’).
1 x 1 portrait, 80 chars/line, major rows (i.e. alias for ‘--columns=1 --rows=1 --portrait --chars-per-line=80 --major=rows’).
2 x 1 landscape, 80 chars/line, major rows.
3 x 1 landscape, 80 chars/line, major rows.
2 x 2 portrait, 80 chars/line, major rows.
5 x 1 landscape, 80 chars/line, major rows.
3 x 2 landscape, 80 chars/line, major rows.
7 x 1 landscape, 80 chars/line, major rows.
4 x 2 landscape, 80 chars/line, major rows.
3 x 3 portrait, 80 chars/line, major rows.
Align separate files according to mode. This option allows the printing of more than one file on the same page. mode can be any one of:
Each file starts on the next available virtual page (i.e., leave no empty virtuals).
Each file starts at the beginning of the next row or column depending on the ‘--major’ setting.
Each file starts on a new page.
Each file starts on a new sheet. In Simplex mode, this is the same as ‘page’, in Duplex mode, files always start on a front side.
Each file starts on a page which is a multiple of num plus 1. For instance, for ‘2’, the files must start on odd pages.
Specify the size of the margin (num PostScript points, or 12 points without arguments) to leave in the inside (i.e. left for the front side page, and right for the back side). This is intended to ease the binding.
Next: Page Options, Previous: Global Options, Up: Command line options [Contents][Index]