summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/etoolbox
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-07-16 03:02:38 +0000
committerNorbert Preining <norbert@preining.info>2020-07-16 03:02:38 +0000
commit545097774851316dfcb923ebf87501026949a9b4 (patch)
tree770038ed3603890864f5508b68a248f69d46b604 /macros/latex/contrib/etoolbox
parent2e831b2bb763d3a1892a395c43f8b8248936b9dd (diff)
CTAN sync 202007160302
Diffstat (limited to 'macros/latex/contrib/etoolbox')
-rw-r--r--macros/latex/contrib/etoolbox/etoolbox.def2
-rw-r--r--macros/latex/contrib/etoolbox/etoolbox.pdfbin224558 -> 227357 bytes
-rw-r--r--macros/latex/contrib/etoolbox/etoolbox.sty14
-rw-r--r--macros/latex/contrib/etoolbox/etoolbox.tex10
4 files changed, 20 insertions, 6 deletions
diff --git a/macros/latex/contrib/etoolbox/etoolbox.def b/macros/latex/contrib/etoolbox/etoolbox.def
index 641fe191ea..fb9dfc0ac3 100644
--- a/macros/latex/contrib/etoolbox/etoolbox.def
+++ b/macros/latex/contrib/etoolbox/etoolbox.def
@@ -1,5 +1,5 @@
\ProvidesFile{etoolbox.def}
- [2019/09/21 v2.5h etoolbox debug messages (JAW)]
+ [2020/07/15 v2.5i etoolbox debug messages (JAW)]
\begingroup
\makeatletter
diff --git a/macros/latex/contrib/etoolbox/etoolbox.pdf b/macros/latex/contrib/etoolbox/etoolbox.pdf
index a2e0c6fd18..995fa2140f 100644
--- a/macros/latex/contrib/etoolbox/etoolbox.pdf
+++ b/macros/latex/contrib/etoolbox/etoolbox.pdf
Binary files differ
diff --git a/macros/latex/contrib/etoolbox/etoolbox.sty b/macros/latex/contrib/etoolbox/etoolbox.sty
index 7d6f4502ec..43e00958b5 100644
--- a/macros/latex/contrib/etoolbox/etoolbox.sty
+++ b/macros/latex/contrib/etoolbox/etoolbox.sty
@@ -1,5 +1,5 @@
% Copyright (c) 2007-2011 Philipp Lehman.
-% (c) 2015-2019 Joseph Wright
+% (c) 2015-2020 Joseph Wright
%
% Permission is granted to copy, distribute and/or modify this
% software under the terms of the LaTeX Project Public License
@@ -12,7 +12,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{etoolbox}
- [2019/09/21 v2.5h e-TeX tools for LaTeX (JAW)]
+ [2020/07/15 v2.5i e-TeX tools for LaTeX (JAW)]
\begingroup
\@ifundefined{eTeXversion}
@@ -1697,6 +1697,16 @@
\newcommand*{\dolistcsloop}{\forlistcsloop\do}
+\ifdef\AddToHook
+ {%
+ \newrobustcmd*{\AtEndPreamble}{\AddToHook{env/document/begin}}%
+ \let\AfterPreamble\AtBeginDocument
+ \newrobustcmd*{\AfterEndPreamble}{\AddToHook{begindocument/end}}%
+ \newrobustcmd*{\AfterEndDocument}{\AddToHook{enddocument/end}}%
+ \endinput
+ }
+ {}
+
% {<code>}
\newrobustcmd*{\AtEndPreamble}{\gappto\@endpreamblehook}
diff --git a/macros/latex/contrib/etoolbox/etoolbox.tex b/macros/latex/contrib/etoolbox/etoolbox.tex
index 813690fae2..9eae069874 100644
--- a/macros/latex/contrib/etoolbox/etoolbox.tex
+++ b/macros/latex/contrib/etoolbox/etoolbox.tex
@@ -12,8 +12,8 @@
url={http://www.ctan.org/pkg/etoolbox/},
author={Philipp Lehman, Joseph Wright},
email={joseph.wright@morningstar2.co.uk},
- revision={v2.5h},
- date={2019/09/21}}
+ revision={v2.5i},
+ date={2020/07/15}}
\hypersetup{%
pdftitle={The etoolbox Package},
@@ -35,7 +35,7 @@ The \sty{etoolbox} package is a toolbox of programming tools geared primarily to
\subsection{License}
-Copyright \textcopyright\ 2007--2011 Philipp Lehman, 2015--2018 Joseph Wright. Permission is granted to copy, distribute and\slash or modify this software under the terms of the \lppl, version 1.3c or later.\fnurl{http://www.latex-project.org/lppl/}
+Copyright \textcopyright\ 2007--2011 Philipp Lehman, 2015--2020 Joseph Wright. Permission is granted to copy, distribute and\slash or modify this software under the terms of the \lppl, version 1.3c or later.\fnurl{http://www.latex-project.org/lppl/}
\section{User Commands}
\label{use}
@@ -1297,6 +1297,10 @@ This revision history is a list of changes relevant to users of this package. Ch
\begin{changelog}
+\begin{release}{2.5i}{2020-07-13}
+\item Track \LaTeXe{} kernel changes
+\end{release}
+
\begin{release}{2.5h}{2019-09-21}
\item Add missing \cmd{gundef}
\end{release}