latexify_py
latexify_py copied to clipboard
More refactoring
Overview
- Support all constant literals.
- Digits are wrapped by
{and}so that the subscript operator works: $x_42$ --> $x_{42}$- This would insert unnecessarily many braces at this point, need further refactoring.
- Separate parsing strategy from
get_latextoparser.parse_function. - Test utilities:
- Make
ast_equalstricter. - Add
require_at_least/mostdecorator to run tests on only specific Python verisons.
- Make
- Other trivial refactoring.
Details
NA
References
NA
Blocked by
NA