diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-07-12 21:22:20 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-07-12 21:22:20 +0000 |
| commit | a8087752bac3129766b0db4dbf0d5c6641020928 (patch) | |
| tree | 8636f237b4ce7b7f6bf0037dc86ced249e9f3707 /docutils/docs/ref | |
| parent | 2de3084461847e1327955474cbd63b58c06467aa (diff) | |
| download | docutils-a8087752bac3129766b0db4dbf0d5c6641020928.tar.gz | |
math2html: support small symbols, refactor math accent handling.
math accents/combining characters:
- insert combining character after first character of argument
(mimic LaTeX behaviour).
- support non alphabetical base-character (\not{\in} and similar).
- use precomposed characters if possible (normalization)
Cleanup: update comments, remove not required code.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8794 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/ref')
| -rw-r--r-- | docutils/docs/ref/rst/mathematics.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docutils/docs/ref/rst/mathematics.txt b/docutils/docs/ref/rst/mathematics.txt index 278eb444d..5901d6e8e 100644 --- a/docutils/docs/ref/rst/mathematics.txt +++ b/docutils/docs/ref/rst/mathematics.txt @@ -989,7 +989,6 @@ with extensible delimiters. \left.\vert \frac{b}{a}\right\Vert\ \bigl\vert b\Bigr\Vert\ \biggl\vert b\Biggr\Vert \quad - Variable-sized operators: Inline: `\sum\ \int\ \oint\ \smallint\ \prod\ \coprod\ \bigwedge\ |
