reporting: add option to stop LaTeX compilation when an error is encountered (instead of prompting the user for input)

time-shift
Houtan Bastani 2015-01-08 18:35:10 +01:00
parent b011cf4352
commit 14cedf576a
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ if ~exist(o.fileName, 'file')
end
middle = ' ./';
options = '-synctex=1';
options = '-synctex=1 -halt-on-error';
if isoctave
echo = 1;
else