summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/pgf/frontendlayer/t-tikz.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/context/pgf/frontendlayer/t-tikz.tex')
-rw-r--r--Master/texmf-dist/tex/context/pgf/frontendlayer/t-tikz.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/context/pgf/frontendlayer/t-tikz.tex b/Master/texmf-dist/tex/context/pgf/frontendlayer/t-tikz.tex
index aa9abe49ffc..7a7f3a4f87c 100644
--- a/Master/texmf-dist/tex/context/pgf/frontendlayer/t-tikz.tex
+++ b/Master/texmf-dist/tex/context/pgf/frontendlayer/t-tikz.tex
@@ -14,17 +14,19 @@
\input t-pgf.tex
\input t-pgffor.tex
-\input t-pgflph.tex
\edef\tikzatcode{\the\catcode`\@}
\edef\tikzbarcode{\the\catcode`\|}
+\edef\tikzexclaimcode{\the\catcode`\!}
\catcode`\@=11
\catcode`\|=12
+\catcode`\!=12
\input tikz.code.tex
\catcode`\@=\tikzatcode
\catcode`\|=\tikzbarcode
+\catcode`\!=\tikzexclaimcode
\let\starttikzpicture=\tikzpicture
\let\stoptikzpicture=\endtikzpicture