diff options
Diffstat (limited to 'macros/plain/graphics')
-rw-r--r-- | macros/plain/graphics/README.md | 5 | ||||
-rw-r--r-- | macros/plain/graphics/miniltx.tex | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/macros/plain/graphics/README.md b/macros/plain/graphics/README.md index d82138a650..4b367d6341 100644 --- a/macros/plain/graphics/README.md +++ b/macros/plain/graphics/README.md @@ -25,9 +25,10 @@ David Carlisle 2022/06/13 2022/09/27 2022/09/28 -2022/12/02 +2022/12/02 +2023/11/09 -Copyright 1995 1996 2016 2017 2018 2020 2021 2022 David Carlisle +Copyright 1995-2023 David Carlisle All the files in this directory may be redistributed and/or modified under the terms of the LaTeX Project Public License distributed from diff --git a/macros/plain/graphics/miniltx.tex b/macros/plain/graphics/miniltx.tex index ff4e78d0e3..84de442c2c 100644 --- a/macros/plain/graphics/miniltx.tex +++ b/macros/plain/graphics/miniltx.tex @@ -30,7 +30,8 @@ % 2021/11/15 Define \@backslashchar for issue #4 % 2022/06/13 Define \@ehd error help (usedby color errors) % Define fallback \mathcolor so color package does not require expl3 -% 2022/09/28 Make \newdimen non-\outer for nw .def files +% 2022/09/28 Make \newdimen non-\outer for new .def files +% 2023/11/09Guard against \@hash@ already being let to # \edef\resetatcatcode{\catcode`\noexpand\@\the\catcode`\@\relax} @@ -186,6 +187,7 @@ \else \@x@protect#1% \fi} +\let\@hash@\relax \long\def\@yargdef#1#2#3{% \@tempcnta#3\relax \advance \@tempcnta \@ne |