diff options
-rw-r--r-- | Master/texmf-dist/tex/latex/pdftex-def/pdftex.def | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/pdftex-def/pdftex.def b/Master/texmf-dist/tex/latex/pdftex-def/pdftex.def index 71c9c77f1aa..0b288b87eec 100644 --- a/Master/texmf-dist/tex/latex/pdftex-def/pdftex.def +++ b/Master/texmf-dist/tex/latex/pdftex-def/pdftex.def @@ -1,4 +1,4 @@ -\ProvidesFile{pdftex.def}[2009/08/25 v0.04m Graphics/color for pdfTeX] +\ProvidesFile{pdftex.def}[2010/02/14 v0.04n Graphics/color for pdfTeX] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% %% LaTeX Colour and Graphics support for PDFTeX @@ -187,6 +187,10 @@ % pdftex.def and ConTeXt's support files. % * ConTeXt's support files have now the extension `.mkii' instead % of `.tex'. +% 2010/02/14 v0.04n (HO) +% * \GPT@catcodes extended for xmlTeX (pdftex.def loads +% supp-pdf.mkii at begin document where xmlTeX's catcodes +% are already active). % % Prefix of internal commands for this file `pdftex.def': % \GPT@ (Graphics bundle PdfTex driver) @@ -201,6 +205,10 @@ \catcode64 11 % @ \def\GPT@catcodes#1{% \expandafter\edef\csname GPT@restore@#1\endcsname{% + \endlinechar \the\endlinechar + \catcode9 \the\catcode9 % tab + \catcode13 \the\catcode13 % ^^M + \catcode32 \the\catcode32 % space \catcode33 \the\catcode33 % ! \catcode34 \the\catcode34 % " \catcode35 \the\catcode35 % # @@ -224,15 +232,22 @@ \catcode63 \the\catcode63 % ? \catcode64 \the\catcode64 % @ \catcode91 \the\catcode91 % [ + \catcode92 \the\catcode92 % \ \catcode93 \the\catcode93 % ] \catcode94 \the\catcode94 % ^ \catcode95 \the\catcode95 % _ \catcode96 \the\catcode96 % ` + \catcode123 \the\catcode123 % { \catcode124 \the\catcode124 % | + \catcode125 \the\catcode125 % } \catcode126 \the\catcode126 % ~ }% + \endlinechar 13 % + \catcode9 10 % tab + \catcode13 5 % ^^M (end of line) \catcode64 11 % \catcode61 12 % = + \catcode32 10 % space \catcode33 12 % ! \catcode34 12 % " \catcode35 6 % # @@ -256,11 +271,14 @@ \catcode63 12 % ? \catcode64 11 % @ \catcode91 12 % [ + \catcode92 0 % \ \catcode93 12 % ] \catcode94 7 % ^ \catcode95 8 % _ \catcode96 12 % ` + \catcode123 1 % { \catcode124 12 % | + \catcode125 2 % } \catcode126 13 % ~ } \GPT@catcodes{} |