Next: @format
, Previous: @lisp
, 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 a@display
command and an@end display
command. The@display
command 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…
.