Next: @example, Previous: @quotation, Up: Quotations and Examples [Contents][Index]
@indentedblock: Indented text blocksThe @indentedblock environment is similar to
@quotation, except that text is only indented on the left (and
there is no optional argument for an author). Thus, the text font
remains unchanged, and text is gathered and filled as usual, but the
left margin is increased. For example:
This is an example of text written between an
@indentedblockcommand and an@end indentedblockcommand. The@indentedblockenvironment can contain any text or other commands desired.
This is written in the Texinfo source as:
@indentedblock This is an example ... @end indentedblock
Texinfo also provides a command @smallindentedblock, which is
just like @indentedblock but uses a smaller font size where
possible. See @small….