diff --git a/matlab/reports/@report/compile.m b/matlab/reports/@report/compile.m index de7def4cb..f83c5290d 100644 --- a/matlab/reports/@report/compile.m +++ b/matlab/reports/@report/compile.m @@ -48,8 +48,7 @@ end if isempty(compiler) if strcmp(computer, 'MACI') || strcmp(computer, 'MACI64') - % Add most likely places for pdflatex to - % exist outside of default $PATH + % Add most likely places for pdflatex to exist outside of default $PATH [status, compiler] = ... system(['PATH=$PATH:/usr/texbin:/usr/local/bin:/usr/local/sbin;' ... 'which pdflatex'], '-echo');