[latex3-commits] [git/LaTeX3-latex3-latex2e] master: typo in \changes or \begin{macro} (47f3992)

Hironobu Yamashita h.y.acetaminophen at gmail.com
Fri Sep 28 14:42:14 CEST 2018


Repository : https://github.com/latex3/latex2e
On branch  : master
Link       : https://github.com/latex3/latex2e/commit/47f399247547356876399a6b7db3efd2288d08f0

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

commit 47f399247547356876399a6b7db3efd2288d08f0
Author: Hironobu Yamashita <h.y.acetaminophen at gmail.com>
Date:   Fri Sep 28 21:42:14 2018 +0900

    typo in \changes or \begin{macro}


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

47f399247547356876399a6b7db3efd2288d08f0
 base/ltfloat.dtx  |    2 +-
 base/ltoutenc.dtx |    2 +-
 base/ltpictur.dtx |   16 ++++++++--------
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/base/ltfloat.dtx b/base/ltfloat.dtx
index 8214f9e..ac1e376 100644
--- a/base/ltfloat.dtx
+++ b/base/ltfloat.dtx
@@ -799,7 +799,7 @@
 %\newcount\c at totalnumber
 %    \end{macrocode}
 %
-%  \begin{macro}{\@dblfloatplacement}
+%  \begin{macro}{\@floatplacement}
 % An analysis of |\@floatplacement|:
 %
 % This should be called whenever |\@colht| has been set.
diff --git a/base/ltoutenc.dtx b/base/ltoutenc.dtx
index 991932a..cdad104 100644
--- a/base/ltoutenc.dtx
+++ b/base/ltoutenc.dtx
@@ -3682,7 +3682,7 @@
 %    \end{macrocode}
 % \end{macro}
 %
-% \begin{macro}{tc at subst}
+% \begin{macro}{\tc at subst}
 %    \begin{macrocode}
 \def\tc at subst#1{%
    \tc at errorwarn{textcomp}%  % should be latex error if general
diff --git a/base/ltpictur.dtx b/base/ltpictur.dtx
index d15814a..6b84231 100644
--- a/base/ltpictur.dtx
+++ b/base/ltpictur.dtx
@@ -586,7 +586,7 @@
 %    \end{macrocode}
 % \end{macro}
 %
-% \begin{macro}{\getlinechar}
+% \begin{macro}{\@getlinechar}
 %    \begin{macrocode}
 \gdef\@getlinechar(#1,#2){\@tempcnta#1\relax\multiply\@tempcnta 8%
   \advance\@tempcnta -9\ifnum #2>\z@ \advance\@tempcnta #2\relax\else
@@ -1133,9 +1133,9 @@
 %    \end{macrocode}
 %
 % \begin{macro}{\if at ovvline}
-% \changes{v.1l}{2016/03/29}{macro added (latex/4452)}
+% \changes{v1.1l}{2016/03/29}{macro added (latex/4452)}
 % \begin{macro}{\if at ovhline}
-% \changes{v.1l}{2016/03/29}{macro added (latex/4452)}
+% \changes{v1.1l}{2016/03/29}{macro added (latex/4452)}
 % Tests whether horizontal or vertical lines are needed.
 %    \begin{macrocode}
 \newif\if at ovvline \@ovvlinetrue 
@@ -1149,7 +1149,7 @@
 \gdef\@oval(#1,#2)[#3]{\begingroup\boxmaxdepth \maxdimen
   \@ovttrue \@ovbtrue \@ovltrue \@ovrtrue
 %    \end{macrocode}
-% \changes{v.1l}{2016/03/29}{initialise tests}
+% \changes{v1.1l}{2016/03/29}{initialise tests}
 %    \begin{macrocode}
   \@ovvlinefalse \@ovhlinefalse
 %    \end{macrocode}
@@ -1158,7 +1158,7 @@
   \@ovxx #1\unitlength
   \@ovyy #2\unitlength
 %    \end{macrocode}
-% \changes{v.1l}{2016/03/29}{add setting of line tests}
+% \changes{v1.1l}{2016/03/29}{add setting of line tests}
 %    \begin{macrocode}
   \@tempdimb \ifdim \@ovyy >\@ovxx \@ovxx \@ovvlinetrue
   \else \@ovyy \ifdim \@ovyy =\@ovxx \else \@ovhlinetrue \fi\fi
@@ -1170,7 +1170,7 @@
   \@ovdx\@ovxx \advance\@ovdx -\@tempdima \divide\@ovdx \tw@
   \@ovdy\@ovyy \advance\@ovdy -\@tempdima \divide\@ovdy \tw@
 %    \end{macrocode}
-% \changes{v.1l}{2016/03/29}{add setting of line tests}
+% \changes{v1.1l}{2016/03/29}{add setting of line tests}
 %    \begin{macrocode}
   \ifdim \@ovdx >\z@ \@ovhlinetrue \fi
   \ifdim \@ovdy >\z@ \@ovvlinetrue \fi
@@ -1194,7 +1194,7 @@
       \kern -\@ovro \hbox{\char \@tempcntb}\nointerlineskip
     \else \kern \@ovri \kern \@ovdy \fi
 %    \end{macrocode}
-% \changes{v.1l}{2016/03/29}
+% \changes{v1.1l}{2016/03/29}
 %               {use glue not leaders if vertical line not required}
 %    \begin{macrocode}
     \if at ovvline \leaders\vrule \@width \@wholewidth \fi
@@ -1212,7 +1212,7 @@
 \gdef\@ovhorz{\hb at xt@\@ovxx{\kern \@ovro
     \if at ovr \else \kern \@ovdx \fi
 %    \end{macrocode}
-% \changes{v.1l}{2016/03/29}
+% \changes{v1.1l}{2016/03/29}
 %               {use glue not leaders if horizontal line not required}
 %    \begin{macrocode}
     \if at ovhline \leaders \hrule \@height \@wholewidth \fi





More information about the latex3-commits mailing list