Basel Problem in LaTeX
Euler's solution to the Basel problem sums the reciprocals of the squares to π²/6. The \sum command takes a subscript for the index and a superscript for the upper limit.
LaTeX source
\sum_{n=1}^{\infty} \frac{1}{n^2} = \frac{\pi^2}{6}Open in editor
Renders live — then export to PNG, JPG, SVG, or PDF.