diff options
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 |