diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/third/pgf/frontendlayer/t-tikz.tex')
-rw-r--r-- | Master/texmf-dist/tex/context/third/pgf/frontendlayer/t-tikz.tex | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/context/third/pgf/frontendlayer/t-tikz.tex b/Master/texmf-dist/tex/context/third/pgf/frontendlayer/t-tikz.tex index d3fc269d385..85c6fcf2f0b 100644 --- a/Master/texmf-dist/tex/context/third/pgf/frontendlayer/t-tikz.tex +++ b/Master/texmf-dist/tex/context/third/pgf/frontendlayer/t-tikz.tex @@ -9,6 +9,10 @@ % ConTeXt module tikz. +\writestatus{loading}{ConTeXt User Module / tikz} + +\unprotect + % \input xkeyval.tex % no longer used/needed @@ -31,4 +35,7 @@ \let\starttikzpicture=\tikzpicture \let\stoptikzpicture=\endtikzpicture -\endinput
\ No newline at end of file +\stopmodule + +\protect +\endinput |