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

reporting: upgrade minimum pgfplots version when Debian upgrades its version

parent a9de9045
Branches
Tags
No related merge requests found
......@@ -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']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment