diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_loader.code.tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_loader.code.tex | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_loader.code.tex b/Master/texmf-dist/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_loader.code.tex index b68c50eac2c..b8df1292a33 100644 --- a/Master/texmf-dist/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_loader.code.tex +++ b/Master/texmf-dist/tex/generic/pgfplots/oldpgfcompatib/pgfplotsoldpgfsupp_loader.code.tex @@ -113,8 +113,23 @@ }% \fi +\pgfutil@IfUndefined{pgfmathifexpression}{% + \def\pgfmathifexpression#1#2#3{% + \pgfmathparse{#1}% + \pgfmath@iftrue{#2}{#3}% + } + \def\pgfmath@iftrue{% + \ifdim\pgfmathresult pt=1.0pt % + \let\pgfmath@next=\pgfutil@firstoftwo + \else + \let\pgfmath@next=\pgfutil@secondoftwo + \fi + \pgfmath@next + }% + \gdef\pgfplots@glob@TMPa{1}% +}{}% -\pgfutil@ifundefined{pgfmathfloat@stack@push@operand@single@str}{ +\pgfutil@ifundefined{pgfmathfloat@iftrue@}{ \gdef\pgfplots@glob@TMPa{1}% } {}% @@ -358,4 +373,8 @@ \input pgfplotsoldpgfsupp_leq.code.tex }{}% +\pgfutil@IfUndefined{pgfutilifstartswith}{% + \let\pgfutilifstartswith=\pgfplotsutilifstartswith +}{} + \endinput |