jemand771 / latex-build

a docker container for building LaTeX documents
0 stars 0 forks source link

python rewrite of compile.sh #26

Open jemand771 opened 3 years ago

jemand771 commented 3 years ago

when I first created this container, compile.sh only consited of a couple of commands, nothing fancy. By now, there are a lot of aditional features and checks in place that make the bash file really complicated.

In order to ease future devlopment, I should rewrite the script in python. This should not have any noticable side effects on using the container (same functionality, same interface, etc.).