JelteF / PyLaTeX

A Python library for creating LaTeX files
https://jeltef.github.io/PyLaTeX/
MIT License
2.24k stars 287 forks source link

Add arara support (aka allow overriding `--interaction=nonstopmode`) #337

Open bersbersbers opened 2 years ago

bersbersbers commented 2 years ago

I'd like to use pylatex with arara as a compiler. Unfortunately, this is prevented by

https://github.com/JelteF/PyLaTeX/blob/71bac0bf51a75094e2f8e4edaa94a4840e0a3572/pylatex/document.py#L238

as arara does not understand --interaction=nonstopmode.