> On 13 May 2016, at 12:22, Hans Hagen <pra...@wxs.nl> wrote:

> in principle one can make ∫ and \int but that has other side effects

> \appendtoks
>    \catcode`∫=\activecatcode
> \to \everymathematics

One should add
  \def\∫{∫}
before the code above. This way one can use both. For example:

\setupbodyfont[xits,10pt]

\def\∫{∫}

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

\setupmathematics[integral=nolimits]

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

\startformula\relax
   ∫_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