[latex3-commits] [latex3/latex2e] latex-lab/blocks: starting firstaid for verse.sty (5eabbc1f)
github at latex-project.org
github at latex-project.org
Sat Mar 16 16:00:37 CET 2024
Repository : https://github.com/latex3/latex2e
On branch : latex-lab/blocks
Link : https://github.com/latex3/latex2e/commit/5eabbc1feff1f97a53c523bdbc24031d08c25cbd
>---------------------------------------------------------------
commit 5eabbc1feff1f97a53c523bdbc24031d08c25cbd
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Sat Mar 16 16:00:37 2024 +0100
starting firstaid for verse.sty
>---------------------------------------------------------------
5eabbc1feff1f97a53c523bdbc24031d08c25cbd
required/latex-lab/latex-lab-firstaid.dtx | 30 +++++++++++++++++++++++++++---
1 file changed, 27 insertions(+), 3 deletions(-)
diff --git a/required/latex-lab/latex-lab-firstaid.dtx b/required/latex-lab/latex-lab-firstaid.dtx
index a50b3678..412d0f35 100644
--- a/required/latex-lab/latex-lab-firstaid.dtx
+++ b/required/latex-lab/latex-lab-firstaid.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-%% File: latex-lab-firstaid.dtx (C) Copyright 2023 LaTeX Project
+%% File: latex-lab-firstaid.dtx (C) Copyright 2023-2024 LaTeX Project
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -16,8 +16,8 @@
%
% for those people who are interested or want to report an issue.
%
-\def\ltlabfirstaiddate{2024-01-21}
-\def\ltlabfirstaidversion{0.85b}
+\def\ltlabfirstaiddate{2024-03-16}
+\def\ltlabfirstaidversion{0.85c}
%<*driver>
\documentclass{l3doc}
\EnableCrossrefs
@@ -55,6 +55,7 @@
% patches once the packages have been updated.
% \section{Implementation}
+%
% \begin{macrocode}
%<*package>
%<@@=tag>
@@ -75,7 +76,23 @@
\AddToHook{class/amsbook/after}
{\def\@author{\authors}}
% \end{macrocode}
+%
+%
+%
% \subsection{blindtext}
+%
+% \begin{macrocode}
+\AddToHook{fpackage/verse/after}[latex-lab-firstaid]{%
+ \FirstAidNeededT{verse}{sty}{2014/05/10 v2.4b verse typesetting}%
+ {%
+ }%
+}
+%
+%
+%
+%
+% \subsection{blindtext}
+%
% The blindtext package generates lists with nested \cs{loop} command.
% The inner loop introduces a group around the list which error when lists are tagged
% as \cs{@doendpe} is lost.
@@ -116,7 +133,10 @@
}%
}
% \end{macrocode}
+%
+%
% \subsection{cleveref}
+%
% The cleveref package redefines \cs{@makefntext} and this means that the patches in
% the new footnote code fails. We use a hook instead
% \begin{macrocode}
@@ -140,9 +160,13 @@
}%
}
% \end{macrocode}
+%
+%
% \begin{macrocode}
%</package>
% \end{macrocode}
+%
+%
% \begin{macrocode}
%<*latex-lab>
\ProvidesFile{firstaid-latex-lab-testphase.ltx}
More information about the latex3-commits
mailing list.