[latex3-commits] [git/LaTeX3-latex3-latex2e] gh283: \newcomand doesn't go well with #1 (35e3d505)

Johannes Braams texniek at braams.xs4all.nl
Wed Mar 11 23:01:26 CET 2020


Repository : https://github.com/latex3/latex2e
On branch  : gh283
Link       : https://github.com/latex3/latex2e/commit/35e3d50542d14c09112b93d9dc4aa4b50964d0eb

>---------------------------------------------------------------

commit 35e3d50542d14c09112b93d9dc4aa4b50964d0eb
Author: Johannes Braams <texniek at braams.xs4all.nl>
Date:   Wed Mar 11 23:01:26 2020 +0100

    \newcomand doesn't go well with #1


>---------------------------------------------------------------

35e3d50542d14c09112b93d9dc4aa4b50964d0eb
 base/letter.dtx | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/base/letter.dtx b/base/letter.dtx
index 0a0c99bf..7b31dfbb 100644
--- a/base/letter.dtx
+++ b/base/letter.dtx
@@ -1815,8 +1815,10 @@
 %    |\parindent| to the appropriate value for succeeding paragraphs
 %    and put the proper indentation before the mark.
 %
+% \changes{v1.3b}{2020/03/11}{make the switch to the use of
+%    \cs{newcommand} complete.}
 %    \begin{macrocode}
-\newcommand\@makefntext#1{%
+\newcommand\@makefntext[1]{%
     \noindent
     \hangindent 5\p@
     \hb at xt@5\p@{\hss\@makefnmark}#1}





More information about the latex3-commits mailing list.