[latex3-commits] [latex3/latex2e] develop: Correct similar typos of missing backslashes in `macro` env markups (#1225) (cc704066)
github at latex-project.org
github at latex-project.org
Tue Dec 26 09:49:18 CET 2023
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/cc704066a05e5fb1563786558db0cd5f3e91e0ec
>---------------------------------------------------------------
commit cc704066a05e5fb1563786558db0cd5f3e91e0ec
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Tue Dec 26 16:49:18 2023 +0800
Correct similar typos of missing backslashes in `macro` env markups (#1225)
* Correct similar typos of missing backslashes
* Change flag markup in macro env
>---------------------------------------------------------------
cc704066a05e5fb1563786558db0cd5f3e91e0ec
base/changes.txt | 4 ++++
base/doc.dtx | 8 ++++----
base/ltfilehook.dtx | 4 ++--
base/ltfntcmd.dtx | 8 ++++----
base/lthooks.dtx | 4 ++--
5 files changed, 16 insertions(+), 12 deletions(-)
diff --git a/base/changes.txt b/base/changes.txt
index 895be998..57a5bccc 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -9,6 +9,10 @@ not part of the distribution.
2023-12-26 Yukai Chou <muzimuzhi at gmai.com>
* ltproperties.dtx:
Correct typo (gh/1223)
+ * doc.dtx, ltfntcmd.dtx, lthooks.dtx
+ Correct similar typos of missing backslashes
+ * ltfilehook.dtx
+ Change flag markup in macro env
2023-12-02 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
* doc.dtx (subsection{API creation}):
diff --git a/base/doc.dtx b/base/doc.dtx
index ee53875d..25fcf6a9 100644
--- a/base/doc.dtx
+++ b/base/doc.dtx
@@ -45,7 +45,7 @@
%<+package>
%<+package>\ProvidesPackage{doc}
%<+shortvrb>\ProvidesPackage{shortvrb}
-%<+package|shortvrb> [2023/12/02 v3.0n
+%<+package|shortvrb> [2023/12/26 v3.0n
%<+package|shortvrb> Standard LaTeX documentation package V3 (FMi)]
%\catcode`\<=12
%
@@ -57,7 +57,7 @@
%
%
%% Package `doc' to use with LaTeX 2e
-%% Copyright (C) 1989-2022 Frank Mittelbach, all rights reserved.
+%% Copyright (C) 1989-2023 Frank Mittelbach, all rights reserved.
%
%
% Version: Date: Changes:
@@ -6138,7 +6138,7 @@
% \end{macrocode}
-% \begin{macro}{SpecialMainIndex}
+% \begin{macro}{\SpecialMainIndex}
%
% In \DOC v2 we had \cs{SpecialMainIndex} and
% \cs{SpecialMainEnvIndex} but now with additional \DOC elements we
@@ -6150,7 +6150,7 @@
% \end{macrocode}
% \end{macro}
-% \begin{macro}{SpecialUsageIndex}
+% \begin{macro}{\SpecialUsageIndex}
% \DOC v2 also had \cs{SpecialUsageIndex} which is now called
% \cs{SpecialMacroIndex} generating the ``usage'' index entry for
% a macro. Again we provide that as an alias via |\def|.
diff --git a/base/ltfilehook.dtx b/base/ltfilehook.dtx
index ae183bfe..52d7ddc4 100644
--- a/base/ltfilehook.dtx
+++ b/base/ltfilehook.dtx
@@ -32,7 +32,7 @@
%
% \begin{macrocode}
\providecommand\ltfilehookversion{v1.0o}
-\providecommand\ltfilehookdate{2023/07/10}
+\providecommand\ltfilehookdate{2023/12/26}
% \end{macrocode}
%
%<*driver>
@@ -1328,7 +1328,7 @@
% \end{macro}
% \end{macro}
%
-% \begin{macro}{flag @@_file_replaced}
+% \begin{macro}{@@_file_replaced}
% \begin{macro}{\@@_if_file_replaced:TF}
% \begin{macro}{\@@_clear_replacement_flag:}
% Since the file replacement is done expandably in a \cs{csname}, use
diff --git a/base/ltfntcmd.dtx b/base/ltfntcmd.dtx
index bb6dbfe7..402dcbf1 100644
--- a/base/ltfntcmd.dtx
+++ b/base/ltfntcmd.dtx
@@ -32,7 +32,7 @@
%<*driver>
% \fi
\ProvidesFile{ltfntcmd.dtx}
- [2021/09/12 v3.5a LaTeX Kernel (Font commands)]
+ [2023/12/26 v3.5a LaTeX Kernel (Font commands)]
% \iffalse
\documentclass{ltxdoc}
\GetFileInfo{ltfntcmd.dtx}
@@ -393,9 +393,9 @@
% \end{macro}
-% \begin{macro}{textulc}
-% \begin{macro}{textsw}
-% \begin{macro}{textssc}
+% \begin{macro}{\textulc}
+% \begin{macro}{\textsw}
+% \begin{macro}{\textssc}
%
% \changes{v3.4c}{2019/12/17}{Macro added}
% \begin{macrocode}
diff --git a/base/lthooks.dtx b/base/lthooks.dtx
index d7030482..55bc7395 100644
--- a/base/lthooks.dtx
+++ b/base/lthooks.dtx
@@ -32,7 +32,7 @@
%
% \begin{macrocode}
\def\lthooksversion{v1.1f}
-\def\lthooksdate{2023/11/28}
+\def\lthooksdate{2023/12/26}
% \end{macrocode}
%
%<*driver>
@@ -2703,7 +2703,7 @@
% \hook_new:n,
% \hook_new_with_args:nn
% }
-% \begin{macro}{@@_new:nn}
+% \begin{macro}{\@@_new:nn}
% The \cs{hook_new:n} declaration declares a new hook and expects
% the hook \meta{name} as its argument, e.g.,
% \hook{begindocument}.
More information about the latex3-commits
mailing list.