reporting: aesthetic change

time-shift
Houtan Bastani 2013-05-15 13:04:12 +02:00
parent 8d19a322b0
commit 5920457437
1 changed files with 1 additions and 2 deletions

View File

@ -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');