Next: @format, Previous: @small…, Up: Quotations and Examples [Contents][Index]
@display: Examples Using the Text FontThe @display command begins another kind of environment, where
the font is left unchanged, not switched to typewriter as with
@example. Each line of input still produces a line of output,
and the output is still indented.
This is an example of text written between an@displaycommand and an@end displaycommand. The@displaycommand indents the text, but does not fill it.
Texinfo also provides the environment @smalldisplay, which is
like @display but uses a smaller font size.
See @small….
The @table command (see @table) is not supported
inside @display. Since @display is line-oriented, it
doesn’t make sense to use them together. If you want to indent a
table, try @quotation (see @quotation) or
@indentedblock (see @indentedblock).