Next: , Previous: ASCII output options, Up: ASCII driver class



B.7.2 ASCII page options

These options affect page setup:

headers=boolean
If enabled, two lines of header information giving title and subtitle, page number, date and time, and PSPP version are printed at the top of every page. These two lines are in addition to any top margin requested. Default: on.
length=line-count
Physical length of a page, in lines. Headers and margins are subtracted from this value. Default: 66.
width=character-count
Physical width of a page, in characters. Margins are subtracted from this value. Default: 130.
lpi=lines-per-inch
Number of lines per vertical inch. Not currently used. Default: 6.
cpi=characters-per-inch
Number of characters per horizontal inch. Not currently used. Default: 10.
left-margin=left-margin-width
Width of the left margin, in characters. PSPP subtracts this value from the page width. Default: 0.
right-margin=right-margin-width
Width of the right margin, in characters. PSPP subtracts this value from the page width. Default: 0.
top-margin=top-margin-lines
Length of the top margin, in lines. PSPP subtracts this value from the page length. Default: 2.
bottom-margin=bottom-margin-lines
Length of the bottom margin, in lines. PSPP subtracts this value from the page length. Default: 2.