Getting started with pyexlatex¶
Install¶
To use pyexlatex, you must have a LaTeX distribution installed
that includes lualatex. For Linux and Windows, TexLive
has been tested and works well. For Mac, MacTeX is known
to work well.
Then you also need to install the pyexlatex Python package:
pip install pyexlatex
Usage¶
TODO: Add examples