diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/pgfplots/pgfplotstable.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/pgfplots/pgfplotstable.sty | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/pgfplots/pgfplotstable.sty b/Master/texmf-dist/tex/latex/pgfplots/pgfplotstable.sty index 45f0af5468f..186c41ad4ef 100644 --- a/Master/texmf-dist/tex/latex/pgfplots/pgfplotstable.sty +++ b/Master/texmf-dist/tex/latex/pgfplots/pgfplotstable.sty @@ -18,10 +18,14 @@ % along with this program. If not, see <http://www.gnu.org/licenses/>. % %-------------------------------------------- -\ProvidesPackage{pgfplotstable}[2010/03/31 Part of pgfplots] +\ProvidesPackage{pgfplotstable}[2010/07/14 Part of pgfplots] -% everything is loaded by pgfplots. \RequirePackage{pgfplots} + +\def\pgfplots@texdist@protect{\protect}% + +\input pgfplotstable.code.tex + \RequirePackage{array} % for |dec sep align| \endinput |