Dear Wolfgang,

“\setupmathematics[integral=nolimits]” did what I want.
If I knew this two weeks ago, I saved my time to edit formulas.
I should ask for this feature two weeks ago.

There are so many things  in ConTeXt that I don’t know.

Thank you.

Best regards,

Dalyoung




\starttext

\startformula
\int_{0}^{1} g(x)\,\diff x = 1
\stopformula

\setupmathematics[integral=nolimits]

\startformula
\int_{0}^{1} g(x)\,\diff x = 1
\stopformula

\setupmathematics[integral=limits]

\startformula
\int_{0}^{1} g(x)\,\diff x = 1
\stopformula

\stoptext


Wolfgang