summaryrefslogtreecommitdiff
path: root/docutils/utils/math
Commit message (Expand)AuthorAgeFilesLines
* LaTeX to MathML: fix ``\mspace``.milde2023-04-081-6/+7
* Use "pathlib" to simplify path manipulations. No change to behaviour.milde2022-11-241-3/+3
* Fix "shebang on non-executable files".milde2022-11-162-2/+0
* Support `pandoc` as an external LaTeX to MathML converter.milde2022-11-041-2/+36
* MathML: Small fixes for external latex -> MathML converters.milde2022-11-041-7/+7
* MathML: Use (re)generated version of tex2unichar.py.milde2022-11-041-21/+47
* MathML: support "mod" notation for modulo operation/arithmetic.milde2022-11-041-4/+53
* Resolve flake8 ``E261`` errors in ``math2html``aa-turner2022-10-201-36/+36
* Resolve flake8 ``E261`` errors in ``latex2mathml``aa-turner2022-10-201-187/+198
* Resolve flake8 ``E261`` errors in ``tex2unichar``aa-turner2022-10-201-684/+684
* Use 4 space indentation in ``math2html`` per PEP 8aa-turner2022-10-201-2767/+2767
* Minor error message fixmilde2022-09-131-1/+1
* Unify naming of the "utf-8" codec.milde2022-06-131-11/+11
* Remove unused local variablesmilde2022-03-051-1/+0
* Remove unused imports.milde2022-03-051-1/+0
* Avoid ambiguous variable name l (may be mixed up with 1).milde2022-03-051-2/+2
* Simplify code as dicts have fixed order since 3.6milde2022-03-051-8/+6
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-044-1/+78
* Remove excess blank lines.milde2022-03-042-6/+0
* Fix (some) missing blank linesmilde2022-03-041-0/+2
* Ensure comments start with '# 'milde2022-03-041-6/+6
* Ensure at least two spaces before inline comment.milde2022-03-042-6/+6
* Fix unexpected spaces around equals indicating keyword arguments.milde2022-03-031-7/+7
* Fix missing whitespace after ',' or ':'.milde2022-03-032-81/+80
* Fix missing whitespace around operator.milde2022-03-032-2/+3
* Fix multiple spaces before/after operatormilde2022-03-031-1/+1
* Fix whitespace before/after delimiters and colon.milde2022-03-031-1/+1
* Fix code indentationmilde2022-01-293-29/+31
* Do not use combining Unicode characters without base in literal strings.milde2022-01-271-11/+11
* Leftovers and fixes after the big clean-up.milde2022-01-273-16/+16
* New style classes no longer need to inherit from `object`.milde2022-01-262-22/+22
* Drop string prefix "u".milde2022-01-265-1919/+1919
* Skip assigning to a variable when immediately returningmilde2022-01-262-4/+2
* Remove unused importsmilde2022-01-261-2/+0
* Use "x not in y" over "not x in y"milde2022-01-261-9/+9
* Use "is" to check for Nonemilde2022-01-261-1/+1
* Remove redundant parenthesesmilde2022-01-261-1/+1
* Use yield frommilde2022-01-261-2/+1
* Small fixes and clean-ups by Adam Turner.milde2022-01-261-5/+4
* Use generator expressions with functions expecting a sequence.milde2022-01-264-9/+9
* Code modernisation. Use literals.milde2022-01-261-4/+4
* Fix flake8 warnings.milde2022-01-212-22/+5
* Fix : string containing backslash to rawgrubert2022-01-091-1/+1
* Drop (most) special-casing for Python 2.x.milde2022-01-032-86/+33
* Remove "coding:" slugmilde2022-01-034-10/+2
* Remove 2.7-compatibility __future__ imports.milde2022-01-031-2/+1
* Document image formats, small documentation fixes and updates.milde2021-11-091-2/+5
* 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-222-2/+2