From a6d4e22f961008636a3bfc36f89570e6fa0c85f6 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 3 Nov 2006 06:16:00 +0000 Subject: several updates (sorry Karl, it was a long train ride): updates of packages: screenplay, bussproofs computational-complexity dvdcoll gnuplottex mathmode movie15 pgf pstricks-add pst-labo trfsigns (dvi->pdf move, COPYING file to doc) toptesi tocvsec2 thumb textfit (doc move) added to tpm-ctan-check: typogrid trsym trfsigns tracking toptesi toolbox todo tocvsec2 tocloft tocbibind titling titlefoot thumb textopo textfit teubner tensor git-svn-id: svn://tug.org/texlive/trunk@2382 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbim.tex | 3 +++ Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbla.tex | 3 +++ Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbpl.tex | 3 +++ Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbpt.tex | 3 +++ Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbsh.tex | 3 +++ Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbsn.tex | 3 +++ Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfcor.tex | 3 +++ Master/texmf-dist/tex/context/pgf/frontendlayer/t-tikz.tex | 4 +++- Master/texmf-dist/tex/context/pgf/systemlayer/t-pgfsys.tex | 3 +++ Master/texmf-dist/tex/context/pgf/utilities/t-pgfrcs.tex | 7 ++++++- 10 files changed, 33 insertions(+), 2 deletions(-) (limited to 'Master/texmf-dist/tex/context') 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 093f1d92c9a..3545a72dcd6 100644 --- a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbim.tex +++ b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbim.tex @@ -12,12 +12,15 @@ \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 \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 efc458bf6c3..26e7ac48348 100644 --- a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbla.tex +++ b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbla.tex @@ -12,13 +12,16 @@ \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 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 8dde1e1721c..f2884d85be4 100644 --- a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbpl.tex +++ b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbpl.tex @@ -12,12 +12,15 @@ \edef\pgfbaseplotatcode{\the\catcode`\@} \edef\pgfbaseplotbarcode{\the\catcode`\|} +\edef\pgfbaseplotexclaimcode{\the\catcode`\!} \catcode`\@=11 \catcode`\|=12 +\catcode`\!=12 \input pgfbaseplot.code.tex \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 a6fa8f1bc9c..20ac6d984b9 100644 --- a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbpt.tex +++ b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbpt.tex @@ -12,12 +12,15 @@ \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 \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 45b3af25e99..02dfd4c0ae9 100644 --- a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbsh.tex +++ b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbsh.tex @@ -12,12 +12,15 @@ \edef\pgfbaseshapesatcode{\the\catcode`\@} \edef\pgfbaseshapesbarcode{\the\catcode`\|} +\edef\pgfbaseshapesexclaimcode{\the\catcode`\!} \catcode`\@=11 \catcode`\|=12 +\catcode`\!=12 \input pgfbaseshapes.code.tex \catcode`\@=\pgfbaseshapesatcode \catcode`\|=\pgfbaseshapesbarcode +\catcode`\!=\pgfbaseshapesexclaimcode \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 85ec116206a..1c50fb16ec0 100644 --- a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbsn.tex +++ b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfbsn.tex @@ -12,12 +12,15 @@ \edef\pgfbasesnakesatcode{\the\catcode`\@} \edef\pgfbasesnakesbarcode{\the\catcode`\|} +\edef\pgfbasesnakesexclaimcode{\the\catcode`\!} \catcode`\@=11 \catcode`\|=12 +\catcode`\!=12 \input pgfbasesnakes.code.tex \catcode`\@=\pgfbasesnakesatcode \catcode`\|=\pgfbasesnakesbarcode +\catcode`\!=\pgfbasesnakesexclaimcode \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 afaefba3644..be03adc2afd 100644 --- a/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfcor.tex +++ b/Master/texmf-dist/tex/context/pgf/basiclayer/t-pgfcor.tex @@ -18,13 +18,16 @@ \edef\pgfcoreatcode{\the\catcode`\@} \edef\pgfcorebarcode{\the\catcode`\|} +\edef\pgfcoreexclaimcode{\the\catcode`\!} \catcode`\@=11 \catcode`\|=12 +\catcode`\!=12 \input pgfcore.code.tex \catcode`\@=\pgfcoreatcode \catcode`\|=\pgfcorebarcode +\catcode`\!=\pgfcoreexclaimcode \let\startpgfpicture=\pgfpicture \let\stoppgfpicture=\endpgfpicture 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 diff --git a/Master/texmf-dist/tex/context/pgf/systemlayer/t-pgfsys.tex b/Master/texmf-dist/tex/context/pgf/systemlayer/t-pgfsys.tex index 606062a56be..8b2453b094f 100644 --- a/Master/texmf-dist/tex/context/pgf/systemlayer/t-pgfsys.tex +++ b/Master/texmf-dist/tex/context/pgf/systemlayer/t-pgfsys.tex @@ -17,8 +17,10 @@ \edef\pgfsysatcode{\the\catcode`\@} \edef\pgfsysbarcode{\the\catcode`\|} +\edef\pgfsysexclaimcode{\the\catcode`\!} \catcode`\@=11 \catcode`\|=12 +\catcode`\!=12 \input pgfsys.code.tex \input pgfsyssoftpath.code.tex @@ -26,6 +28,7 @@ \catcode`\@=\pgfsysatcode \catcode`\|=\pgfsysbarcode +\catcode`\!=\pgfsysexclaimcode \fi diff --git a/Master/texmf-dist/tex/context/pgf/utilities/t-pgfrcs.tex b/Master/texmf-dist/tex/context/pgf/utilities/t-pgfrcs.tex index ad48baf1d2c..a0a12dd47be 100644 --- a/Master/texmf-dist/tex/context/pgf/utilities/t-pgfrcs.tex +++ b/Master/texmf-dist/tex/context/pgf/utilities/t-pgfrcs.tex @@ -16,14 +16,19 @@ \edef\pgfrcsatcode{\the\catcode`\@} \edef\pgfrcsbarcode{\the\catcode`\|} +\edef\pgfrcsexclaimcode{\the\catcode`\!} \catcode`\@=11 \catcode`\|=12 +\catcode`\!=12 + +\input pgfutil-common.tex +\input pgfutil-context.def \input pgfrcs.code.tex -\input pgf-latex-emulation.tex \catcode`\@=\pgfrcsatcode \catcode`\|=\pgfrcsbarcode +\catcode`\!=\pgfrcsexclaimcode \fi -- cgit v1.2.3