Skip to content

A library to generate LaTeX expression from Python code.

License

Notifications You must be signed in to change notification settings

google/latexify_py

Repository files navigation

latexify_py

A Python package that generates LaTeX math description from Python functions.

FAQs

  1. Which Python version? ... Using 3.10 AST.
  2. GPT-3? ... No, rule-based.

Installation

pip install latexify-py

Example

Follow provided example on Google Colaboratory.

How to Contribute

To contribute to this Project refer CONTRIBUTING.md file.

Disclaimer

This is not an officially supported Google product.

License

This Repository follows Apache License 2.0.