I am writing a Python 2.7 program on Windows that generates LaTeX output.
I would like to make it able to generate PDF output from the LaTeX, but I have only limited leeway to install additional software (I can't install regular TeX distributions, but I can install Python packages with pip).
I would like to know:
- Is there a
LaTeXcompiler in the form of aPythonpackage? - If there is, where can I find it, and how can I use it to compile a
Pythonstring into aPDFfile?
The generated LaTeX output is meant to be used with the regular latex or pdflatex.