[latex3-commits] [git/LaTeX3-latex3-latex2e] gh569: Doc fixes (caf914f1)
PhelypeOleinik
phelype.oleinik at latex-project.org
Tue Aug 31 03:10:06 CEST 2021
Repository : https://github.com/latex3/latex2e
On branch : gh569
Link : https://github.com/latex3/latex2e/commit/caf914f1f9b61b962847d53ea6ac06e714214825
>---------------------------------------------------------------
commit caf914f1f9b61b962847d53ea6ac06e714214825
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date: Mon Aug 30 22:10:06 2021 -0300
Doc fixes
[ci skip]
>---------------------------------------------------------------
caf914f1f9b61b962847d53ea6ac06e714214825
base/doc/ltnews34.tex | 2 +-
base/ltcmd.dtx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/base/doc/ltnews34.tex b/base/doc/ltnews34.tex
index 6f73af0b..ab7ee86a 100644
--- a/base/doc/ltnews34.tex
+++ b/base/doc/ltnews34.tex
@@ -292,7 +292,7 @@ Since the 2020-10-01 release (see~\cite{34:ltnews32}), \LaTeX{} provides
\cs{NewCommandCopy} to copy robust commands, and \cs{ShowCommand} to
show their definition in the terminal. In the same release, the
\pkg{xparse} package was integrated in the kernel (now called
-\pkg{ltcmd}). But since then, the support for \cs{NewCommandCopy} and
+\pkg{ltcmd}). However, the extended support for \cs{NewCommandCopy} and
\cs{ShowCommand} was not implemented in \pkg{ltcmd}. The present
\LaTeX{} release ships with that support implemented, so now commands
defined with \pkg{xparse}/\pkg{ltcmd} can be copied and their definition
diff --git a/base/ltcmd.dtx b/base/ltcmd.dtx
index 7e9fc272..c8449fab 100644
--- a/base/ltcmd.dtx
+++ b/base/ltcmd.dtx
@@ -1948,7 +1948,7 @@
% support for copying and showing \pkg{ltcmd} definitions.
%
% To fully support copying, we need two commands: a conditional to test
-% if a command is in fact an \pkg{ltcmd} command, and another to
+% if a command is in fact a \pkg{ltcmd} command, and another to
% actually copy the command. The conditional is defined later as
% \cs{__kernel_cmd_if_xparse:NTF}, so now to the copying:
%
More information about the latex3-commits
mailing list.