[latex3-commits] [git/LaTeX3-latex3-latex2e] picture-lengths: different length registers for vertical and horizontal (d01d6d13)

David Carlisle d.p.carlisle at gmail.com
Sat Aug 15 19:18:39 CEST 2020


Repository : https://github.com/latex3/latex2e
On branch  : picture-lengths
Link       : https://github.com/latex3/latex2e/commit/d01d6d13d57e2d2252a4a0683c6c9603b19cd87e

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

commit d01d6d13d57e2d2252a4a0683c6c9603b19cd87e
Author: David Carlisle <d.p.carlisle at gmail.com>
Date:   Sat Aug 15 18:18:39 2020 +0100

    different length registers for vertical and horizontal


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

d01d6d13d57e2d2252a4a0683c6c9603b19cd87e
 base/ltpictur.dtx | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/base/ltpictur.dtx b/base/ltpictur.dtx
index 8a843f25..781f80cc 100644
--- a/base/ltpictur.dtx
+++ b/base/ltpictur.dtx
@@ -1026,15 +1026,15 @@
 \put(#2,#3){\lower\@dashdim\copy\@dashbox}%
 \multiply\@dashdim \thr@@
 \fi
-\@defaultunitsset\@tempdimc{#1}\unitlength
+\@defaultunitsset\@tempdimb{#1}\unitlength
 \setbox\@dashbox\hbox{%
-  \vrule \@width \@wholewidth \@height\@tempdimc}%
+  \vrule \@width \@wholewidth \@height\@tempdimb}%
 \@tempcnta\z@
 \put(0,0){\hskip -\@halfwidth \vbox{\@whilenum \@tempcnta <\@dashcnt
-\do{\vskip\@tempdimc\copy\@dashbox\advance\@tempcnta \@ne }%
+\do{\vskip\@tempdimb\copy\@dashbox\advance\@tempcnta \@ne }%
 \vskip\@dashdim}}\@tempcnta\z@
 \put(#2,0){\hskip -\@halfwidth \vbox{\@whilenum \@tempcnta<\@dashcnt
-\do{\vskip\@tempdimc\copy\@dashbox\advance\@tempcnta \@ne }%
+\do{\vskip\@tempdimb\copy\@dashbox\advance\@tempcnta \@ne }%
 \vskip\@dashdim}}}\@makepicbox(#2,#3)}
 %</2ekernel|latexrelease>
 %    \end{macrocode}





More information about the latex3-commits mailing list.