Open main menu

Changes

361 bytes added ,  08:11, 12 April 2019
no edit summary
== Setting up indentation for the whole document ==
Indentation involves two things: when to indent, and how much to indent. In ConTeXt, these can be specified using <tt>{{cmd|setupindenting}}<tt>[...]</tt>. There are three types of keys for this command:
* <code>''no'' yes</code>: turn indentation on/off'
(double the normal indentation).
\stopitemize
</context>
 
== "indentnext=auto" demo ==
 
<context source = "yes" text="gives:">
\setupindenting[medium,yes]
\setupitemize[indentnext=auto]
 
\startitemize
\item One
\stopitemize
 
This paragraph should be indented - due to the blank line after \type{\stopitemize}.
 
\startitemize
\item Two
\stopitemize
This paragraph should not be indented.
</context>
105

edits