[latex3-commits] [git/LaTeX3-latex3-latex3] backend: Missed two variables (1804fb6)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sun Jun 2 07:54:36 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : backend
Link : https://github.com/latex3/latex3/commit/1804fb69fee8ce2427a2582f4d25922aef585090
>---------------------------------------------------------------
commit 1804fb69fee8ce2427a2582f4d25922aef585090
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Jun 2 06:54:36 2019 +0100
Missed two variables
>---------------------------------------------------------------
1804fb69fee8ce2427a2582f4d25922aef585090
l3kernel/l3backend-box.dtx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/l3kernel/l3backend-box.dtx b/l3kernel/l3backend-box.dtx
index dcf04b5..cc6d188 100644
--- a/l3kernel/l3backend-box.dtx
+++ b/l3kernel/l3backend-box.dtx
@@ -202,7 +202,7 @@
\box_set_wd:Nn #1 { 0pt }
\fp_set:Nn \l_@@_backend_cos_fp { round ( cosd ( #2 ) , 5 ) }
\fp_compare:nNnT \l_@@_backend_cos_fp = \c_zero_fp
- { \fp_zero:N \l_@@_cos_fp }
+ { \fp_zero:N \l_@@_backend_cos_fp }
\fp_set:Nn \l_@@_backend_sin_fp { round ( sind ( #2 ) , 5 ) }
\__kernel_backend_matrix:x
{
@@ -210,12 +210,12 @@
\fp_compare:nNnTF \l_@@_backend_sin_fp = \c_zero_fp
{ 0~0 }
{
- \fp_use:N \l_@@_sin_fp
+ \fp_use:N \l_@@_backend_sin_fp
\c_space_tl
- \fp_eval:n { -\l_@@_sin_fp }
+ \fp_eval:n { -\l_@@_backend_sin_fp }
}
\c_space_tl
- \fp_use:N \l_@@_cos_fp
+ \fp_use:N \l_@@_backend_cos_fp
}
\box_use:N #1
\__kernel_backend_scope_end:
More information about the latex3-commits
mailing list