diff options
Diffstat (limited to 'Master/texmf-dist/tex/context')
-rw-r--r-- | Master/texmf-dist/tex/context/third/pgfplots/t-pgfplots.tex (renamed from Master/texmf-dist/tex/context/pgfplots/t-pgfplots.tex) | 3 | ||||
-rw-r--r-- | Master/texmf-dist/tex/context/third/pgfplots/t-pgfplotstable.tex | 26 |
2 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/pgfplots/t-pgfplots.tex b/Master/texmf-dist/tex/context/third/pgfplots/t-pgfplots.tex index 93324e1e5b0..1dbd5495cab 100644 --- a/Master/texmf-dist/tex/context/pgfplots/t-pgfplots.tex +++ b/Master/texmf-dist/tex/context/third/pgfplots/t-pgfplots.tex @@ -52,6 +52,9 @@ % \let\startloglogaxis=\pgfplots@environment@loglogaxis \let\stoploglogaxis=\endpgfplots@environment@loglogaxis + % + \def\startpgfplotsinterruptdatabb{\pgfplotsinterruptdatabb}% + \def\stoppgfplotsinterruptdatabb{\endpgfplotsinterruptdatabb}% }% \catcode`\@=\tikzatcode diff --git a/Master/texmf-dist/tex/context/third/pgfplots/t-pgfplotstable.tex b/Master/texmf-dist/tex/context/third/pgfplots/t-pgfplotstable.tex new file mode 100644 index 00000000000..0732df60c10 --- /dev/null +++ b/Master/texmf-dist/tex/context/third/pgfplots/t-pgfplotstable.tex @@ -0,0 +1,26 @@ +%-------------------------------------------- +% +% Package pgfplotstable +% +% It is based on Till Tantau's PGF package. +% +% Copyright 2007/2008 by Christian Feuersänger. +% +% This program is free software: you can redistribute it and/or modify +% it under the terms of the GNU General Public License as published by +% the Free Software Foundation, either version 3 of the License, or +% (at your option) any later version. +% +% This program is distributed in the hope that it will be useful, +% but WITHOUT ANY WARRANTY; without even the implied warranty of +% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +% GNU General Public License for more details. +% +% You should have received a copy of the GNU General Public License +% along with this program. If not, see <http://www.gnu.org/licenses/>. +% +%-------------------------------------------- + +\usemodule[pgfplots] + +\endinput |