reporting: upgrade minimum pgfplots version when Debian upgrades its version

time-shift
Houtan Bastani 2014-02-24 15:53:07 +01:00
parent a9de9045a6
commit 64d3d5cdc8
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ if strcmpi(o.orientation, 'landscape')
end
fprintf(fid, ']{geometry}\n');
fprintf(fid, '\\usepackage{pdflscape, booktabs, pgfplots, colortbl, adjustbox}\n');
fprintf(fid, '\\pgfplotsset{compat=1.5.1}');
fprintf(fid, ['\\makeatletter\n' ...
'\\def\\blfootnote{\\gdef\\@thefnmark{}\\@footnotetext}\n' ...
'\\makeatother\n']);