diff options
author | Karl Berry <karl@freefriends.org> | 2014-03-05 23:17:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-03-05 23:17:01 +0000 |
commit | ee3cc15a5b3f684ee33aabd314448c5343ac8df6 (patch) | |
tree | e223eb85b1633d33ce77a79da7174dafd8130e45 /Master/texmf-dist/tex/latex/pgfplots | |
parent | d3288d4b347851a0cfd058134245f92c2fea64e0 (diff) |
pgfplots (4mar14)
git-svn-id: svn://tug.org/texlive/trunk@33097 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pgfplots')
-rw-r--r-- | Master/texmf-dist/tex/latex/pgfplots/pgfplots.sty | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pgfplots/pgfplots.sty b/Master/texmf-dist/tex/latex/pgfplots/pgfplots.sty index 25ad5cdd15c..acc9d996bc8 100644 --- a/Master/texmf-dist/tex/latex/pgfplots/pgfplots.sty +++ b/Master/texmf-dist/tex/latex/pgfplots/pgfplots.sty @@ -59,9 +59,11 @@ % "bOverridesColorspace" \pgfplots@loc@tmpfalse \ifconvertcolorsD + % xcolor converts at *definition* time: \pgfplots@loc@tmptrue \else \ifconvertcolorsU + % xcolor converts at *usage* time: \pgfplots@loc@tmptrue \fi \fi |