reporting: @section: adjust spacing

time-shift
Houtan Bastani 2013-04-19 15:57:55 +02:00
parent 2670be408e
commit 86952b06b0
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ assert(fid ~= -1);
fprintf(fid, '%% Section Object\n'); fprintf(fid, '%% Section Object\n');
if ~isempty(o.height) if ~isempty(o.height)
fprintf(fid, '\\setlength\\sectionheight{%s}\n', o.height); fprintf(fid, '\\setlength\\sectionheight{%s}%%\n', o.height);
end end
fprintf(fid, '\\maxsizebox{\\textwidth}{'); fprintf(fid, '\\maxsizebox{\\textwidth}{');
if isempty(o.height) if isempty(o.height)