Type & position: | command, preamble
|
Syntax: | !macro <word> <text>
|
Description: | Defines a macro. Later on every "(!<word>)" will
be replaced by "<text>". When using the lower exmaple
every "(!DH)" will be replaced by "Dirk Hagedorn".
|
Example: | !macro DH Dirk Hagedorn
|
See: | Macros
|
Type & position: | command, main part
|
Syntax: | !maketitle
|
Description: | Outputs a titlepage build with the information set by the lower
commands. !maketitle should be used directly after
!begin_document and before !tableofcontents.
|
See: | Title page
|
Type & position: | command, preamble
|
Syntax: | !man_lpp <value>
|
Description: | Sets the "lines per page" of a manualpage. If
<value> is bigger than 0 UDO generates footlines with
pagenumbers. When UDO starts !man_lpp is undefined and UDO won't
generate these footlines.
|
Example: | !man_lpp 60
|
See: | !use_formfeed
|
Type & position: | command, preamble
|
Syntax: | !man_type <text>
|
Description: | When converting into a manualpage UDO uses
"<text>" inside the headline with brackets. The
exmaple and "!program udo" would look like
"udo(1)". UDO doesn't use "<text>" as a file
suffix.
|
Example: | !man_type 1
|
Type & position: | command, main part
|
Syntax: | !medskip
|
Description: | This command will be simplay replaced by `\medskip' when
converted to LaTeX. Otherwise two additional empty lines will be
generated.
|
See: | !smallskip, !bigskip
|