summaryrefslogtreecommitdiff
path: root/docutils/utils/math
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* HTML math output fixes.milde2021-05-021-7/+10
* Fix bug #406 (MathML translation of ``\mathbf``).milde2021-04-081-1/+1
* Fix link to 2-Clause BSD license.milde2020-09-044-4/+4
* trivial: Misc whitespace fixesmilde2019-08-272-653/+634
* py3: Wrap 'foo.keys()', 'zip(foo, bar') in 'list'milde2019-08-271-1/+1
* py3: Fix magic methodsmilde2019-08-271-14/+79
* py3: Handle 'urllib', 'urllib2' to 'urlib.*' renamemilde2019-08-271-2/+6
* Formatting changes to facilitate integration of "py3" patchset.milde2019-08-271-3/+3
* py3: Replace 'ur' prefixmilde2019-08-272-16/+15
* py3: Replace 'foo.next()' with 'next(foo)'milde2019-08-261-1/+1
* Use 'isinstance(foo, bar)' instead of 'type(foo) is bar'milde2019-08-261-1/+1
* py3: Use 'sorted(foo)' instead of 'foo.sort()'milde2019-08-261-2/+1
* py3: Resolve some additional undefined symbolsmilde2019-08-261-4/+4
* py3: Add aliases for removed symbolsmilde2019-08-261-47/+12
* py3: Switch to print functionsmilde2019-08-262-4/+4
* py3: Use new style classesmilde2019-08-261-1/+1
* Fix error reporting in wrapper for external tex2mathml converters.milde2018-01-041-9/+8