source: rtems-tools/doc/asciidoc/doc/latexmathml.txt @ f91e023

4.104.115
Last change on this file since f91e023 was f91e023, checked in by Chris Johns <chrisj@…>, on 02/17/14 at 07:04:46

Add the documentation.

  • Property mode set to 100644
File size: 1.3 KB
Line 
1LaTeXMathML Formulae
2====================
3
4http://www.maths.nottingham.ac.uk/personal/drw/lm.html[LaTeXMathML]
5capability has been added to AsciiDoc for users who are more familar
6with or prefer LaTeX math formulas to the
7http://www.methods.co.nz/asciidoc/asciimathml.html[ASCIIMathML]
8notation.
9
10'LaTeXMathML' is a derivative of
11http://www.methods.co.nz/asciidoc/asciimathml.html[ASCIIMathML] -- in
12terms of usage the only difference it that you use the `latexmath`
13attribute instead of the `asciimath` attribute.
14
15'LaTeXMathML' processes LaTeX math formulas not arbitrary LaTeX (as
16`dblatex(1)` does). See the
17http://www.maths.nottingham.ac.uk/personal/drw/lm.html[LaTeXMathML]
18website for details.
19
20Here's the link:latexmathml.txt[AsciiDoc source] that generated this
21page.
22
23Some example 'LaTeXMathML' formulas:
24
25- latexmath:[$R_x = 10.0 \times \sin(R_\phi)$]
26
27- latexmath:[$\sum_{n=1}^\infty \frac{1}{2^n}$]
28
29- latexmath:[$\lim_{x\to\infty} f(x) = k \choose r + \frac ab
30  \sum_{n=1}^\infty a_n + \displaystyle{ \left\{ \frac{1}{13}
31  \sum_{n=1}^\infty b_n \right\} }$]
32
33- latexmath:[$\$\alpha + \$\beta = \$(\alpha + \beta)$]
34
35- latexmath:[$\begin{eqnarray} x & = & \frac{-7 \pm
36  \sqrt{49 - 24}}{6} \\ & = & -2 \textrm{ or } -\frac13.
37  \end{eqnarray}$]
38
39- latexmath:[$\displaystyle{ V_i = C_0 - C_3
40  \frac{C_1\cos(\theta_i+C_3)}{C_4+C_1\cos(\theta_i+C_2)} }$]
41
Note: See TracBrowser for help on using the repository browser.