summaryrefslogtreecommitdiff
path: root/docutils/utils
Commit message (Expand)AuthorAgeFilesLines
...
* Fix : string containing backslash to rawgrubert2022-01-091-1/+1
* Drop use of utils.error_reporting module and deprecate it.milde2022-01-072-15/+26
* Deprecate `nodes.reprunicode` and `nodes.ensure_str()`.milde2022-01-041-3/+3
* Drop (most) special-casing for Python 2.x.milde2022-01-033-97/+36
* Remove "coding:" slugmilde2022-01-039-20/+5
* Remove 2.7-compatibility __future__ imports.milde2022-01-032-4/+2
* Fixup for [r8891]. Fix bug #434.milde2021-11-181-0/+2
* Fix behaviour of get_stylesheet_list()milde2021-11-171-4/+10
* Update documentation and handling of (east-asian) wide characters.milde2021-11-141-1/+1
* Document image formats, small documentation fixes and updates.milde2021-11-091-2/+5
* Add DeprecationWarnings and FutureWarnings for planned changes.milde2021-11-052-2/+7
* Mark "latex2mathml" module as provisional.milde2021-11-051-3/+6
* Small fixes in interpreted text role definitions.milde2021-11-011-1/+1
* Fix spellingmilde2021-10-226-7/+7
* MathML: fixes and additions.milde2021-08-101-167/+204
* Math: fix some LaTeX character mappings.milde2021-07-123-73/+77
* math2html: Prefer STIX fonts for formulas.milde2021-07-121-35/+41
* math2html: make "math.css" valid CSS 2.1.milde2021-07-121-36/+12
* math2html: Improve handling of big symbols.milde2021-07-121-33/+34
* math2html: support decorations under base character.milde2021-07-121-43/+76
* math2html: support small symbols, refactor math accent handling.milde2021-07-121-78/+55
* Major rework of math2html converter.milde2021-07-121-2512/+323
* MathML: Refactor negating with ``\not``, simplify code.milde2021-06-171-82/+75
* math: use hex numbers for codepoints in Unicode -> LaTeX mappings.milde2021-06-171-799/+799
* math: update latex <-> unicode mappings.milde2021-06-172-34/+87
* MathML: refactor and extend.milde2021-06-173-88/+233
* MathML: refactor and extend.milde2021-05-271-179/+369
* MathML: remove unrequired <mrow>s, support more commands.milde2021-05-202-70/+87
* MathML: support \circledR, \circledS, functions that take limits.milde2021-05-203-26/+46
* MathML fix multi-digit number literals. Support optional arg for \sqrt.milde2021-05-201-10/+44
* MathML: fix script/limt order when given as ^{super}_{sub}.milde2021-05-201-104/+106
* MathML: new text_optarg(), refactor parse_latex_math(), support more TeX cmds.milde2021-05-201-108/+201
* MathML: Refactor XML output routines.milde2021-05-201-101/+83
* MathML: simplify node class interface, fix accent handling.milde2021-05-201-157/+138
* MathML: support more functions and symbols.milde2021-05-202-169/+276
* MathML update: math alphabets, tex_token(), add documentation.milde2021-05-201-113/+80
* MathML: Refactor tex_token(), handle_keyword(), doctests.milde2021-05-201-217/+306
* MathML: support space commands, fix math alphabets, cleanup.milde2021-05-201-156/+144
* MathML: auxiliary TeX parsing functions, cleanup.milde2021-05-201-45/+115
* MathML: Use <mi> for captial Greek letters.milde2021-05-201-3/+3
* MathML: improve support for math alphabets.milde2021-05-201-39/+90
* MathML: make delimiters "non-strechy" by default. Fixes bug #407.milde2021-05-201-24/+29
* MathML: Implement "cases" environment in latex2mathml.milde2021-05-201-19/+31
* MathML: pretty print XML.milde2021-05-201-31/+27
* MathML: Use large operators and fix alignment in "math" blocks.milde2021-05-202-36/+91
* MathML: Replace deprecated <mfenced> element.milde2021-05-201-29/+59
* MathML: First part of fix to #407.milde2021-05-201-2/+2
* Remove utils.unique_combinations().milde2021-05-181-7/+0
* HTML math output fixes.milde2021-05-021-7/+10
* fix deprecation warninggrubert2021-04-091-1/+1