Indentation primitives |
There are two main ways to distinguish between successive paragraphs:
separate them by a small vertical space, or use an indentation for
each new paragraph. The indentation can be explicitly controlled using
the
Disable or enable indentation for the current paragraph. For instance, the code
<document|<no-indent>This
is a long paragraph which demonstrates the disabling
indentation using the <markup|no-indent>
primitive.|<yes-indent>This is a long paragraph which
demonstrates enabling indentation using the <markup|yes-indent> primitive.>
typically produces
This is a long paragraph which demonstrates the
disabling indentation using the
This is a long paragraph which demonstrates
enabling indentation using the
Disable or enable indentation for the next paragraph. For instance,
<document|A
first paragraph.<yes-indent*>|A second
paragraph.>
typically produces
A first paragraph.
A second paragraph.
Notice that
Currently, the