diff options
author | Karl Berry <karl@freefriends.org> | 2012-08-30 00:13:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-08-30 00:13:50 +0000 |
commit | 8231318d57cff4a8f9fcd70d387a3f00f4513428 (patch) | |
tree | e99336aabe9de04bad055bcf07814a1a00474a38 /Master/texmf-dist/tex/context | |
parent | c16497900d7216f5269a43b9c18ae469820d3cd2 (diff) |
pgfplots 1.6.1 (29aug12)
git-svn-id: svn://tug.org/texlive/trunk@27550 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context')
-rw-r--r-- | Master/texmf-dist/tex/context/third/pgfplots/t-pgfplots.tex | 9 | ||||
-rw-r--r-- | Master/texmf-dist/tex/context/third/pgfplots/t-pgfplotstable.tex | 15 |
2 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/third/pgfplots/t-pgfplots.tex b/Master/texmf-dist/tex/context/third/pgfplots/t-pgfplots.tex index 1dbd5495cab..ea1f5f3eda4 100644 --- a/Master/texmf-dist/tex/context/third/pgfplots/t-pgfplots.tex +++ b/Master/texmf-dist/tex/context/third/pgfplots/t-pgfplots.tex @@ -24,6 +24,12 @@ % %-------------------------------------------- +\writestatus{loading}{ConTeXt User Module / Pgfplots} + +\unprotect + +\startmodule [pgfplots] + \usemodule[tikz] \usetikzlibrary[plotmarks] @@ -61,4 +67,7 @@ \catcode`\|=\tikzbarcode \catcode`\!=\tikzexclaimcode +\stopmodule + +\protect \endinput diff --git a/Master/texmf-dist/tex/context/third/pgfplots/t-pgfplotstable.tex b/Master/texmf-dist/tex/context/third/pgfplots/t-pgfplotstable.tex index 0732df60c10..7351363a09b 100644 --- a/Master/texmf-dist/tex/context/third/pgfplots/t-pgfplotstable.tex +++ b/Master/texmf-dist/tex/context/third/pgfplots/t-pgfplotstable.tex @@ -21,6 +21,21 @@ % %-------------------------------------------- +\writestatus{loading}{ConTeXt User Module / Pgfplotstable} + +\unprotect + +\startmodule [pgfplotstable] + \usemodule[pgfplots] +% FIXME : +%\def\pgfplots@texdist@protect{\protect}% + +\input pgfplotstable.code.tex + + +\stopmodule + +\protect \endinput |