(octave.info)Mathematical Equations


Next: HTML Markup Prev: Including URLs Up: Publishing Markup
Enter node , (file) or (file)node

11.10.2.11 Mathematical Equations
.................................

One can insert LaTeX inline math, surrounded by single ‘$’ signs, or
displayed math, surrounded by double ‘$$’ signs, directly inside
sections.

     ##
     # Some shorter inline equation $e^{ix} = \cos x + i\sin x$.
     #
     # Or more complicated formulas as displayed math:
     # $$e^x = \lim_{n\rightarrow\infty}\left(1+\dfrac{x}{n}\right)^{n}.$$


automatically generated by info2www version 1.2.2.9