Okay.
When selecting the TeX -- AMS-LaTeX translator, specially when typing a big code, for example \[
\int_0^1 {x^x \,dx} = \int_0^1 {e^{x\ln x} \,dx} = \int_0^1 {\left\{ {\sum\limits_{k\, = \,0}^\infty {\frac{{x^k \ln ^k x}}
{{k!}}} } \right\}\,dx}
\]
that is what generates by using that translator; but compare it with Wikipedia -- Texvc translator: <math>\int_{0}^{1}{x^{x}\,dx}=\int_{0}^{1}{e^{x\ ln x}\,dx}=\int_{0}^{1}{\left\{ \sum\limits_{k\,=\,0}^{\infty }{\frac{x^{k}\ln ^{k}x}{k!}} \right\}\,dx}</math>
it's cleaner, and very useful here, since the LaTeX string allowed is about 400, then by using the wiki translator, reduces space and you can type a bit more. |