Skip to content
Snippets Groups Projects
Commit 55bcf435 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

reporting: mute spurrious output

parent 4c541989
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ assert(fid ~= -1); ...@@ -33,7 +33,7 @@ assert(fid ~= -1);
fprintf(fid, '\n%% Page Object\n'); fprintf(fid, '\n%% Page Object\n');
if strcmpi(o.orientation, 'landscape') if strcmpi(o.orientation, 'landscape')
fprintf(fid, '\\begin{landscape}\n') fprintf(fid, '\\begin{landscape}\n');
end end
for i=1:length(o.footnote) for i=1:length(o.footnote)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment