diff options
author | Karl Berry <karl@freefriends.org> | 2022-09-27 20:33:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-09-27 20:33:11 +0000 |
commit | d3aff7aca8ab5bf17a9d63151a907893580f3889 (patch) | |
tree | 513e562bc9d35c5a13dc2cf6b7a159de214d7c5d /Master/texmf-dist/tex/plain | |
parent | c76b2aad9860c74fce4dc1b41b0271fc3b1e549e (diff) |
graphics-pln (27sep22)
git-svn-id: svn://tug.org/texlive/trunk@64532 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/plain')
-rw-r--r-- | Master/texmf-dist/tex/plain/graphics-pln/color.tex | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/plain/graphics-pln/graphicx.tex | 7 |
2 files changed, 11 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/plain/graphics-pln/color.tex b/Master/texmf-dist/tex/plain/graphics-pln/color.tex index 9c27d4300e5..538e9e65d34 100644 --- a/Master/texmf-dist/tex/plain/graphics-pln/color.tex +++ b/Master/texmf-dist/tex/plain/graphics-pln/color.tex @@ -3,7 +3,9 @@ \input miniltx - +% \outer :( +\let\OUTER@newdimen\newdimen +\expandafter\def\expandafter\newdimen\expandafter{\newdimen} \ifx\Gin@driver\@undefined \ifx\directlua\@undefined @@ -22,11 +24,11 @@ \fi - \let\@color@protected\protected \expandafter\@gobble\csname protected\endcsname \input color.sty +\let\newdimen\OUTER@newdimen \let\protected\@color@protected \resetatcatcode diff --git a/Master/texmf-dist/tex/plain/graphics-pln/graphicx.tex b/Master/texmf-dist/tex/plain/graphics-pln/graphicx.tex index 4ac9d079775..ada28fa5b64 100644 --- a/Master/texmf-dist/tex/plain/graphics-pln/graphicx.tex +++ b/Master/texmf-dist/tex/plain/graphics-pln/graphicx.tex @@ -9,6 +9,10 @@ \let\ttfamily\tt \fi +% \outer :( +\let\OUTER@newdimen\newdimen +\expandafter\def\expandafter\newdimen\expandafter{\newdimen} + \ifx\Gin@driver\@undefined \ifx\directlua\@undefined \ifx\pdfoutput\@undefined @@ -25,6 +29,7 @@ \fi \fi + \let\GRAPHICS@detokenize\detokenize \ifx\detokenize\@undefined \def\detokenize#1{#1} @@ -34,6 +39,8 @@ \let\protected\relax \fi \input graphicx.sty + +\let\newdimen\OUTER@newdimen \let\detokenize\GRAPHICS@detokenize \let\protected\GRAPHICS@protected \resetatcatcode |