width
is the prefered width. Could be numeric (number of characters), a paper size
(currently "a4portrait"
, "a4landscape"
, "a3portrait"
or "a3landscape"
),
"script_width"
(= getOption("width") - 5
) or "option"
(to get data from global option "comment_width"
).
Default is "option"
but if a global option does not exist, "a4portrait".
a4portrait_width
specifies the number of characters that can be printed on a single line on a a4 paper
in portrait orientation. This value is usually 80 (or in the range from 60 to 75). Here a lower value is set by default
due to experimentation on the authors own computer. Please contact the author if this value seems strange.
Note however that it is usully more sufficient to use a global option for the width
parameter than to
manually change this value (whih is however possible for increased flexibility). This value depends on margins and font size
when printing.