summaryrefslogtreecommitdiff
path: root/tex/context/modules/mkxl/m-tikz.mkxl
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/modules/mkxl/m-tikz.mkxl')
-rw-r--r--tex/context/modules/mkxl/m-tikz.mkxl12
1 files changed, 12 insertions, 0 deletions
diff --git a/tex/context/modules/mkxl/m-tikz.mkxl b/tex/context/modules/mkxl/m-tikz.mkxl
index 394709c3c..3d6c649d6 100644
--- a/tex/context/modules/mkxl/m-tikz.mkxl
+++ b/tex/context/modules/mkxl/m-tikz.mkxl
@@ -40,6 +40,8 @@
{\pushoverloadmode
\pushcatcodetable
\setcatcodetable\texcatcodes
+ \pushmacro\meaning
+ \let\meaning\meaningless
\catcode`\@=11
\catcode`\|=12
\catcode`\!=12
@@ -48,6 +50,7 @@
\permanent\protected\def\stoptikzinput
{\autoparagraphmode\plusone
\popcatcodetable
+ \popmacro\meaning
\popoverloadmode}
\permanent\protected\def\tikzinputfile#1%
@@ -66,16 +69,21 @@
\permanent\protected\def\starttikzsettings
{\pushoverloadmode
+ \pushmacro\meaning
+ \let\meaning\meaningless
\autoparagraphmode\zerocount}
\permanent\protected\def\stoptikzsettings
{\autoparagraphmode\plusone
+ \popmacro\meaning
\popoverloadmode}
\permanent\protected\def\starttikzpicture
{\dontleavehmode
\hcontainer\bgroup
\autoparagraphmode\zerocount
+ \pushmacro\meaning
+ \let\meaning\meaningless
% \pushoverloadmode
\ifdefined\PackageError\else \let\PackageError\tikzerrormessage \fi
\tikzpicture}
@@ -83,6 +91,7 @@
\permanent\protected\def\stoptikzpicture
{\endtikzpicture
% \popoverloadmode
+ \popmacro\meaning
\egroup}
\let\pgfdefined \relax
@@ -125,4 +134,7 @@
\usepgfmodule[matrix]
\usepgfmodule[decorations]
+\definefilesynonym [pgfplots] [tikz-pgfplots]
+\definefilesynonym [pgfplotstable] [tikz-pgfplotstable]
+
\stopmodule