summaryrefslogtreecommitdiff
path: root/docutils/docs/ref
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2023-04-08 21:08:47 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2023-04-08 21:08:47 +0000
commit2eb0cc5aba5d0fafae8b7c00822e6ccb7964714a (patch)
treefd550f759224ed375cea4b0939269c99ab5d3d5d /docutils/docs/ref
parent235e48713c4b575b3725744cf2143ab06360ba7b (diff)
downloaddocutils-2eb0cc5aba5d0fafae8b7c00822e6ccb7964714a.tar.gz
LaTeX to MathML: fix ``\mspace``.
LaTeX width unit "mu" (mathematical unit) must be converted for MathML. Typo in the code resulted in wrong "width" argument for `<mspace>`. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9338 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/ref')
-rw-r--r--docutils/docs/ref/rst/mathematics.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/docs/ref/rst/mathematics.txt b/docutils/docs/ref/rst/mathematics.txt
index 6d5086907..02ca5e532 100644
--- a/docutils/docs/ref/rst/mathematics.txt
+++ b/docutils/docs/ref/rst/mathematics.txt
@@ -652,7 +652,7 @@ commands:
====================== ======== ===================== ==================
.. [#] Whitespace characters are ignored in LaTeX math mode.
-.. [#] Unit must be 'mu' (1 mu = 1/18em).
+.. [#] In LaTeX, unit must be 'mu' (1 mu = 1/18em).
Negative spacing does not work with MathML (in Firefox 78).