23 Aug
2010
23 Aug
'10
1:53 p.m.
Am 23.08.10 12:47, schrieb Taco Hoekwater:
Hi,
Forwarded to the context mailing list.
Best wishes,
There is no way for me to fix the problem but i was able to identify the \donoindentation macro as the culprit. \def\noindentation % made global {\ifinpagebody \else \global\indentationfalse \gdef\checkindentation {%\donoindentation \gdef\checkindentation{\global\indentationtrue}}% \fi} \setupindenting [medium,yes] \starttext \startformula Z^i_1 = f^{i,*}(X^i_1,U) \tracingmacros1 \stopformula \startformula \tracingmacros0 Z^i_t = f^{i,*}(X^i_t,U, P^i_{M_{t-1}}) \qquad t=2,3,\dots,T \stopformula \stoptext Wolfgang