reporting: mute spurrious output

remove-priordens
Houtan Bastani 2014-02-06 18:12:23 +01:00
parent 2070610fe2
commit 48d077cd4e
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ assert(fid ~= -1);
fprintf(fid, '\n%% Page Object\n');
if strcmpi(o.orientation, 'landscape')
fprintf(fid, '\\begin{landscape}\n')
fprintf(fid, '\\begin{landscape}\n');
end
for i=1:length(o.footnote)