Type & position: | switch, preamble & main part
|
Syntax: | !verbatimsize [tiny|small|normal|large|huge]
|
Description: | With this switch you can set the font size of verbatim
environments if the destination format allows it to use differnet font
sizes. You can use this switch wherever you want. The smallest font
size is activated with `tiny', the largest one with
`huge'. The default font size is `normal'.
|
Example: | !verbatimsize [small]
|
See: | verbatim environment
|
Type & position: | command, main part
|
Syntax: | !vinclude <file>
|
Description: | "<file>" will be included and displayed like
preformated text inside a verbatim environment. If you use this
commands inside another environment UDO indents the contents of this
file. UDO converts tabs according to !tabwidth.
|
Example: | !vinclude hello.c
|
See: | !tabwidth, !include, Split documents, verbatim
environment
|
Type & position: | placeholder, preamble & main part
|
Syntax: | (!V)<text>(!v)
|
Description: | "<text>" will be displayed preformated if
possible.
|
Example: | (!V)preformated(!v)
|
See: | Emphasizing text, !tex_verb
|