flatlatex.py
Python3 LaTeX math converter to unicode text - library
Install
- All systems
-
curl cmd.cat/flatlatex.py.sh
- Debian
-
apt-get install python3-flatlatex
- Ubuntu
-
apt-get install python3-flatlatex
- Kali Linux
-
apt-get install python3-flatlatex
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-flatlatex
- Dockerfile
- dockerfile.run/flatlatex.py
python3-flatlatex
Python3 LaTeX math converter to unicode text - library
flatlatex is a basic converter from LaTeX math to human readable text math using unicode characters. It allows one to inline small equations into emails or on instant messaging clients, thus allowing to avoid sending a pdf while still being understandable. This package provides the Python3 library.