/latex

Generate Latex documents in Python

Primary LanguageJupyter Notebook

Latex in Python

This is a quick investigation on how to generate Latex documents (and PDFs) in Python.

To run the main.py, first do the following steps:

  • Install PyLaTeX python library pip install pylatex
  • Install MiKTeX
  • Update the latex_path variable value in the main.py to where latex.exe can be found

Open In Colab