diff options
author | Karl Berry <karl@freefriends.org> | 2008-02-23 00:49:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-02-23 00:49:54 +0000 |
commit | 4fc1af1461e934c39f8f5e10d5d8788681d82223 (patch) | |
tree | 7716e8a3e8787a3d11c5ce728d21b808f786ce7d /Master/texmf-dist/tex/context | |
parent | 6f5a4edf390b6e05291d7a4b816782b14122a205 (diff) |
tikz/pgf 2.0 first attempt (22feb08)
git-svn-id: svn://tug.org/texlive/trunk@6741 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context')
11 files changed, 56 insertions, 99 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 e09de5b7f70..eab81dec5b4 100644 --- a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgf.tex +++ b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgf.tex @@ -16,13 +16,11 @@ \input t-pgfcor.tex -\input t-pgfbsh.tex -\input t-pgfbpl.tex -\input t-pgfbim.tex -\input t-pgfbla.tex -\input t-pgfbsn.tex -\input t-pgfbpt.tex -\input t-pgfbma.tex +\usepgfmodule[shapes,plot] + +%\input t-pgfbsn.tex +%\input t-pgfbde.tex +%\input t-pgfbma.tex \fi diff --git a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbim.tex b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbim.tex index 3545a72dcd6..7e1cad0623f 100644 --- a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbim.tex +++ b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbim.tex @@ -10,17 +10,6 @@ % ConTeXt module pgfbaseimage. -\edef\pgfbaseimageatcode{\the\catcode`\@} -\edef\pgfbaseimagebarcode{\the\catcode`\|} -\edef\pgfbaseimageexclaimcode{\the\catcode`\!} -\catcode`\@=11 -\catcode`\|=12 -\catcode`\!=12 - -\input pgfbaseimage.code.tex - -\catcode`\@=\pgfbaseimageatcode -\catcode`\|=\pgfbaseimagebarcode -\catcode`\!=\pgfbaseimageexclaimcode +\PackageWarning{pgf}{This module is obsolete and no longer needed} \endinput
\ No newline at end of file diff --git a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbla.tex b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbla.tex index 26e7ac48348..982d83e4d58 100644 --- a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbla.tex +++ b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbla.tex @@ -10,20 +10,6 @@ % ConTeXt module pgfbaselayers. -\edef\pgfbaselayersatcode{\the\catcode`\@} -\edef\pgfbaselayersbarcode{\the\catcode`\|} -\edef\pgfbaselayersexclaimcode{\the\catcode`\!} -\catcode`\@=11 -\catcode`\|=12 -\catcode`\!=12 - -\input pgfbaselayers.code.tex - -\catcode`\@=\pgfbaselayersatcode -\catcode`\|=\pgfbaselayersbarcode -\catcode`\!=\pgfbaselayersexclaimcode - -\let\startpgfonlayer=\pgfonlayer -\let\stoppgfonlayer=\endpgfonlayer +\PackageWarning{pgf}{This module is obsolete and no longer needed} \endinput
\ No newline at end of file diff --git a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbma.tex b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbma.tex index 2cba8f9b278..a326d049025 100644 --- a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbma.tex +++ b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbma.tex @@ -10,17 +10,8 @@ % ConTeXt module pgfbasematrix. -\edef\pgfbasematrixatcode{\the\catcode`\@} -\edef\pgfbasematrixbarcode{\the\catcode`\|} -\edef\pgfbasematrixexclaimcode{\the\catcode`\!} -\catcode`\@=11 -\catcode`\|=12 -\catcode`\!=12 +\PackageWarning{pgf}{This module is obsolete. Use \string\usepgfmodule[matrix] instead} -\input pgfbasematrix.code.tex - -\catcode`\@=\pgfbasematrixatcode -\catcode`\|=\pgfbasematrixbarcode -\catcode`\|=\pgfbasematrixexclaimcode +\usepgfmodule[matrix] \endinput
\ No newline at end of file diff --git a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbpl.tex b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbpl.tex index f2884d85be4..be25da0217d 100644 --- a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbpl.tex +++ b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbpl.tex @@ -10,17 +10,9 @@ % ConTeXt module pgfbaseplot. -\edef\pgfbaseplotatcode{\the\catcode`\@} -\edef\pgfbaseplotbarcode{\the\catcode`\|} -\edef\pgfbaseplotexclaimcode{\the\catcode`\!} -\catcode`\@=11 -\catcode`\|=12 -\catcode`\!=12 +\PackageWarning{pgf}{This module is obsolete. Use \string\usepgfmodule[plot] instead} -\input pgfbaseplot.code.tex +\usepgfmodule[plot] -\catcode`\@=\pgfbaseplotatcode -\catcode`\|=\pgfbaseplotbarcode -\catcode`\|=\pgfbaseplotexclaimcode \endinput
\ No newline at end of file diff --git a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbpt.tex b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbpt.tex index 20ac6d984b9..ce33b46c67d 100644 --- a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbpt.tex +++ b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbpt.tex @@ -10,17 +10,6 @@ % ConTeXt module pgfbasepatterns. -\edef\pgfbasepatternsatcode{\the\catcode`\@} -\edef\pgfbasepatternsbarcode{\the\catcode`\|} -\edef\pgfbasepatternsexclaimcode{\the\catcode`\!} -\catcode`\@=11 -\catcode`\|=12 -\catcode`\!=12 - -\input pgfbasepatterns.code.tex - -\catcode`\@=\pgfbasepatternsatcode -\catcode`\|=\pgfbasepatternsbarcode -\catcode`\!=\pgfbasepatternsexclaimcode +\PackageWarning{pgf}{This module is obsolete and no longer needed} \endinput
\ No newline at end of file diff --git a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbsh.tex b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbsh.tex index 02dfd4c0ae9..e7d83ce0c41 100644 --- a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbsh.tex +++ b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbsh.tex @@ -10,17 +10,8 @@ % ConTeXt module pgfbaseshapes. -\edef\pgfbaseshapesatcode{\the\catcode`\@} -\edef\pgfbaseshapesbarcode{\the\catcode`\|} -\edef\pgfbaseshapesexclaimcode{\the\catcode`\!} -\catcode`\@=11 -\catcode`\|=12 -\catcode`\!=12 +\PackageWarning{pgf}{This module is obsolete. Use \string\usepgfmodule[shapes] instead} -\input pgfbaseshapes.code.tex - -\catcode`\@=\pgfbaseshapesatcode -\catcode`\|=\pgfbaseshapesbarcode -\catcode`\!=\pgfbaseshapesexclaimcode +\usepgfmodule[shapes] \endinput
\ No newline at end of file diff --git a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbsn.tex b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbsn.tex index 1c50fb16ec0..037108b1d69 100644 --- a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbsn.tex +++ b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbsn.tex @@ -10,17 +10,9 @@ % ConTeXt module pgfbasesnakes. -\edef\pgfbasesnakesatcode{\the\catcode`\@} -\edef\pgfbasesnakesbarcode{\the\catcode`\|} -\edef\pgfbasesnakesexclaimcode{\the\catcode`\!} -\catcode`\@=11 -\catcode`\|=12 -\catcode`\!=12 +\PackageWarning{pgf}{This module is obsolete. Use \string\usepgfmodule[decorations] instead} -\input pgfbasesnakes.code.tex +\usepgfmodule[decorations] -\catcode`\@=\pgfbasesnakesatcode -\catcode`\|=\pgfbasesnakesbarcode -\catcode`\!=\pgfbasesnakesexclaimcode \endinput
\ No newline at end of file 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 7a7f3a4f87c..d3fc269d385 100644 --- a/Master/texmf-dist/tex/context/pgf/frontendlayer/t-tikz.tex +++ b/Master/texmf-dist/tex/context/pgf/frontendlayer/t-tikz.tex @@ -10,7 +10,7 @@ % ConTeXt module tikz. -\input xkeyval.tex +% \input xkeyval.tex % no longer used/needed \input t-pgf.tex \input t-pgffor.tex diff --git a/Master/texmf-dist/tex/context/pgf/utilities/t-pgfkey.tex b/Master/texmf-dist/tex/context/pgf/utilities/t-pgfkey.tex new file mode 100644 index 00000000000..dbc393a8276 --- /dev/null +++ b/Master/texmf-dist/tex/context/pgf/utilities/t-pgfkey.tex @@ -0,0 +1,27 @@ +% 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 pgfkeys. + +\ifx\pgfkeysdefined\undefined +\let\pgfkeysdefined=\relax + +\edef\pgfkeysatcode{\the\catcode`\@} +\edef\pgfkeysbarcode{\the\catcode`\|} +\catcode`\@=11 +\catcode`\|=12 + +\input pgfkeys.code.tex + +\catcode`\@=\pgfkeysatcode +\catcode`\|=\pgfkeysbarcode + +\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 2c188539d45..ab7b456f5c7 100644 --- a/Master/texmf-dist/tex/context/pgf/utilities/t-pgfmod.tex +++ b/Master/texmf-dist/tex/context/pgf/utilities/t-pgfmod.tex @@ -22,19 +22,21 @@ \ifx\pgfmoddefined\undefined \let\pgfmoddefined=\relax -\definefilesynonym [pgfmath] [pgfmat] +\definefilesynonym [pgfmath] [pgfmat] +\definefilesynonym [pgfkeys] [pgfkey] -\definefilesynonym [pgfcore] [pgfcor] +\definefilesynonym [pgfcore] [pgfcor] -\definefilesynonym [pgfbasesnakes] [pgfbsn] -\definefilesynonym [pgfbaseshapes] [pgfbsh] -\definefilesynonym [pgfbaseplots] [pgfbpl] -\definefilesynonym [pgfbaselayers] [pgfbla] -\definefilesynonym [pgfbaseimage] [pgfbim] -\definefilesynonym [pgfbasepatterns] [pgfbpt] -\definefilesynonym [pgfbasematrix] [pgfbma] +\definefilesynonym [pgfbasesnakes] [pgfbsn] +\definefilesynonym [pgfbaseshapes] [pgfbsh] +\definefilesynonym [pgfbaseplots] [pgfbpl] +\definefilesynonym [pgfbaselayers] [pgfbla] +\definefilesynonym [pgfbaseimage] [pgfbim] +\definefilesynonym [pgfbasepatterns] [pgfbpt] +\definefilesynonym [pgfbasematrix] [pgfbma] +\definefilesynonym [pgfbasetransparency] [pgfbtr] -\definefilesynonym [pgfcalendar] [pgfcal] +\definefilesynonym [pgfcalendar] [pgfcal] \fi |