> On 14 May 2016, at 01:25, Hans Hagen <pra...@wxs.nl> wrote:

> installing and running the garden distribution is quite simple (as is 
> updating) .. there are less files too (so no big burden to have it alongside 
> tex live)

With this installation, I get a strange bug:

In the example below, the first integral gets ‘limits' in the displayed 
formula, as though ‘nolimits’ has not been defined. It works if one puts a 
character before the first integral sign. So it seems that the \startformula 
command misses the ∫ definition on the first non-space character.


----
\setupbodyfont[xits,10pt]

\appendtoks
    \catcode`∫=\activecatcode
    \letcharcode `∫ \int
\to \everymathematics

\setupmathematics[integral=nolimits]

Nolimits $\int_0^∞ f ω$, and $∫_0^∞ f ω$

\startformula
   ∫_0^∞ f ω, \quad ∫_0^∞ f ω, \quad \int_0^∞ f ω
\stopformula
----


___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to