When I compile a LaTeX document in the terminal like so:
latex document.tex
How do I then abort the process? Ctrl-C doesn't work.
|
|
|
Ctrl-D will do the trick. However, use |
||||
|
|
Ctrl-C should work while If an error occurs, and latex presents you its prompt, Ctrl-D, which signifies "end-of-input" can be used to get on. |
||||
|
|