Set tabulator width of verbatim environments.
Type & position: | command, preamble & main part |
Syntax: | !tabwidth <value> |
Description: | If lines that are part of a verbatim environment contain TABs
(ASCII 9) UDO will replace them by a specific number of blanks. E.g.
if you have written a C source code using a tabwidth of 3 and you want
to print it with UDO you can use !tabwidth 3. You can reset this
value before every verbatim environment. UDO will use a value of 8 by
default. |
Example: | !tabwidth 4 |
Exists since: | Release 5 Patchlevel 10 |
See also: | verbatim environment, !vinclude |