summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3candidates.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-05-15 22:11:11 +0000
committerKarl Berry <karl@freefriends.org>2016-05-15 22:11:11 +0000
commit48121dcc91b2cbbccc5bbfbb1cc9c60ca2a695b2 (patch)
tree90f8a31739bf5ebe5437a43867fa9b17f751668d /Master/texmf-dist/source/latex/l3kernel/l3candidates.dtx
parent5f70b2c1fb388056ec31bb162ff177ff3b7b49fa (diff)
l3 (15may16)
git-svn-id: svn://tug.org/texlive/trunk@41163 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3candidates.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3candidates.dtx45
1 files changed, 8 insertions, 37 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3candidates.dtx b/Master/texmf-dist/source/latex/l3kernel/l3candidates.dtx
index d3432d6ba07..e98af99edcb 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3candidates.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3candidates.dtx
@@ -38,7 +38,7 @@
\documentclass[full]{l3doc}
%</driver>
%<*driver|package>
-\GetIdInfo$Id: l3candidates.dtx 6456 2016-03-25 21:09:37Z joseph $
+\GetIdInfo$Id: l3candidates.dtx 6484 2016-05-13 19:08:30Z joseph $
{L3 Experimental additions to l3kernel}
%</driver|package>
%<*driver>
@@ -299,36 +299,6 @@
% group level.
% \end{function}
%
-% \subsection{Internal variables}
-%
-% \begin{variable}{\l__box_angle_fp}
-% The angle through which a box is rotated by \cs{box_rotate:Nn}, given in
-% degrees counter-clockwise. This value is required by the underlying
-% driver code in \pkg{l3driver} to carry out the driver-dependent part
-% of box rotation.
-% \end{variable}
-%
-% \begin{variable}{\l__box_cos_fp, \l__box_sin_fp}
-% The sine and cosine of the angle through which a box is rotated by
-% \cs{box_rotate:Nn}: the values refer to the angle counter-clockwise. These
-% values are required by the underlying driver code in \pkg{l3driver} to
-% carry out the driver-dependent part of box rotation.
-% \end{variable}
-%
-% \begin{variable}{\l__box_scale_x_fp, \l__box_scale_y_fp}
-% The scaling factors by which a box is scaled by \cs{box_scale:Nnn}
-% or \cs{box_resize:Nnn}. These values are required by the underlying
-% driver code in \pkg{l3driver} to carry out the driver-dependent part
-% of box rotation.
-% \end{variable}
-%
-% \begin{variable}{\l__box_internal_box}
-% Box used for affine transformations, which is used to contain rotated
-% material when applying \cs{box_rotate:Nn}. This box must be correctly
-% constructed for the driver-dependent code in \pkg{l3driver} to function
-% correctly.
-% \end{variable}
-%
% \section{Additions to \pkg{l3clist}}
%
% \begin{function}[added = 2014-08-22]{\clist_log:N, \clist_log:c}
@@ -1316,9 +1286,9 @@
\tex_kern:D -\l_@@_left_new_dim
\hbox:n
{
- \__driver_box_rotate_begin:
- \box_use:N \l_@@_internal_box
- \__driver_box_rotate_end:
+ \__driver_box_use_rotate:Nn
+ \l_@@_internal_box
+ \l_@@_angle_fp
}
}
% \end{macrocode}
@@ -1626,9 +1596,10 @@
{
\hbox_set:Nn \l_@@_internal_box
{
- \__driver_box_scale_begin:
- \hbox_overlap_right:n { \box_use:N #1 }
- \__driver_box_scale_end:
+ \__driver_box_use_scale:Nnn
+ #1
+ \l_@@_scale_x_fp
+ \l_@@_scale_y_fp
}
% \end{macrocode}
% The new height and depth can be applied directly.