|
7.14 Formatting of special regions (@verbatim, @cartouche, @quotation)
Regions corresponding with raw text, like @verbatim, @html
or @tex are formatted according to the following function reference:
- Function Reference: $raw_region raw $command $text
$command is the command name, $text is the raw text.
If LaTeX2HTML is used, @tex regions are handled differently,
(see section Bypassing normal formatting).
The @cartouche command formatting is controlled by the
function reference:
- Function Reference: $cartouche cartouche $text
$text is the text appearing within the cartouche.
The formatting of @quotation is controlled by two function references.
The first one is usefull in case the @quotation has an argument, as
it allows to prepend a string to the quotation text:
- Function Reference: $prepended_string quotation_prepend_text $text
$text is the argument of the quotation with @-commands not
interpreted. This function
can return a string which will be prepended to the quotation text.
The whole quotation is formatted by:
- Function Reference: $quotation quotation $quotation_text $argument_text $argument_text_texi
$quotation_text is the quotation text, formatted, with the text
prepended by the function above. $argument_text is the argument
of the @quotation, formatted. $argument_text_texi is the argument
of the @quotation, simply formatted.
Doku-Base
This document was created by Netzdino using texi2html.
|