From 59204574370fbaab4119828bbe0442df8330f360 Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Wed, 15 May 2013 13:04:12 +0200 Subject: [PATCH] reporting: aesthetic change --- matlab/reports/@report/compile.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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');