On Thu, 11 Apr 2019, Procházka Lukáš Ing. wrote:

Hello,

On Thu, 11 Apr 2019 14:44:39 +0200, Aditya Mahajan <adit...@umich.edu> wrote:

On Thu, 11 Apr 2019, Procházka Lukáš Ing. wrote:

... Great, perfect, thank you! Lukas

The wiki page also explains the details of indentation:

https://www.contextgarden.net/Indentation

thank you for pointing the link.

(From the manual and the Ctx test suite, I cannot see how exactly "indentnext=auto" works. But thank you anyway.)

indentnext=auto means that the next paragraph will be indented when there is a blank space and not indented when there is no blank space.

So (untested)

\setupindenting[medium,yes]
\setupitemize[indentnext=auto]
\starttext
\startitem
  \item One
\stopitem

This paragraph should be indented.

\startitemize
  \item Two
\stopitemize
This paragraph should not be indented. \stoptext

Aditya
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to