From 32cc07175d730dc900175ffaccdcfbeef8d6f89e Mon Sep 17 00:00:00 2001 From: milde Date: Wed, 6 Jul 2011 15:52:30 +0000 Subject: 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 --- docutils/test/functional/expected/math_output_html.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'docutils/test/functional/expected/math_output_html.html') diff --git a/docutils/test/functional/expected/math_output_html.html b/docutils/test/functional/expected/math_output_html.html index aac8b3ba4..7c9c72b4e 100644 --- a/docutils/test/functional/expected/math_output_html.html +++ b/docutils/test/functional/expected/math_output_html.html @@ -22,12 +22,14 @@ role specificator,
f(ϵ) = (1)/(1 + exp(ε)/(kBT))
-

A display formula can also be given as directive argument, e.g.

+

Content may start on the first line of the directive, e.g.

N = (number of apples)/(7)
+

Equations can be labeled with a reference name using the :name: option. +See eq:M and eq:schrödinger below.

The determinant of the matrix

-
+
M =  a @@ -71,7 +73,7 @@ For example, the following sum and integral with limits:

LaTeX-supported Unicode math symbols can be used in math roles and directives:

The Schrödinger equation

-
+
i()/(t)Ψ = Ψ, 

with the wave function -- cgit v1.2.1