summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/asciidoc/examples/website/latexmathml.txt
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-03-03 15:58:11 +1100
committerChris Johns <chrisj@rtems.org>2013-03-03 15:58:11 +1100
commit0464153b36015012c5a2ff14d6d3f65fe04f476b (patch)
treec877a69503720afce35ee9fc111eb83d3a219c27 /source-builder/sb/asciidoc/examples/website/latexmathml.txt
parentImport more of asciidoc. (diff)
downloadrtems-source-builder-0464153b36015012c5a2ff14d6d3f65fe04f476b.tar.bz2
Change asciidoc to the 8.6.4 release package because Windows was broken.
Diffstat (limited to 'source-builder/sb/asciidoc/examples/website/latexmathml.txt')
-rw-r--r--source-builder/sb/asciidoc/examples/website/latexmathml.txt41
1 files changed, 41 insertions, 0 deletions
diff --git a/source-builder/sb/asciidoc/examples/website/latexmathml.txt b/source-builder/sb/asciidoc/examples/website/latexmathml.txt
new file mode 100644
index 0000000..344d7cc
--- /dev/null
+++ b/source-builder/sb/asciidoc/examples/website/latexmathml.txt
@@ -0,0 +1,41 @@
+LaTeXMathML Formulae
+====================
+
+http://www.maths.nottingham.ac.uk/personal/drw/lm.html[LaTeXMathML]
+capability has been added to AsciiDoc for users who are more familar
+with or prefer LaTeX math formulas to the
+http://www.methods.co.nz/asciidoc/asciimathml.html[ASCIIMathML]
+notation.
+
+'LaTeXMathML' is a derivative of
+http://www.methods.co.nz/asciidoc/asciimathml.html[ASCIIMathML] -- in
+terms of usage the only difference it that you use the `latexmath`
+attribute instead of the `asciimath` attribute.
+
+'LaTeXMathML' processes LaTeX math formulas not arbitrary LaTeX (as
+`dblatex(1)` does). See the
+http://www.maths.nottingham.ac.uk/personal/drw/lm.html[LaTeXMathML]
+website for details.
+
+Here's the link:latexmathml.txt[AsciiDoc source] that generated this
+page.
+
+Some example 'LaTeXMathML' formulas:
+
+- latexmath:[$R_x = 10.0 \times \sin(R_\phi)$]
+
+- latexmath:[$\sum_{n=1}^\infty \frac{1}{2^n}$]
+
+- latexmath:[$\lim_{x\to\infty} f(x) = k \choose r + \frac ab
+ \sum_{n=1}^\infty a_n + \displaystyle{ \left\{ \frac{1}{13}
+ \sum_{n=1}^\infty b_n \right\} }$]
+
+- latexmath:[$\$\alpha + \$\beta = \$(\alpha + \beta)$]
+
+- latexmath:[$\begin{eqnarray} x & = & \frac{-7 \pm
+ \sqrt{49 - 24}}{6} \\ & = & -2 \textrm{ or } -\frac13.
+ \end{eqnarray}$]
+
+- latexmath:[$\displaystyle{ V_i = C_0 - C_3
+ \frac{C_1\cos(\theta_i+C_3)}{C_4+C_1\cos(\theta_i+C_2)} }$]
+