13

I'm using TeXstudio to compile my LaTeX code. However, for some reason in my code, the compilation will be immersed in a endless loop. Hence, when I fix the problems in my code (or may be not) and need to recompile it, I have to kill the engine first. What's more annoying, if the problem that causes the never-ending loop remains, I have to kill the process in terminal window again and again and again.

Is there any way to abort compilation in TeXstudio?

1 Answers1

18

You can press Esc to terminate the process in TeXstudio.

Ch'en Meng
  • 3,843
  • 1
  • 19
  • 45
  • Is there a method to unbind the Esc key from canceling the compilation? During compilation I often want to close some dialog and reflexively hit Esc, aborting the compilation. – n4pK Mar 04 '20 at 14:18