Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dynare
reporting
Commits
ca482602
Commit
ca482602
authored
Oct 19, 2015
by
Houtan Bastani
Browse files
update pgf layers for new texlive version under debian
parent
ca8b9ee0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/@report/write.m
View file @
ca482602
...
...
@@ -79,6 +79,7 @@ fprintf(fid, '\\begin{document}\n');
if
isunix
&&
~
ismac
fprintf
(
fid
,
'\\pgfdeclarelayer{axis background}\n'
);
fprintf
(
fid
,
'\\pgfdeclarelayer{axis lines}\n'
);
fprintf
(
fid
,
'\\pgfsetlayers{axis background,axis lines,main}\n'
);
end
fprintf
(
fid
,
'\\pgfplotsset{tick scale binop={\\times},\ntrim axis left}\n'
);
fprintf
(
fid
,
'\\centering\n'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment