diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbma.tex')
-rw-r--r-- | Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbma.tex | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbma.tex b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbma.tex index 2cba8f9b278..a326d049025 100644 --- a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbma.tex +++ b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbma.tex @@ -10,17 +10,8 @@ % ConTeXt module pgfbasematrix. -\edef\pgfbasematrixatcode{\the\catcode`\@} -\edef\pgfbasematrixbarcode{\the\catcode`\|} -\edef\pgfbasematrixexclaimcode{\the\catcode`\!} -\catcode`\@=11 -\catcode`\|=12 -\catcode`\!=12 +\PackageWarning{pgf}{This module is obsolete. Use \string\usepgfmodule[matrix] instead} -\input pgfbasematrix.code.tex - -\catcode`\@=\pgfbasematrixatcode -\catcode`\|=\pgfbasematrixbarcode -\catcode`\|=\pgfbasematrixexclaimcode +\usepgfmodule[matrix] \endinput
\ No newline at end of file |