blob: 8b5a3eaa0557ebd837e311a649a3d075a73865dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
|
%\input pgfplotsoldpgfsupp_pgfmathparse.opt.code.tex
%\beginpgfmathparsecheckfornumber
\pgfutil@ifundefined{pgfmathlessthan@}{%
\let\pgfmathlessthan@=\pgfmathless@
\let\pgfmathgreaterthan@=\pgfmathgreater@
}{}%
\def\pgfplotsusecompatibilityfile#1{%
\pgfutil@IfUndefined{pgfplotsusecompatibilityfile@loaded@#1}{%
\expandafter\gdef\csname pgfplotsusecompatibilityfile@loaded@#1\endcsname{1}%
\input pgfplotsoldpgfsupp_#1
}{%
% already loaded.
}%
}%
\def\pgfmathfloatrounddisplaystyle@shared@impl@WRONG#1#2{%
{\toks0={#1}%
\toks1=\expandafter{\pgfmathfloatrounddisplaystyle@e@mark #2}%
\xdef\pgfmathfloat@glob@TMP{\the\toks0 \the\toks1 }%
}%
\let\pgfmathresult=\pgfmathfloat@glob@TMP
}%
% check whether we need to load supplementary code.
% The development of pgfplots and pgf is intermingled, so pgfplots
% always uses up-to-date pgf CVS versions - the relevant complements between
% PGF 2.10 and PGF CVS are loaded here:
%
% #1: for backwards compatibility
% #2: for normal processing.
\def\pgfplots@ifneedspgfcompabitibilitycode@has@pgf@one@zero@zero#1#2{%
%\pgfkeysifdefined{/pgf/number format/sci precision/.@cmd}{#2}{#1}%
\pgfutil@ifundefined{pgfmathprintnumber@RELATIVE@choice@roundtofixed}{#1}{#2}%
}%
\let\pgfplots@ifneedspgfcompabitibilitycode=\pgfplots@ifneedspgfcompabitibilitycode@has@pgf@one@zero@zero
\pgfplots@ifneedspgfcompabitibilitycode
{%
\immediate\write16{Package pgfplots: loading complementary code for your PGF version...}
\input pgfplotsoldpgfsupp_misc.code.tex
\let\pgfkeysloaded=\undefined
\input pgfplotsoldpgfsupp_pgfkeys.code.tex
\input pgfplotsoldpgfsupp_pgfmathfloat.code.tex
\input pgfplotsoldpgfsupp_pgflibraryplothandlers.code.tex
\input pgfplotsoldpgfsupp_pgflibraryfpu.code.tex
\input pgfplotsoldpgfsupp_pgfcorescopes.code.tex
\input pgfplotsoldpgfsupp_pgfcorelayers.code.tex
}%
{%
\pgfplots@iffileexists{pgflibraryfpu.code.tex}{%
\usepgflibrary{fpu}%
}{%
\immediate\write16{Package pgfplots: loading FPU library which doesn't appear to exist in your PGF version...}
\input pgfplotsoldpgfsupp_pgflibraryfpu.code.tex
}%
}%
\pgfutil@ifundefined{pgfmathdeclarepseudoconstant}{
\immediate\write16{Package pgfplots: loading complementary arithmetics for your pgf version...}
\input pgfplotsoldpgfsupp_pgflibraryfpu.code.tex
}
{}%
\pgfutil@IfUndefined{pgfmathdeclarefunction}{
\pgfplots@warning{Parts of pgfplots require PGF 2.10; you have PGF 2.00 . Consider upgrading if you experience problems.}%
}{%
}%
\pgfutil@IfUndefined{pgfapplistnewempty}{%
\immediate\write16{Package pgfplots: loading complementary utilities for your pgf version...}
\csname newtoks\endcsname\t@pgf@toka
\csname newtoks\endcsname\t@pgf@tokb
\csname newtoks\endcsname\t@pgf@tokc
\gdef\pgfutil@advancestringcounter{\pgfplotsutil@advancestringcounter}%
\input pgfplotsoldpgfsupp_pgfutil-common-lists.tex
}{}%
\pgfutil@IfUndefined{pgfmathiftrigonometricusesdeg}{%
\pgfutil@ifundefined{pgfmathdeclarefunction}{%
% PGF 2.00 !? Well, trig format won't work here.
}{%
\input pgfplotsoldpgfsupp_trig_format.code.tex
}%
}{}%
\endinput
|