diff options
author | Karl Berry <karl@freefriends.org> | 2020-10-05 20:52:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-10-05 20:52:29 +0000 |
commit | f40d3e26258b5b5822ab3e96fc078de81c2d899d (patch) | |
tree | e6cbd9612b52821a54f47f45ff046ebe2d6c7f23 /Master/texmf-dist | |
parent | 5570b707eb0240d778c13369f8b1d4799769fdc3 (diff) |
etoolbox (5oct20)
git-svn-id: svn://tug.org/texlive/trunk@56554 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdf | bin | 227908 -> 227785 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/etoolbox/etoolbox.def | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty | 5 |
4 files changed, 10 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdf b/Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdf Binary files differindex 2117815e0c7..e219fa2b7b8 100644 --- a/Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdf +++ b/Master/texmf-dist/doc/latex/etoolbox/etoolbox.pdf diff --git a/Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex b/Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex index 415a88b797a..1049a502cf1 100644 --- a/Master/texmf-dist/doc/latex/etoolbox/etoolbox.tex +++ b/Master/texmf-dist/doc/latex/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.5j}, - date={2020/08/24}} + revision={v2.5k}, + date={2020/10/05}} \hypersetup{% pdftitle={The etoolbox Package}, @@ -1297,6 +1297,10 @@ This revision history is a list of changes relevant to users of this package. Ch \begin{changelog} +\begin{release}{2.5k}{2020-10-05} +\item Internal updates +\end{release} + \begin{release}{2.5j}{2020-08-24} \item Track \LaTeXe{} kernel changes \end{release} diff --git a/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def b/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def index ad4ac6df7e1..cfbafd62d41 100644 --- a/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def +++ b/Master/texmf-dist/tex/latex/etoolbox/etoolbox.def @@ -1,5 +1,5 @@ \ProvidesFile{etoolbox.def} - [2020/08/24 v2.5j etoolbox debug messages (JAW)] + [2020/10/05 v2.5k etoolbox debug messages (JAW)] \begingroup \makeatletter diff --git a/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty b/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty index 39b4a791b03..4c07ceae9c2 100644 --- a/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty +++ b/Master/texmf-dist/tex/latex/etoolbox/etoolbox.sty @@ -12,7 +12,7 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{etoolbox} - [2020/08/24 v2.5j e-TeX tools for LaTeX (JAW)] + [2020/10/05 v2.5k e-TeX tools for LaTeX (JAW)] \begingroup \@ifundefined{eTeXversion} @@ -1736,7 +1736,8 @@ \newcommand*{\dolistcsloop}{\forlistcsloop\do} -\ifdef\AddToHook +\providecommand\IfFormatAtLeastTF{\@ifl@t@r\fmtversion} +\IfFormatAtLeastTF{2020-10-01} {% \newrobustcmd*{\AtEndPreamble}{\AddToHook{begindocument/before}}% \let\AfterPreamble\AtBeginDocument |