summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfcor.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfcor.tex')
-rw-r--r--Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfcor.tex46
1 files changed, 46 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfcor.tex b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfcor.tex
new file mode 100644
index 00000000000..afaefba3644
--- /dev/null
+++ b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfcor.tex
@@ -0,0 +1,46 @@
+% Copyright 2006 by Till Tantau
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+% See the file doc/generic/pgf/licenses/LICENSE for more details.
+
+
+% ConTeXt module pgfcore.
+
+
+\ifx\pgfcoredefined\undefined
+\let\pgfcoredefined=\relax
+
+\input t-pgfsys.tex
+
+\edef\pgfcoreatcode{\the\catcode`\@}
+\edef\pgfcorebarcode{\the\catcode`\|}
+\catcode`\@=11
+\catcode`\|=12
+
+\input pgfcore.code.tex
+
+\catcode`\@=\pgfcoreatcode
+\catcode`\|=\pgfcorebarcode
+
+\let\startpgfpicture=\pgfpicture
+\let\stoppgfpicture=\endpgfpicture
+
+\let\startpgfscope=\pgfscope
+\let\stoppgfscope=\endpgfscope
+
+\let\startpgflowlevelscope=\pgflowlevelscope
+\let\stoppgflowlevelscope=\endpgflowlevelscope
+
+\let\startpgfinterruptpath=\pgfinterruptpath
+\let\stoppgfinterruptpath=\endpgfinterruptpath
+
+\let\startpgfinterruptpicture=\pgfinterruptpicture
+\let\stoppgfinterruptpicture=\endpgfinterruptpicture
+
+\fi
+
+\endinput \ No newline at end of file