ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Fwd: Troubles with indentation in ConTeXt
@ 2010-08-23 10:47 Taco Hoekwater
  2010-08-23 13:53 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Taco Hoekwater @ 2010-08-23 10:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Ogam Géry

Hi,

Forwarded to the context mailing list.

Best wishes,
Taco

> -------- Original Message --------
> Subject: Troubles with indentation in ConTeXt
> Date: Mon, 23 Aug 2010 12:17:55 +0200
> From: Ogam Géry <maggyero@gmail.com>
> To: info@bittext.nl
>
>  Dear Mr Hoekwater,
>
> I'm a French ConTeXt user and I've found an issue with the ConTeXt command
> “\setupindenting[yes,medium]” which removes usual spacing between formulas.

> Mr Mahajan reported the same problem on a post from 2007
> (http://www.mail-archive.com/ntg-context@ntg.nl/msg20692.html), so I'm
> wondering if it has been solved now in 2010 (it doesn't seem so, but
> maybe there's a trick or something).
>
> Yours faithfully.
>
> Géry Ogam
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Fwd: Troubles with indentation in ConTeXt
  2010-08-23 10:47 Fwd: Troubles with indentation in ConTeXt Taco Hoekwater
@ 2010-08-23 13:53 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2010-08-23 13:53 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Ogam Géry, Taco Hoekwater

  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

___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-23 13:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-23 10:47 Fwd: Troubles with indentation in ConTeXt Taco Hoekwater
2010-08-23 13:53 ` Wolfgang Schuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).