Skip to content

Commit

Permalink
Correct similar typos of missing backslashes in macro env markups (#…
Browse files Browse the repository at this point in the history
…1225)

* Correct similar typos of missing backslashes

* Change flag markup in macro env
  • Loading branch information
muzimuzhi authored Dec 26, 2023
1 parent 555895c commit cc70406
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions base/changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ not part of the distribution.
2023-12-26 Yukai Chou <[email protected]>
* 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 <[email protected]>
* doc.dtx (subsection{API creation}):
Expand Down
8 changes: 4 additions & 4 deletions base/doc.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -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
%
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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|.
Expand Down
4 changes: 2 additions & 2 deletions base/ltfilehook.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
%
% \begin{macrocode}
\providecommand\ltfilehookversion{v1.0o}
\providecommand\ltfilehookdate{2023/07/10}
\providecommand\ltfilehookdate{2023/12/26}
% \end{macrocode}
%
%<*driver>
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions base/ltfntcmd.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -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}
Expand Down
4 changes: 2 additions & 2 deletions base/lthooks.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
%
% \begin{macrocode}
\def\lthooksversion{v1.1f}
\def\lthooksdate{2023/11/28}
\def\lthooksdate{2023/12/26}
% \end{macrocode}
%
%<*driver>
Expand Down Expand Up @@ -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}.
Expand Down

0 comments on commit cc70406

Please sign in to comment.