summaryrefslogtreecommitdiff
path: root/docutils/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bug #406 (MathML translation of ``\mathbf``).milde2021-04-081-1/+1
* Update documentationmilde2021-04-071-1/+1
* Provide fallbacks for parser config settings.milde2021-04-071-3/+2
* Update pygments integration.milde2021-01-031-6/+1
* Don't drop "code" directive content if Warnings are silenced.milde2020-12-161-2/+2
* Fix link to 2-Clause BSD license.milde2020-09-047-8/+8
* Apply patch for bug #399 Fixes in Korean translation by Shinjo Park.milde2020-08-221-1/+1
* Fix #395.milde2020-07-141-1/+4
* Minor formatting updates.milde2020-02-061-1/+0
* Fix [ 383 ] Smart quotes around opening and separator characters.milde2020-01-261-62/+58
* trivial: Misc whitespace fixesmilde2019-08-276-662/+643
* py3: Wrap 'foo.keys()', 'zip(foo, bar') in 'list'milde2019-08-272-2/+2
* py3: Fix magic methodsmilde2019-08-271-14/+79