Closed ChristosT closed 5 years ago
even better !
@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).
yes I noticed that but it does not allow me to accept both. marking the second as outdated
Please go ahead and commit that change manually.
should be ok now
Thanks @ChristosT.
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:
\AtEndDocument{\app@exe{rm -f #1/\jobname.tmp}}}
will not be executed. new contents will keep concatenating upon the original flawed file. So the error remains forever!TL;DR executes
\app@exe{rm -f #1/\jobname.tmp}
in\inputAllFiles
before everything else to ensure a clean initial state.