.. vim: set fileencoding=utf-8 : .. Andre Anjos .. Sat 16 Nov 20:52:58 2013 ================ LaTeX Formulas ================ Here is an example of LaTeX formula: .. math:: \int_0^\infty e^{-x^2} dx=\frac{\sqrt{\pi}}{2} Here is another one with multiple lines: .. math:: \frac{1}{\displaystyle 1+ \frac{1}{\displaystyle 2+ \frac{1}{\displaystyle 3+x}}} + \frac{1}{1+\frac{1}{2+\frac{1}{3+x}}} This is an inline formula: :math:`\int 1 = x + C \nonumber\\`.