[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: fixed typo (#334) and removed 2 overfull lines at the same time [ci skip] (734d1e7e)
Frank Mittelbach
frank.mittelbach at latex-project.org
Tue May 12 10:54:39 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/734d1e7e501b635efbbf69cfaa3c19da1685b00a
>---------------------------------------------------------------
commit 734d1e7e501b635efbbf69cfaa3c19da1685b00a
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Tue May 12 10:54:39 2020 +0200
fixed typo (#334) and removed 2 overfull lines at the same time [ci skip]
>---------------------------------------------------------------
734d1e7e501b635efbbf69cfaa3c19da1685b00a
base/ltpictur.dtx | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/base/ltpictur.dtx b/base/ltpictur.dtx
index 00d8e905..bdac744e 100644
--- a/base/ltpictur.dtx
+++ b/base/ltpictur.dtx
@@ -32,7 +32,7 @@
%<*driver>
% \fi
\ProvidesFile{ltpictur.dtx}
- [2020/04/24 v1.1o LaTeX Kernel (Picture Mode)]
+ [2020/05/12 v1.1o LaTeX Kernel (Picture Mode)]
% \iffalse
\documentclass{ltxdoc}
\GetFileInfo{ltpictur.dtx}
@@ -277,9 +277,11 @@
% \begin{macro}{\thinlines}
% \begin{macro}{\thicklines}
% \begin{macrocode}
-\DeclareRobustCommand\thinlines{\let\@linefnt\tenln \let\@circlefnt\tencirc
+\DeclareRobustCommand\thinlines{\let\@linefnt\tenln
+ \let\@circlefnt\tencirc
\@wholewidth\fontdimen8\tenln \@halfwidth .5\@wholewidth}
-\DeclareRobustCommand\thicklines{\let\@linefnt\tenlnw \let\@circlefnt\tencircw
+\DeclareRobustCommand\thicklines{\let\@linefnt\tenlnw
+ \let\@circlefnt\tencircw
\@wholewidth\fontdimen8\tenlnw \@halfwidth .5\@wholewidth}
% \end{macrocode}
% \end{macro}
@@ -1359,7 +1361,7 @@
% \end{macro}
%
% \begin{macro}{\@xdim}
-% \begin{macro}{\yxdim}
+% \begin{macro}{\@ydim}
% Length registers.
% \begin{macrocode}
\newdimen\@xdim
More information about the latex3-commits
mailing list.