[latex3-commits] [git/LaTeX3-latex3-latex3] master: Correct a function name (bdaa3f7)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue May 7 22:54:19 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/bdaa3f764103e7aabd2a552230321277a2ee08b7
>---------------------------------------------------------------
commit bdaa3f764103e7aabd2a552230321277a2ee08b7
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue May 7 21:02:32 2019 +0100
Correct a function name
>---------------------------------------------------------------
bdaa3f764103e7aabd2a552230321277a2ee08b7
l3trial/l3image/l3image.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3trial/l3image/l3image.dtx b/l3trial/l3image/l3image.dtx
index 7fbdd0c..8d8d679 100644
--- a/l3trial/l3image/l3image.dtx
+++ b/l3trial/l3image/l3image.dtx
@@ -242,7 +242,7 @@
{
\dim_compare:nNnF \l_image_llx_dim = { 0pt }
{ \dim_const:cn { c_@@_ #1 _llx_dim } { \l_image_llx_dim } }
- \dim_if_zero:nNnF \l_image_lly_dim = { 0pt }
+ \dim_compare:nNnF \l_image_lly_dim = { 0pt }
{ \dim_const:cn { c_@@_ #1 _lly_dim } { \l_image_lly_dim } }
\dim_const:cn { c_@@_ #1 _urx_dim } { \l_image_urx_dim }
\dim_const:cn { c_@@_ #1 _ury_dim } { \l_image_ury_dim }
@@ -353,7 +353,7 @@
\ior_close:N \exp_not:N \l_@@_tmp_ior
\dim_compare:nNnF \l_image_llx_dim = { 0pt }
{ \dim_const:cn { c_@@_ #3#4 _llx_dim } { \l_image_llx_dim } }
- \dim_if_zero:nNnF \l_image_lly_dim = { 0pt }
+ \dim_compare:nNnF \l_image_lly_dim = { 0pt }
{ \dim_const:cn { c_@@_ #3#4 _lly_dim } { \l_image_lly_dim } }
\dim_const:cn { c_@@_ #3#4 _urx_dim } { \l_image_urx_dim }
\dim_const:cn { c_@@_ #3#4 _ury_dim } { \l_image_ury_dim }
More information about the latex3-commits
mailing list