FysikRevy / FysikRevyTeX

LaTeX environment and scripts for the FysikRevy^TM at University of Copenhagen
MIT License
2 stars 5 forks source link

Getting usable feedback on TeX compilation failures #6

Open kstensbo opened 10 years ago

kstensbo commented 10 years ago

When a compilation of a TeX file fails, the user doesn't get any feedback on what the problem was. In the current version of FysikRevyTeX, a compilation failure will trigger a prompt asking the user whether the compilation should be done again, this time with output.

Compiling again is a waste of time, and (what is worse) this approach doesn't even work when compiling in parallel (which we want!). In fact, a compilation failure when compiling in parallel can be very hard to identify, as the real problem is hidden behind lots of multiprocessing output.

Possible solutions: