From 2eb0cc5aba5d0fafae8b7c00822e6ccb7964714a Mon Sep 17 00:00:00 2001 From: milde Date: Sat, 8 Apr 2023 21:08:47 +0000 Subject: 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 ``. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9338 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/docs/ref/rst/mathematics.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docutils/docs/ref') 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). -- cgit v1.2.1