|
|
{ option => "pass", type => "s", short => "P" } | { option => "pass", type => "s", short => "P" } |
]; | ]; |
$global->{backend} = "linuxdoc"; | $global->{backend} = "linuxdoc"; |
$global->{papersize} = "a4"; |
$global->{papersize} = "letter"; |
$global->{language} = "en"; | $global->{language} = "en"; |
$global->{charset} = "ascii"; | $global->{charset} = "ascii"; |
$global->{style} = ""; | $global->{style} = ""; |
|
|
format, but just output the usage of this suites. | format, but just output the usage of this suites. |
Available formats are: html, info, latex, lyx, rtf, tex, check. | Available formats are: html, info, latex, lyx, rtf, tex, check. |
.IP "--papersize=\fIsize\fR, -p | .IP "--papersize=\fIsize\fR, -p |
Set the paper size. Default is ``a4'' (European 297x210mm paper). |
Set the paper size. Default is ``letter''. |
You may also specify ``letter'' size. |
You may also specify ``a4'' size (European 297x210mm paper). |
.IP "--language=\fIlang\fR, -l" | .IP "--language=\fIlang\fR, -l" |
Specify the language of the document (this may change which style | Specify the language of the document (this may change which style |
files are used for formatting by a back end). The default language is | files are used for formatting by a back end). The default language is |