oduwsdl / wsdlthesis

ODU WS-DL Thesis/Dissertation LaTeX Template
MIT License
3 stars 11 forks source link

handle pdflatex error better #40

Closed ChristosT closed 5 years ago

ChristosT commented 5 years ago

Correct me if I am wrong but I believe if you use the makefile and fail to compile the document ( I know this cannot happen everybody writes correct latex code at his/her first try :D ) then due to the fact that:

TL;DR executes \app@exe{rm -f #1/\jobname.tmp} in \inputAllFiles before everything else to ensure a clean initial state.

ChristosT commented 5 years ago

even better !

ibnesayeed commented 5 years ago

@ChristosT: even better !

It looks like you only applied one suggestion (that reverts the change) and not the other (which improves on the existing state).

ChristosT commented 5 years ago

yes I noticed that but it does not allow me to accept both. marking the second as outdated

ibnesayeed commented 5 years ago

Please go ahead and commit that change manually.

ChristosT commented 5 years ago

should be ok now

ibnesayeed commented 5 years ago

Thanks @ChristosT.