diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2023-04-08 21:08:47 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2023-04-08 21:08:47 +0000 |
| commit | 2eb0cc5aba5d0fafae8b7c00822e6ccb7964714a (patch) | |
| tree | fd550f759224ed375cea4b0939269c99ab5d3d5d /docutils/docs/ref | |
| parent | 235e48713c4b575b3725744cf2143ab06360ba7b (diff) | |
| download | docutils-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.txt | 2 |
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). |
