diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2011-07-06 15:52:30 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2011-07-06 15:52:30 +0000 |
| commit | 32cc07175d730dc900175ffaccdcfbeef8d6f89e (patch) | |
| tree | ea00c4c2aedde2bfb7608da6a78436079d522dce /docutils/test/functional/expected/math_output_latex.html | |
| parent | 5b15ba7d9ece762b33fc7cd65debc94dd2b4901b (diff) | |
| download | docutils-32cc07175d730dc900175ffaccdcfbeef8d6f89e.tar.gz | |
Common directive options:
Add "name" and "class" options to admonition directives.
Directive content may start on the first line also when the directive
type accepts options.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7072 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/expected/math_output_latex.html')
| -rw-r--r-- | docutils/test/functional/expected/math_output_latex.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docutils/test/functional/expected/math_output_latex.html b/docutils/test/functional/expected/math_output_latex.html index d9aa8ba45..54050f347 100644 --- a/docutils/test/functional/expected/math_output_latex.html +++ b/docutils/test/functional/expected/math_output_latex.html @@ -22,12 +22,14 @@ A_\text{c} = <pre class="math"> f(\epsilon) = \frac{1}{1 + \exp\left(\frac{\varepsilon}{k_\text{B}T}\right)} </pre> -<p>A display formula can also be given as directive argument, e.g.</p> +<p>Content may start on the first line of the directive, e.g.</p> <pre class="math"> N = \frac{\text{number of apples}}{7} </pre> +<p>Equations can be labeled with a reference name using the <tt class="docutils literal">:name:</tt> option. +See <a class="reference internal" href="#eq-m">eq:M</a> and <a class="reference internal" href="#eq-schrodinger">eq:schrödinger</a> below.</p> <p>The determinant of the matrix</p> -<pre class="math"> +<pre class="math" id="eq-m"> \mathbf{M} = \left(\begin{matrix}a&b\\c&d\end{matrix}\right) </pre> <p>is <tt class="math"> @@ -44,7 +46,7 @@ For example, the following sum and integral with limits:</p> <p>LaTeX-supported Unicode math symbols can be used in math roles and directives:</p> <p>The Schrödinger equation</p> -<pre class="math"> +<pre class="math" id="eq-schrodinger"> i\hbar \frac{\partial }{\partial t}\Psi = \hat{H}\Psi , </pre> <p>with the <em>wave function</em> <tt class="math"> |
