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_latex
toparser.parse_function
. - Test utilities:
- Make
ast_equal
stricter. - Add
require_at_least/most
decorator to run tests on only specific Python verisons.
- Make
- Other trivial refactoring.
Details
NA
References
NA
Blocked by
NA