The paragraph follows the math equations doesn't indent
Hi, all, I found that the paragraph follows the math equations doesn't indent. Following is a demo: ------------------------------------- \setupindenting[big,yes] \setupheads[indentnext=yes] \starttext \subject{The paragraph follows the math equations doesn't indent} \input knuth \placeformula \startformula a + b = c \stopformula \input knuth \stoptext ------------------------------------- Is this behavior by design? How can I make all paragraphs to indent? Thanks. Xiao Jianfeng
On Tue, 5 Jun 2007, fdu.xiaojf@gmail.com wrote:
Hi, all,
I found that the paragraph follows the math equations doesn't indent. Following is a demo: ------------------------------------- \setupindenting[big,yes] \setupheads[indentnext=yes]
Add \setupformulas[indentnext=yes]
\starttext \subject{The paragraph follows the math equations doesn't indent} \input knuth
\placeformula \startformula a + b = c \stopformula
\input knuth
\stoptext -------------------------------------
Is this behavior by design? How can I make all paragraphs to indent?
There is no global mechanism, but most setups (floats, enumerations, descriptions, quotations) accept a indentnext. Aditya
Aditya Mahajan wrote:
On Tue, 5 Jun 2007, fdu.xiaojf@gmail.com wrote:
Hi, all,
I found that the paragraph follows the math equations doesn't indent. Following is a demo: ------------------------------------- \setupindenting[big,yes] \setupheads[indentnext=yes]
Add \setupformulas[indentnext=yes]
Thanks, it works!
participants (2)
-
Aditya Mahajan
-
fdu.xiaojf@gmail.com