Consider the error described here: Unclean .aux file causes "file ended while scanning use of \@newl@bel" error. Why is it not purged?
The basic solution to this is that one should always finish a compile completely before recompiling. To finish a compile requires a fair few clicks of the mouse/keyboard - something which is very frustrating.
Thus I'm looking for a way to streamline this process. Namely what I want is the following:
- Say I press Command+T to compile (this is at least what it is on my mac) and it then reaches an error. I want the compiler to stop and show me the error.
- Now if I press Command+T again (in the text-editor part of TexShop) I want it to 1) Complete the compile it just did, and 2) Start a new compile.
Is something like this possible?
.auxfile is almost always properly written and should not cause an error on recompile (as opposed to 'killing' a compile and/or restarting a new compile without exiting the previous one). – Marijn Jun 18 '22 at 20:46