Skip to content

Commit

Permalink
Drop extra backslashes in \cs (#1434)
Browse files Browse the repository at this point in the history
  • Loading branch information
muzimuzhi authored Aug 11, 2024
1 parent 1884816 commit 3c68c56
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions base/latexrelease.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
%<*latexrelease>
% \fi
% \ProvidesFile{latexrelease.dtx}
[2022/11/14 v1.0p LaTeX release emulation and tests
[2024/08/11 v1.0p LaTeX release emulation and tests
(including releases up to \latexreleaseversion)]
% \iffalse
%</latexrelease>
Expand Down Expand Up @@ -507,7 +507,7 @@
% \end{macro}
%
% \changes{v1.0c}{2015/02/19}{Swap argument order}
% \changes{v1.0k}{2018/05/08}{reset \cs{\requestedLaTeXdate} for current
% \changes{v1.0k}{2018/05/08}{reset \cs{requestedLaTeXdate} for current
% and latest options, github issue 43}
% \begin{macrocode}
\DeclareOption*{%
Expand Down
8 changes: 4 additions & 4 deletions required/amsmath/amsmath.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Bug reports can be opened (category \texttt{#1}) at\\%
% \end{macrocode}
%
% \begin{macrocode}
\ProvidesPackage{amsmath}[2024/07/01 v2.17r AMS math features]
\ProvidesPackage{amsmath}[2024/08/11 v2.17r AMS math features]
% \end{macrocode}
%
% \section{Catcode defenses}
Expand Down Expand Up @@ -1147,7 +1147,7 @@ Foreign command \@backslashchar#1;\MessageBreak
\gdef\thedots@{\dotsb@}%
\else
% \end{macrocode}
% In case \cs{\@let@token} is a robust \LaTeXe{} command, i.e.,
% In case \cs{@let@token} is a robust \LaTeXe{} command, i.e.,
% expands to \cs{protect}
% \verb*=\somename =, we save the \cs{meaning} of
% \verb*=\somename = in \cs{meaning@} (possibly followed by some dots that have
Expand Down Expand Up @@ -3402,7 +3402,7 @@ ill-advised in LaTeX.%
% \end{macro}
%
% \begin{macro}{\column@plus}
% \cs{\column@plus} is a useful abbreviation.
% \cs{column@plus} is a useful abbreviation.
% \begin{macrocode}
\def\column@plus{%
\global\advance\column@\@ne
Expand Down Expand Up @@ -5539,7 +5539,7 @@ trying to recover with `aligned'%
% might occur at the beginning of the current line. More
% specifically, we first set \cs{count@} equal to the number of
% interalign spaces preceding the current field (namely, $\lfloor
% (\cs{\column@}-1)/2 \rfloor$), and then subtract \cs{count@} from
% (\cs{column@}-1)/2 \rfloor$), and then subtract \cs{count@} from
% both \cs{@tempcnta} and \cs{@tempcntb}. The rationale is that
% for the purposes of adjusting the spacing between the tag and the
% equation, the only flexible interalign spaces are those after
Expand Down
4 changes: 2 additions & 2 deletions required/latex-lab/latex-lab-block.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
%
% https://www.latex-project.org/lppl.txt
%
\def\ltlabblockdate{2024-08-10}
\def\ltlabblockdate{2024-08-11}
\def\ltlabblockversion{0.8p}
%<*driver>
\documentclass[kernel]{l3doc}
Expand Down Expand Up @@ -1614,7 +1614,7 @@
% \end{macrocode}
% We need to know later if we have nested blockenvs inside
% a flattened environment. Whenever we start a new blockenv we
% increment \cs{\l__tag_block_flattened_level_int} if it is already
% increment \cs{l__tag_block_flattened_level_int} if it is already
% different from zero. If it is zero we increment it if flattening
% is requested.
% Thus a value of \texttt{0} means no flattening requested so far
Expand Down

0 comments on commit 3c68c56

Please sign in to comment.