\setupindending eats up space between formulas
Hi, I am confused s to what is happening here. See the output with and without setupindenting \setupindenting [medium,yes] \starttext \startformula Z^i_1 = f^{i,*}(X^i_1,U) \stopformula \startformula Z^i_t = f^{i,*}(X^i_t,U, P^i_{M_{t-1}}) \qquad t=2,3,\dots,T \stopformula \stoptext Why does setupindenting eat the space between the formulas? Aditya PS: A quick workaround is to use \startformula \startalign etc., but I think that there is a buglet somewhere.
Aditya Mahajan wrote:
Hi,
I am confused s to what is happening here. See the output with and without setupindenting
\setupindenting [medium,yes] \starttext
\startformula Z^i_1 = f^{i,*}(X^i_1,U) \stopformula \startformula Z^i_t = f^{i,*}(X^i_t,U, P^i_{M_{t-1}}) \qquad t=2,3,\dots,T \stopformula
\stoptext
Why does setupindenting eat the space between the formulas?
Aditya
PS: A quick workaround is to use \startformula \startalign etc., but I think that there is a buglet somewhere.
some macro's have \ignorespaces in them, otheres look ahead for optional args and eat spaces as well Hans -- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Aditya Mahajan
-
Hans Hagen