summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-06-17 23:22:38 +0000
committerKarl Berry <karl@freefriends.org>2007-06-17 23:22:38 +0000
commit5c5c7843fbd37c6960799b6e1a32d5948966316c (patch)
treeea73f6b5ba799656992ebe2f34beccd2555f1342 /Master/texmf-dist/tex/context
parentf0c1f4cdb9fad83f293fd91d194538425f9f7633 (diff)
pgf 1.18 (15jun07)
git-svn-id: svn://tug.org/texlive/trunk@4459 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context')
-rw-r--r--Master/texmf-dist/tex/context/pgf/basiclayer/t-pgf.tex1
-rw-r--r--Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbma.tex26
-rw-r--r--Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfcor.tex3
-rw-r--r--Master/texmf-dist/tex/context/pgf/math/t-pgfmat.tex31
-rw-r--r--Master/texmf-dist/tex/context/pgf/utilities/t-pgfcal.tex29
-rw-r--r--Master/texmf-dist/tex/context/pgf/utilities/t-pgfmod.tex7
6 files changed, 96 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgf.tex b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgf.tex
index 9d272ea5567..e09de5b7f70 100644
--- a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgf.tex
+++ b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgf.tex
@@ -22,6 +22,7 @@
\input t-pgfbla.tex
\input t-pgfbsn.tex
\input t-pgfbpt.tex
+\input t-pgfbma.tex
\fi
diff --git a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbma.tex b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbma.tex
new file mode 100644
index 00000000000..2cba8f9b278
--- /dev/null
+++ b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbma.tex
@@ -0,0 +1,26 @@
+% 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 pgfbasematrix.
+
+\edef\pgfbasematrixatcode{\the\catcode`\@}
+\edef\pgfbasematrixbarcode{\the\catcode`\|}
+\edef\pgfbasematrixexclaimcode{\the\catcode`\!}
+\catcode`\@=11
+\catcode`\|=12
+\catcode`\!=12
+
+\input pgfbasematrix.code.tex
+
+\catcode`\@=\pgfbasematrixatcode
+\catcode`\|=\pgfbasematrixbarcode
+\catcode`\|=\pgfbasematrixexclaimcode
+
+\endinput \ No newline at end of file
diff --git a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfcor.tex b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfcor.tex
index be03adc2afd..6b4eab5c212 100644
--- a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfcor.tex
+++ b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfcor.tex
@@ -44,6 +44,9 @@
\let\startpgfinterruptpicture=\pgfinterruptpicture
\let\stoppgfinterruptpicture=\endpgfinterruptpicture
+\let\startpgfinterruptboundingbox=\pgfinterruptboundinbox
+\let\stoppgfinterruptboudingbox=\endpgfinterruptboundingbox
+
\fi
\endinput \ No newline at end of file
diff --git a/Master/texmf-dist/tex/context/pgf/math/t-pgfmat.tex b/Master/texmf-dist/tex/context/pgf/math/t-pgfmat.tex
new file mode 100644
index 00000000000..45fc7606906
--- /dev/null
+++ b/Master/texmf-dist/tex/context/pgf/math/t-pgfmat.tex
@@ -0,0 +1,31 @@
+% Copyright 2007 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 pgfmath.
+
+\ifx\pgfmathdefined\undefined
+\let\pgfmathdefined=\relax
+
+\edef\pgfmathatcode{\the\catcode`\@}
+\edef\pgfmathbarcode{\the\catcode`\|}
+\edef\pgfmathexclaimcode{\the\catcode`\!}
+\catcode`\@=11
+\catcode`\|=12
+\catcode`\!=12
+
+\input pgfmath.code.tex
+
+\catcode`\@=\pgfmathatcode
+\catcode`\|=\pgfmathbarcode
+\catcode`\!=\pgfmathexclaimcode
+
+\fi
+
+\endinput \ No newline at end of file
diff --git a/Master/texmf-dist/tex/context/pgf/utilities/t-pgfcal.tex b/Master/texmf-dist/tex/context/pgf/utilities/t-pgfcal.tex
new file mode 100644
index 00000000000..693a3826fee
--- /dev/null
+++ b/Master/texmf-dist/tex/context/pgf/utilities/t-pgfcal.tex
@@ -0,0 +1,29 @@
+% 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 pgfcalendar.
+
+\ifx\pgfcalendardefined\undefined
+\let\pgfcalendardefined=\relax
+
+\input t-pgfrcs.tex
+
+\edef\pgfcalendaratcode{\the\catcode`\@}
+\edef\pgfcalendarbarcode{\the\catcode`\|}
+\catcode`\@=11
+\catcode`\|=12
+
+\input pgfcalendar.code.tex
+
+\catcode`\@=\pgfcalendaratcode
+\catcode`\|=\pgfcalendarbarcode
+
+\fi
+
+\endinput \ No newline at end of file
diff --git a/Master/texmf-dist/tex/context/pgf/utilities/t-pgfmod.tex b/Master/texmf-dist/tex/context/pgf/utilities/t-pgfmod.tex
index 6f5a41e5b95..2c188539d45 100644
--- a/Master/texmf-dist/tex/context/pgf/utilities/t-pgfmod.tex
+++ b/Master/texmf-dist/tex/context/pgf/utilities/t-pgfmod.tex
@@ -22,7 +22,9 @@
\ifx\pgfmoddefined\undefined
\let\pgfmoddefined=\relax
-\definefilesynonym [pgfcore] [pgfcor]
+\definefilesynonym [pgfmath] [pgfmat]
+
+\definefilesynonym [pgfcore] [pgfcor]
\definefilesynonym [pgfbasesnakes] [pgfbsn]
\definefilesynonym [pgfbaseshapes] [pgfbsh]
@@ -30,6 +32,9 @@
\definefilesynonym [pgfbaselayers] [pgfbla]
\definefilesynonym [pgfbaseimage] [pgfbim]
\definefilesynonym [pgfbasepatterns] [pgfbpt]
+\definefilesynonym [pgfbasematrix] [pgfbma]
+
+\definefilesynonym [pgfcalendar] [pgfcal]
\fi