[latex3-commits] [latex3/latex2e] cleanup-firstaid: remove unneeded firstaid code for everysel (2121cb1b)
github at latex-project.org
github at latex-project.org
Tue Jul 18 20:45:37 CEST 2023
Repository : https://github.com/latex3/latex2e
On branch : cleanup-firstaid
Link : https://github.com/latex3/latex2e/commit/2121cb1b7cc581ffd41970f1499c7c1d92805e7b
>---------------------------------------------------------------
commit 2121cb1b7cc581ffd41970f1499c7c1d92805e7b
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Tue Jul 18 20:45:37 2023 +0200
remove unneeded firstaid code for everysel
>---------------------------------------------------------------
2121cb1b7cc581ffd41970f1499c7c1d92805e7b
required/firstaid/changes.txt | 6 ++-
required/firstaid/firstaid.ins | 3 --
.../latex2e-first-aid-for-external-files.dtx | 44 +---------------------
3 files changed, 6 insertions(+), 47 deletions(-)
diff --git a/required/firstaid/changes.txt b/required/firstaid/changes.txt
index e3269578..aeb16867 100644
--- a/required/firstaid/changes.txt
+++ b/required/firstaid/changes.txt
@@ -1,3 +1,7 @@
+2023-07-18 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
+ * latex2e-first-aid-for-external-files.dtx: remove no longer needed code for
+ everysel
+
2023-05-20 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
* latex2e-first-aid-for-external-files.dtx: removed temporary fix for
@@ -137,5 +141,3 @@
* latex2e-first-aid-for-external-files.dtx:
Initial version for 2020-10-01 release containing first aid
for packages bidi, filehook and class dinbrief.
-
-
diff --git a/required/firstaid/firstaid.ins b/required/firstaid/firstaid.ins
index ff505a46..b3f30c30 100644
--- a/required/firstaid/firstaid.ins
+++ b/required/firstaid/firstaid.ins
@@ -72,7 +72,4 @@ without such generated files.
\generate{\file{filehook-ltx.sty}
{\from{latex2e-first-aid-for-external-files.dtx}{filehook-ltx}}}
-\generate{\file{everysel-ltx.sty}
- {\from{latex2e-first-aid-for-external-files.dtx}{everysel-ltx}}}
-
\endbatchfile
diff --git a/required/firstaid/latex2e-first-aid-for-external-files.dtx b/required/firstaid/latex2e-first-aid-for-external-files.dtx
index 90958ed7..2c1951e9 100644
--- a/required/firstaid/latex2e-first-aid-for-external-files.dtx
+++ b/required/firstaid/latex2e-first-aid-for-external-files.dtx
@@ -111,8 +111,8 @@
% \end{macrocode}
%
% \begin{macrocode}
-\def\LaTeXFirstAidDate{2023/05/20}
-\def\LaTeXFirstAidVersion{v1.0z}
+\def\LaTeXFirstAidDate{2023/07/18}
+\def\LaTeXFirstAidVersion{v1.1a}
% \end{macrocode}
%
% \begin{macrocode}
@@ -482,46 +482,6 @@
%</kernel>
% \end{macrocode}
%
-% \subsection{The \pkg{everysel} package first aid}
-%
-%
-% The \cs{selectfont} command got a hook (with the 2021/05 release) which
-% was originally provided by the \pkg{everysel}
-% package. Now that it is in the kernel this package is no longer
-% needed (or only in a simplified manner).
-%
-% If it is requested we replace it with a simplified package
-% (until) it gets updated at which point this line can be removed.
-% \changes{v2.2k}{2020/12/04}{Emulate everysel package}
-% \begin{macrocode}
-%<*kernel>
-% this has been updated
-%\declare at file@substitution{everysel.sty}{everysel-ltx.sty}
-%</kernel>
-% \end{macrocode}
-%
-%
-%
-% \begin{macrocode}
-%<*everysel-ltx>
-\ProvidesPackage{everysel-ltx}
- [2020/12/04 v1.0a
- Emulation of the original everysel^^Jpackage with kernel methods]
-% \end{macrocode}
-%
-% \begin{macrocode}
-\newcommand*{\EverySelectfont}[1]
- {\AddToHook{selectfont}{#1}}
-\newcommand*{\AtNextSelectfont}[1]
- {\AddToHookNext{selectfont}{#1}}
-% \end{macrocode}
-%
-%
-% \begin{macrocode}
-%</everysel-ltx>
-% \end{macrocode}
-%
-%
%
% \begin{macrocode}
%<*kernel>
More information about the latex3-commits
mailing list.