diff options
author | Karl Berry <karl@freefriends.org> | 2015-01-31 21:37:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-01-31 21:37:06 +0000 |
commit | 84e0e95868a845e531157a1cb94f622da016e6a5 (patch) | |
tree | f880703d39c15193369f6e82eaa169755ae54e22 /Master/texmf-dist/tex/latex/pgfplots | |
parent | 13673a964ccd149c582585f4df887a11457a430a (diff) |
pgfplots (31jan15)
git-svn-id: svn://tug.org/texlive/trunk@36178 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 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pgfplots/pgfplots.sty b/Master/texmf-dist/tex/latex/pgfplots/pgfplots.sty index 4517dd035bc..4486315128a 100644 --- a/Master/texmf-dist/tex/latex/pgfplots/pgfplots.sty +++ b/Master/texmf-dist/tex/latex/pgfplots/pgfplots.sty @@ -48,6 +48,21 @@ \RequirePackage{tikz} +% This is *identical* to \pgfutil@IfUndefined . I copied it here +% because pgf up to and including version 2.10 does not contain it. +\def\pgfplotsutil@IfUndefined#1{% + \begingroup\expandafter\expandafter\expandafter\endgroup + \expandafter\ifx\csname#1\endcsname\relax + \expandafter\pgfutil@firstoftwo + \else + \expandafter\pgfutil@secondoftwo + \fi +} +\pgfplotsutil@IfUndefined{directlua}{}{% + % I need \newcatcodetable + \RequirePackage{luatexbase}% +}% + \def\pgfplots@texdist@protect{\protect}% \input pgfplots.code.tex |