Hello ConTeXist. I type some math now. When I use the symbol derivative in combination with symbols brackets, so the result does not look too good. Compared to the result in LaTeX output is almost unusable. It is possible to achieve a better result? In addition, I noticed that the page numbering starts from number 2. Is it a bug or I wrong? Thanx Jaroslav Hajtmar Here is my example: % This is LuaTeX, Version beta-0.78.2 (TeX Live 2013/W32TeX) (rev 4771) % ConTeXt ver: 2014.01.30 22:19 MKIV beta fmt: 2014.1.30 int: english/english \starttext $\left(f\pm g\right)'= f'\pm g'$ \blank[big] $\left(f\cdot g\right)'= f'\cdot g + f\cdot g'$ \blank[big] \mathematics{\left(\frac{f}{g}\right)'=\frac{f'\cdot g - f\cdot g'}{g^2}}, $g\neq0$ \blank[big] \startformula \left(\frac{f}{g}\right)'=\frac{f'\cdot g - f\cdot g'}{g^2} \stopformula \blank[big] $\left(c\cdot f\right)'=c\cdot f'$ \blank[big] $\left[f\left(g\right)\right]'=f'(g)\cdot g'$ \blank[big] \stoptext