From 64d3d5cdc881771887cf7fcd2f070168daf88bba Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Mon, 24 Feb 2014 15:53:07 +0100 Subject: [PATCH] reporting: upgrade minimum pgfplots version when Debian upgrades its version --- matlab/reports/@report/write.m | 1 + 1 file changed, 1 insertion(+) diff --git a/matlab/reports/@report/write.m b/matlab/reports/@report/write.m index f4b9fc6bb..060f8ccda 100644 --- a/matlab/reports/@report/write.m +++ b/matlab/reports/@report/write.m @@ -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']);