[latex3-commits] [git/LaTeX3-latex3-latex3] master: dim -> int (b6e6546)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Feb 23 08:23:24 CET 2018


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/b6e654612908e74ecb930150af52536fdc56eb87

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

commit b6e654612908e74ecb930150af52536fdc56eb87
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Feb 23 07:23:24 2018 +0000

    dim -> int


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

b6e654612908e74ecb930150af52536fdc56eb87
 l3experimental/l3draw/l3draw-scopes.dtx       |    2 +-
 l3experimental/l3draw/testfiles/m3draw000.tlg |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3experimental/l3draw/l3draw-scopes.dtx b/l3experimental/l3draw/l3draw-scopes.dtx
index 49fce56..660cf5a 100644
--- a/l3experimental/l3draw/l3draw-scopes.dtx
+++ b/l3experimental/l3draw/l3draw-scopes.dtx
@@ -90,7 +90,7 @@
 % \begin{variable}{\g_@@_id_int}
 %   The drawing number.
 %    \begin{macrocode}
-\dim_new:N \g_@@_id_int
+\int_new:N \g_@@_id_int
 %    \end{macrocode}
 % \end{variable}
 %
diff --git a/l3experimental/l3draw/testfiles/m3draw000.tlg b/l3experimental/l3draw/testfiles/m3draw000.tlg
index 2172379..ac4f364 100644
--- a/l3experimental/l3draw/testfiles/m3draw000.tlg
+++ b/l3experimental/l3draw/testfiles/m3draw000.tlg
@@ -23,7 +23,7 @@ Author: Joseph Wright
 \g__draw_ymax_dim=\dimen...
 \g__draw_ymin_dim=\dimen...
 \l__draw_main_box=\box...
-\g__draw_id_int=\dimen...
+\g__draw_id_int=\count...
 \l__draw_linewidth_dim=\dimen...
 \g__draw_softpath_buffer_a_int=\count...
 \g__draw_softpath_buffer_b_int=\count...





More information about the latex3-commits mailing list