Using LaTeX syntax for mathematics

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 5)

Unknown interpreted text role "latex-math".

.. role:: m(latex-math)

Contents

Introduction

This document describes a LaTeX-math plug-in for reStructuredText. The html-writer will generate a combination of html and MathML.

Warning

This document contains MathML. Your browser may not be able to display it correctly!

ftp://ftp.ams.org/pub/tex/doc/amsmath/short-math-guide.pdf

Role and directive

There is a role called latex-math that can be used for inline mathematical expressions: :latex-math:`\psi(r) = \exp(-2r)` will produce :m:`\psi(r)=\exp(-2r)`. Inside the back-tics you can write anything you would write between dollar signs in a LaTeX ducument.

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 29); backlink

Unknown interpreted text role "m".

For producing displayed math (like an equation* environment in a LaTeX document) there is a latex-math role. If you write:

.. latex-math::

   \psi(r) = e^{-2r}

you will get:

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 43)

Unknown directive type "latex-math".

.. latex-math::

   \psi(r) = e^{-2r}



Commands and symbols

The parser does not understand all LaTeX-math, but basic everyday-math works. If a command or a special symbol is not desribed in this document, then it is probably not implemented.

The following tables are adapted from the first edition of "The LaTeX Companion" (Goossens, Mittelbach, Samarin).

Accents

:m:`\tilde{n}` \tilde{n}

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 65); backlink

Unknown interpreted text role "m".

:m:`\hat{H}` \hat{H}

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 65); backlink

Unknown interpreted text role "m".

:m:`\bar{v}` \bar{v}

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 66); backlink

Unknown interpreted text role "m".

:m:`\vec{R}` \vec{R}

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 66); backlink

Unknown interpreted text role "m".

Negated binary relations

:m:`\not\in` \not\in

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 74); backlink

Unknown interpreted text role "m".

:m:`\not =` \not =

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 74); backlink

Unknown interpreted text role "m".

:m:`\not \equiv` \not \equiv

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 75); backlink

Unknown interpreted text role "m".
 

Braces

:m:`(` (

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 83); backlink

Unknown interpreted text role "m".

:m:`[` [

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 83); backlink

Unknown interpreted text role "m".

:m:`|` |

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 83); backlink

Unknown interpreted text role "m".

:m:`\{` \{

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 83); backlink

Unknown interpreted text role "m".

:m:`\langle` \langle

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 83); backlink

Unknown interpreted text role "m".

:m:`)` )

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 84); backlink

Unknown interpreted text role "m".

:m:`]` ]

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 84); backlink

Unknown interpreted text role "m".

:m:`|` |

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 84); backlink

Unknown interpreted text role "m".

:m:`\}` \}

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 84); backlink

Unknown interpreted text role "m".

:m:`\rangle` \rangle

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 84); backlink

Unknown interpreted text role "m".

LaTeX commands

command example result
\sqrt \sqrt{x^2-1}

:m:`\sqrt{x^2-1}`

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 94); backlink

Unknown interpreted text role "m".
\frac \frac{1}{2}

:m:`\frac{1}{2}`

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 95); backlink

Unknown interpreted text role "m".
\text k_{\text{B}}T

:m:`k_{\text{B}}T`

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 96); backlink

Unknown interpreted text role "m".
\left, \right \left(\frac{1}{2}\right)^n

:m:`\left(\frac{1}{2}\right)^n`

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 97); backlink

Unknown interpreted text role "m".
\mathbf \mathbf{r}^2=x^2+y^2+z^2

:m:`\mathbf{r}^2=x^2+y^2+z^2`

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 98); backlink

Unknown interpreted text role "m".
\mathbb \mathbb{C}

:m:`\mathbb{C}`

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 99); backlink

Unknown interpreted text role "m".

Greek letters

:m:`\Delta` \Delta

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 107); backlink

Unknown interpreted text role "m".

:m:`\Gamma` \Gamma

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 107); backlink

Unknown interpreted text role "m".

:m:`\Lambda` \Lambda

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 107); backlink

Unknown interpreted text role "m".

:m:`\Omega` \Omega

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 107); backlink

Unknown interpreted text role "m".

:m:`\Phi` \Phi

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 108); backlink

Unknown interpreted text role "m".

:m:`\Pi` \Pi

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 108); backlink

Unknown interpreted text role "m".

:m:`\Psi` \Psi

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 108); backlink

Unknown interpreted text role "m".

:m:`\Sigma` \Sigma

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 108); backlink

Unknown interpreted text role "m".

:m:`\Theta` \Theta

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 109); backlink

Unknown interpreted text role "m".

:m:`\Upsilon` \Upsilon

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 109); backlink

Unknown interpreted text role "m".

:m:`\Xi` \Xi

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 109); backlink

Unknown interpreted text role "m".

:m:`\alpha` \alpha

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 109); backlink

Unknown interpreted text role "m".

:m:`\beta` \beta

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 110); backlink

Unknown interpreted text role "m".

:m:`\chi` \chi

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 110); backlink

Unknown interpreted text role "m".

:m:`\delta` \delta

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 110); backlink

Unknown interpreted text role "m".

:m:`\epsilon` \epsilon

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 110); backlink

Unknown interpreted text role "m".

:m:`\eta` \eta

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 111); backlink

Unknown interpreted text role "m".

:m:`\gamma` \gamma

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 111); backlink

Unknown interpreted text role "m".

:m:`\iota` \iota

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 111); backlink

Unknown interpreted text role "m".

:m:`\kappa` \kappa

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 111); backlink

Unknown interpreted text role "m".

:m:`\lambda` \lambda

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 112); backlink

Unknown interpreted text role "m".

:m:`\mu` \mu

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 112); backlink

Unknown interpreted text role "m".

:m:`\nu` \nu

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 112); backlink

Unknown interpreted text role "m".

:m:`\omega` \omega

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 112); backlink

Unknown interpreted text role "m".

:m:`\phi` \phi

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 113); backlink

Unknown interpreted text role "m".

:m:`\pi` \pi

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 113); backlink

Unknown interpreted text role "m".

:m:`\psi` \psi

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 113); backlink

Unknown interpreted text role "m".

:m:`\rho` \rho

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 113); backlink

Unknown interpreted text role "m".

:m:`\sigma` \sigma

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 114); backlink

Unknown interpreted text role "m".

:m:`\tau` \tau

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 114); backlink

Unknown interpreted text role "m".

:m:`\theta` \theta

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 114); backlink

Unknown interpreted text role "m".

:m:`\upsilon` \upsilon

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 114); backlink

Unknown interpreted text role "m".

:m:`\varepsilon` \varepsilon

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 115); backlink

Unknown interpreted text role "m".

:m:`\varkappa` \varkappa

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 115); backlink

Unknown interpreted text role "m".

:m:`\varphi` \varphi

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 115); backlink

Unknown interpreted text role "m".

:m:`\varpi` \varpi

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 115); backlink

Unknown interpreted text role "m".

:m:`\varrho` \varrho

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 116); backlink

Unknown interpreted text role "m".

:m:`\varsigma` \varsigma

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 116); backlink

Unknown interpreted text role "m".

:m:`\vartheta` \vartheta

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 116); backlink

Unknown interpreted text role "m".

:m:`\xi` \xi

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 116); backlink

Unknown interpreted text role "m".

:m:`\zeta` \zeta

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 117); backlink

Unknown interpreted text role "m".
     

Binary operation symbols

:m:`\amalg` \amalg

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 125); backlink

Unknown interpreted text role "m".

:m:`\ast` \ast

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 125); backlink

Unknown interpreted text role "m".

:m:`\bigcirc` \bigcirc

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 125); backlink

Unknown interpreted text role "m".

:m:`\bigtriangledown` \bigtriangledown

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 126); backlink

Unknown interpreted text role "m".

:m:`\bigtriangleup` \bigtriangleup

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 126); backlink

Unknown interpreted text role "m".

:m:`\bullet` \bullet

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 126); backlink

Unknown interpreted text role "m".

:m:`\cap` \cap

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 127); backlink

Unknown interpreted text role "m".

:m:`\cdot` \cdot

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 127); backlink

Unknown interpreted text role "m".

:m:`\circ` \circ

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 127); backlink

Unknown interpreted text role "m".

:m:`\cup` \cup

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 128); backlink

Unknown interpreted text role "m".

:m:`\dagger` \dagger

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 128); backlink

Unknown interpreted text role "m".

:m:`\ddagger` \ddagger

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 128); backlink

Unknown interpreted text role "m".

:m:`\diamond` \diamond

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 129); backlink

Unknown interpreted text role "m".

:m:`\div` \div

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 129); backlink

Unknown interpreted text role "m".

:m:`\mp` \mp

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 129); backlink

Unknown interpreted text role "m".

:m:`\odot` \odot

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 130); backlink

Unknown interpreted text role "m".

:m:`\ominus` \ominus

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 130); backlink

Unknown interpreted text role "m".

:m:`\oplus` \oplus

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 130); backlink

Unknown interpreted text role "m".

:m:`\oslash` \oslash

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 131); backlink

Unknown interpreted text role "m".

:m:`\otimes` \otimes

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 131); backlink

Unknown interpreted text role "m".

:m:`\pm` \pm

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 131); backlink

Unknown interpreted text role "m".

:m:`\setminus` \setminus

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 132); backlink

Unknown interpreted text role "m".

:m:`\sqcap` \sqcap

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 132); backlink

Unknown interpreted text role "m".

:m:`\sqcup` \sqcup

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 132); backlink

Unknown interpreted text role "m".

:m:`\star` \star

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 133); backlink

Unknown interpreted text role "m".

:m:`\times` \times

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 133); backlink

Unknown interpreted text role "m".

:m:`\triangleleft` \triangleleft

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 133); backlink

Unknown interpreted text role "m".

:m:`\triangleright` \triangleright

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 134); backlink

Unknown interpreted text role "m".

:m:`\uplus` \uplus

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 134); backlink

Unknown interpreted text role "m".

:m:`\vee` \vee

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 134); backlink

Unknown interpreted text role "m".

:m:`\wedge` \wedge

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 135); backlink

Unknown interpreted text role "m".

:m:`\wr` \wr

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 135); backlink

Unknown interpreted text role "m".
 

Relation symbols

:m:`\Join` \Join

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 143); backlink

Unknown interpreted text role "m".

:m:`\approx` \approx

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 143); backlink

Unknown interpreted text role "m".

:m:`\asymp` \asymp

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 143); backlink

Unknown interpreted text role "m".

:m:`\bowtie` \bowtie

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 143); backlink

Unknown interpreted text role "m".

:m:`\cong` \cong

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 144); backlink

Unknown interpreted text role "m".

:m:`\dashv` \dashv

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 144); backlink

Unknown interpreted text role "m".

:m:`\doteq` \doteq

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 144); backlink

Unknown interpreted text role "m".

:m:`\equiv` \equiv

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 144); backlink

Unknown interpreted text role "m".

:m:`\frown` \frown

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 145); backlink

Unknown interpreted text role "m".

:m:`\ge` \ge

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 145); backlink

Unknown interpreted text role "m".

:m:`\geq` \geq

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 145); backlink

Unknown interpreted text role "m".

:m:`\gg` \gg

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 145); backlink

Unknown interpreted text role "m".

:m:`\in` \in

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 146); backlink

Unknown interpreted text role "m".

:m:`\le` \le

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 146); backlink

Unknown interpreted text role "m".

:m:`\leq` \leq

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 146); backlink

Unknown interpreted text role "m".

:m:`\ll` \ll

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 146); backlink

Unknown interpreted text role "m".

:m:`\mid` \mid

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 147); backlink

Unknown interpreted text role "m".

:m:`\models` \models

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 147); backlink

Unknown interpreted text role "m".

:m:`\neq` \neq

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 147); backlink

Unknown interpreted text role "m".

:m:`\ni` \ni

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 147); backlink

Unknown interpreted text role "m".

:m:`\parallel` \parallel

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 148); backlink

Unknown interpreted text role "m".

:m:`\perp` \perp

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 148); backlink

Unknown interpreted text role "m".

:m:`\prec` \prec

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 148); backlink

Unknown interpreted text role "m".

:m:`\precsim` \precsim

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 148); backlink

Unknown interpreted text role "m".

:m:`\propto` \propto

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 149); backlink

Unknown interpreted text role "m".

:m:`\sim` \sim

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 149); backlink

Unknown interpreted text role "m".

:m:`\simeq` \simeq

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 149); backlink

Unknown interpreted text role "m".

:m:`\smile` \smile

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 149); backlink

Unknown interpreted text role "m".

:m:`\sqsubset` \sqsubset

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 150); backlink

Unknown interpreted text role "m".

:m:`\sqsubseteq` \sqsubseteq

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 150); backlink

Unknown interpreted text role "m".

:m:`\sqsupset` \sqsupset

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 150); backlink

Unknown interpreted text role "m".

:m:`\sqsupseteq` \sqsupseteq

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 150); backlink

Unknown interpreted text role "m".

:m:`\subset` \subset

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 151); backlink

Unknown interpreted text role "m".

:m:`\subseteq` \subseteq

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 151); backlink

Unknown interpreted text role "m".

:m:`\succ` \succ

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 151); backlink

Unknown interpreted text role "m".

:m:`\succsim` \succsim

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 151); backlink

Unknown interpreted text role "m".

:m:`\supset` \supset

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 152); backlink

Unknown interpreted text role "m".

:m:`\supseteq` \supseteq

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 152); backlink

Unknown interpreted text role "m".

:m:`\vdash` \vdash

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 152); backlink

Unknown interpreted text role "m".
 

Arrow symbols

:m:`\Downarrow` \Downarrow

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 159); backlink

Unknown interpreted text role "m".

:m:`\Leftarrow` \Leftarrow

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 159); backlink

Unknown interpreted text role "m".

:m:`\Leftrightarrow` \Leftrightarrow

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 160); backlink

Unknown interpreted text role "m".

:m:`\Longleftarrow` \Longleftarrow

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 160); backlink

Unknown interpreted text role "m".

:m:`\Longleftrightarrow` \Longleftrightarrow

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 161); backlink

Unknown interpreted text role "m".

:m:`\Longrightarrow` \Longrightarrow

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 161); backlink

Unknown interpreted text role "m".

:m:`\Rightarrow` \Rightarrow

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 162); backlink

Unknown interpreted text role "m".

:m:`\Uparrow` \Uparrow

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 162); backlink

Unknown interpreted text role "m".

:m:`\Updownarrow` \Updownarrow

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 163); backlink

Unknown interpreted text role "m".

:m:`\downarrow` \downarrow

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 163); backlink

Unknown interpreted text role "m".

:m:`\hookleftarrow` \hookleftarrow

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 164); backlink

Unknown interpreted text role "m".

:m:`\hookrightarrow` \hookrightarrow

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 164); backlink

Unknown interpreted text role "m".

:m:`\leftarrow` \leftarrow

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 165); backlink

Unknown interpreted text role "m".

:m:`\leftharpoondown` \leftharpoondown

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 165); backlink

Unknown interpreted text role "m".

:m:`\leftharpoonup` \leftharpoonup

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 166); backlink

Unknown interpreted text role "m".

:m:`\leftrightarrow` \leftrightarrow

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 166); backlink

Unknown interpreted text role "m".

:m:`\longleftarrow` \longleftarrow

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 167); backlink

Unknown interpreted text role "m".

:m:`\longleftrightarrow` \longleftrightarrow

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 167); backlink

Unknown interpreted text role "m".

:m:`\longmapsto` \longmapsto

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 168); backlink

Unknown interpreted text role "m".

:m:`\longrightarrow` \longrightarrow

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 168); backlink

Unknown interpreted text role "m".

:m:`\mapsto` \mapsto

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 169); backlink

Unknown interpreted text role "m".

:m:`\nearrow` \nearrow

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 169); backlink

Unknown interpreted text role "m".

:m:`\nwarrow` \nwarrow

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 170); backlink

Unknown interpreted text role "m".

:m:`\rightarrow` \rightarrow

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 170); backlink

Unknown interpreted text role "m".

:m:`\rightharpoondown` \rightharpoondown

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 171); backlink

Unknown interpreted text role "m".

:m:`\rightharpoonup` \rightharpoonup

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 171); backlink

Unknown interpreted text role "m".

:m:`\searrow` \searrow

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 172); backlink

Unknown interpreted text role "m".

:m:`\swarrow` \swarrow

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 172); backlink

Unknown interpreted text role "m".

:m:`\uparrow` \uparrow

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 173); backlink

Unknown interpreted text role "m".

:m:`\updownarrow` \updownarrow

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 173); backlink

Unknown interpreted text role "m".

Miscellaneous symbols

:m:`\Im` \Im

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 182); backlink

Unknown interpreted text role "m".

:m:`\Re` \Re

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 182); backlink

Unknown interpreted text role "m".

:m:`\aleph` \aleph

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 182); backlink

Unknown interpreted text role "m".

:m:`\angle` \angle

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 182); backlink

Unknown interpreted text role "m".

:m:`\bot` \bot

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 183); backlink

Unknown interpreted text role "m".

:m:`\cdots` \cdots

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 183); backlink

Unknown interpreted text role "m".

:m:`\clubsuit` \clubsuit

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 183); backlink

Unknown interpreted text role "m".

:m:`\ddots` \ddots

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 183); backlink

Unknown interpreted text role "m".

:m:`\diamondsuit` \diamondsuit

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 184); backlink

Unknown interpreted text role "m".

:m:`\ell` \ell

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 184); backlink

Unknown interpreted text role "m".

:m:`\emptyset` \emptyset

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 184); backlink

Unknown interpreted text role "m".

:m:`\exists` \exists

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 184); backlink

Unknown interpreted text role "m".

:m:`\flat` \flat

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 185); backlink

Unknown interpreted text role "m".

:m:`\forall` \forall

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 185); backlink

Unknown interpreted text role "m".

:m:`\hbar` \hbar

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 185); backlink

Unknown interpreted text role "m".

:m:`\heartsuit` \heartsuit

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 185); backlink

Unknown interpreted text role "m".

:m:`\imath` \imath

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 186); backlink

Unknown interpreted text role "m".

:m:`\infty` \infty

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 186); backlink

Unknown interpreted text role "m".

:m:`\nabla` \nabla

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 186); backlink

Unknown interpreted text role "m".

:m:`\natural` \natural

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 186); backlink

Unknown interpreted text role "m".

:m:`\neg` \neg

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 187); backlink

Unknown interpreted text role "m".

:m:`\partial` \partial

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 187); backlink

Unknown interpreted text role "m".

:m:`\prime` \prime

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 187); backlink

Unknown interpreted text role "m".

:m:`\sharp` \sharp

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 187); backlink

Unknown interpreted text role "m".

:m:`\spadesuit` \spadesuit

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 188); backlink

Unknown interpreted text role "m".

:m:`\surd` \surd

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 188); backlink

Unknown interpreted text role "m".

:m:`\top` \top

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 188); backlink

Unknown interpreted text role "m".

:m:`\vdots` \vdots

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 188); backlink

Unknown interpreted text role "m".

:m:`\wp` \wp

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 189); backlink

Unknown interpreted text role "m".
     

Variable-sized symbols

:m:`\bigcap` \bigcap

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 197); backlink

Unknown interpreted text role "m".

:m:`\bigcup` \bigcup

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 197); backlink

Unknown interpreted text role "m".

:m:`\bigodot` \bigodot

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 197); backlink

Unknown interpreted text role "m".

:m:`\bigoplus` \bigoplus

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 197); backlink

Unknown interpreted text role "m".

:m:`\bigotimes` \bigotimes

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 197); backlink

Unknown interpreted text role "m".

:m:`\biguplus` \biguplus

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 198); backlink

Unknown interpreted text role "m".

:m:`\bigvee` \bigvee

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 198); backlink

Unknown interpreted text role "m".

:m:`\bigwedge` \bigwedge

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 198); backlink

Unknown interpreted text role "m".

:m:`\coprod` \coprod

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 198); backlink

Unknown interpreted text role "m".

:m:`\int` \int

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 198); backlink

Unknown interpreted text role "m".

:m:`\oint` \oint

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 199); backlink

Unknown interpreted text role "m".

:m:`\prod` \prod

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 199); backlink

Unknown interpreted text role "m".

:m:`\sum` \sum

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 199); backlink

Unknown interpreted text role "m".
   

Log-like symbols

\arccos \arcsin \arctan \arg \cos \cosh
\cot \coth \csc \deg \det \dim
\exp \gcd \hom \inf \ker \lg
\lim \liminf \limsup \ln \log \max
\min \Pr \sec \sin \sinh \sup
\tan \tanh \injlim \varinjlim \varlimsup \projlim
\varliminf \varprojlim        

Miscellaneous

Displayed math can use \\ and & for line shifts and allignments:

.. latex-math::

   a & = (x + y)^2 \\
     & = x^2 + 2xy + y^2

The result is:

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 233)

Unknown directive type "latex-math".

.. latex-math::

   a & = (x + y)^2 \\
     & = x^2 + 2xy + y^2

The LaTeX writer will put displayed equations inside a split environment inside an equation* environment:

\begin{equation*}
  \begin{split}
    a & = (x + y)^2 \\
      & = x^2 + 2xy + y^2
  \end{split}
\end{equation*}

The matrix environment can also contain \\ and &:

.. latex-math::

  \left(\begin{matrix} a & b \\ c & d \end{matrix}\right)

Result:

System Message: ERROR/3 (/home/mstone/public_html/docutils/jensj/latex_math/docs/latex_math.txt, line 256)

Unknown directive type "latex-math".

.. latex-math::

  \left(\begin{matrix} a & b \\ c & d \end{matrix}\right)



ToDo