Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 391 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 391 Bytes

This script attempts to translate LaTeX math markup to a human-readable form that uses Unicode characters wherever possible.

This was inspired by a similar project by ypsu.

TODO

  • Improve the handling of whitespace.
  • Support \text.
  • Improve parenthesization of \sqrt and \frac.
    • Start by not parenthesizing atoms with \sqrt.