[latex3-commits] [git/LaTeX3-latex3-latex2e] gh648: Fix doc build (350b1ce1)
PhelypeOleinik
phelype.oleinik at latex-project.org
Fri Aug 27 05:18:41 CEST 2021
Repository : https://github.com/latex3/latex2e
On branch : gh648
Link : https://github.com/latex3/latex2e/commit/350b1ce1821eea4ea97ed018d100be7748ec48f7
>---------------------------------------------------------------
commit 350b1ce1821eea4ea97ed018d100be7748ec48f7
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date: Fri Aug 27 00:18:41 2021 -0300
Fix doc build
>---------------------------------------------------------------
350b1ce1821eea4ea97ed018d100be7748ec48f7
base/doc/ltnews34.tex | 8 +++-----
base/lthooks.dtx | 4 ++--
2 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/base/doc/ltnews34.tex b/base/doc/ltnews34.tex
index 02de5d25..62039d3f 100644
--- a/base/doc/ltnews34.tex
+++ b/base/doc/ltnews34.tex
@@ -48,8 +48,6 @@
\usepackage{lmodern,url,hologo}
\usepackage{csquotes}
-\usepackage{booktabs}
-\usepackage{array}
\usepackage{multicol}
\providecommand\hook[1]{\texttt{#1}}
@@ -196,9 +194,9 @@ their is in the middle, as with other hooks. The changes were:
\begin{center}
\small\ttfamily
\begin{tabular}{l@{\;$\rightarrow$\;}l}
- \toprule
+ \hline
\multicolumn{1}{l}{Old name} & \rmfamily New name \\
- \midrule
+ \hline
file/before/\meta{name} & file/\meta{name}/before \\
file/after/\meta{name} & file/\meta{name}/after \\
package/before/\meta{name} & package/\meta{name}/before \\
@@ -208,7 +206,7 @@ their is in the middle, as with other hooks. The changes were:
include/before/\meta{name} & include/\meta{name}/before \\
include/end/\meta{name} & include/\meta{name}/end \\
include/after/\meta{name} & include/\meta{name}/after \\
- \bottomrule
+ \hline
\end{tabular}
\end{center}
diff --git a/base/lthooks.dtx b/base/lthooks.dtx
index 47a88e58..ccdc4b4a 100644
--- a/base/lthooks.dtx
+++ b/base/lthooks.dtx
@@ -3194,9 +3194,11 @@
% \begin{macro}[EXP]{\@@_file_hook_normalize:n}
% \begin{macro}[EXP]{\@@_strip_double_slash:n,\@@_strip_double_slash:w}
%
+% \begin{macrocode}
%<latexrelease>\IncludeInRelease{2021/11/15}{\@@_file_hook_normalize:n}%
%<latexrelease> {Standardise~generic~hook~names}
%<latexrelease>\EndIncludeInRelease
+% \end{macrocode}
%
% When a file-specific hook is found, before being declared it is
% lightly normalized by \cs{@@_file_hook_normalize:n}. The current
@@ -4617,8 +4619,6 @@
% \end{macrocode}
% \end{macro}
% \end{macro}
-% \end{macro}
-% \end{macro}
%
% \begin{macro}{\hook_use_once:n}
% For hooks that can and should be used only once we have a special
More information about the latex3-commits
mailing list.