Start a sourcecode environment.
Type & position: | command, main part |
Syntax: | !begin_sourcecode |
Description: | Dieses Kommando leitet eine sourcecode-Umgebung ein. Diese
Umgebung muss mit !end_sourcecode beendet werden. Zeilen die
in einer solchen Umgebung angegeben sind, werden für die
Sourcecode-Formate ohne Anpassung ausgegeben. Bei allen
normalenFormaten erfolgt die Ausgabe der Zeilen, als ob sie innerhalb einer verbatim-Umgebung stehen, welche sich wiederum innerhalb einer quote-Umgebung befindet. Somit wirken auch hier die Befehle, die für die verbatim-Umgebungen vorgesehen sind, wie z.B. !verbatimsize und !no_verbatim_umlaute. |
Description: | With this command you can start a sourcecode environment. It
has to be finished with the !end_sourcecode command. Lines
that are part of a sourcecode environment will be output without
conversion for the sourcecode formats. For the normalformats the text of the sourcecode environment will be output like text of a verbatim environment that is used inside a quote environment. |
Exists since: | Release 5 Patchlevel 16 |
See also: | !end_sourcecode, !sinclude, !no_sourcecode |