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