[latex3-commits] [git/LaTeX3-latex3-latex3] master: Missed some rEXP [ci skip] (f8a0b35)

Joseph Wright joseph.wright at morningstar2.co.uk
Sat Feb 10 11:11:35 CET 2018


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

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

commit f8a0b352b1c7e0f8be35e04f0da2131b0aa03dc0
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Feb 10 10:11:35 2018 +0000

    Missed some rEXP [ci skip]


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

f8a0b352b1c7e0f8be35e04f0da2131b0aa03dc0
 l3trial/l3draw/l3draw-points.dtx |  114 +++++++++++++++++++-------------------
 1 file changed, 57 insertions(+), 57 deletions(-)

diff --git a/l3trial/l3draw/l3draw-points.dtx b/l3trial/l3draw/l3draw-points.dtx
index 9253d9f..ac2f1bf 100644
--- a/l3trial/l3draw/l3draw-points.dtx
+++ b/l3trial/l3draw/l3draw-points.dtx
@@ -71,10 +71,10 @@
 %    \end{macrocode}
 % \end{macro}
 %
-% \begin{macro}[EXP]{\@@_point_expand:nnN}
-% \begin{macro}[EXP]{\@@_point_expand_auxi:nnN, \@@_point_expand_auxi:ffN}
-% \begin{macro}[EXP]{\@@_point_expand_auxii:nnnnN}
-% \begin{macro}[EXP]
+% \begin{macro}[rEXP]{\@@_point_expand:nnN}
+% \begin{macro}[rEXP]{\@@_point_expand_auxi:nnN, \@@_point_expand_auxi:ffN}
+% \begin{macro}[rEXP]{\@@_point_expand_auxii:nnnnN}
+% \begin{macro}[rEXP]
 %   {\@@_point_expand_auxiii:nnnnN, \@@_point_expand_auxiii:ffnnN}
 %   The aim here is to expand the point expressions fully. As each one will
 %   contain two co-ordinates, we have to \texttt{f}-type expand twice: once
@@ -102,7 +102,7 @@
 %
 % The most basic way of giving points is as simple $(x,y)$ co-ordinates.
 %
-% \begin{macro}[EXP]{\draw_point_coord:nn}
+% \begin{macro}[rEXP]{\draw_point_coord:nn}
 %   Simply turn the given values into dimensions.
 %    \begin{macrocode}
 \cs_new:Npn \draw_point_coord:nn #1#2
@@ -115,8 +115,8 @@
 %
 % \subsection{Polar co-ordinates}
 %
-% \begin{macro}[EXP]{\draw_point_polar:nn}
-% \begin{macro}[EXP]{\@@_draw_polar:nw, \@@_draw_polar:fw}
+% \begin{macro}[rEXP]{\draw_point_polar:nn}
+% \begin{macro}[rEXP]{\@@_draw_polar:nw, \@@_draw_polar:fw}
 %   Polar co-ordinates may have either one or two lengths, so there is a need
 %   to do a simple split before the calculation. As the angle gets used twice,
 %   save on any expression evaluation there and force expansion.
@@ -137,8 +137,8 @@
 %
 % These functions all take point expressions as arguments.
 %
-% \begin{macro}[EXP]{\draw_point_add:nn, \draw_point_diff:nn}
-% \begin{macro}[EXP]{\@@_point_add:nnnn, \@@_point_diff:nnnn}
+% \begin{macro}[rEXP]{\draw_point_add:nn, \draw_point_diff:nn}
+% \begin{macro}[rEXP]{\@@_point_add:nnnn, \@@_point_diff:nnnn}
 %   Simple maths once the expansion is done.
 %    \begin{macrocode}
 \cs_new:Npn \draw_point_add:nn #1#2
@@ -165,8 +165,8 @@
 % \end{macro}
 % \end{macro}
 %
-% \begin{macro}[EXP]{\draw_point_scale:nn}
-% \begin{macro}[EXP]{\@@_point_scale:nnnn}
+% \begin{macro}[rEXP]{\draw_point_scale:nn}
+% \begin{macro}[rEXP]{\@@_point_scale:nnnn}
 %   Much the same idea, but as argument |#1| here is a simple floating point
 %   expression there is a bit of \enquote{cheating} to reuse the expansion
 %   mechanism.
@@ -185,10 +185,10 @@
 % \end{macro}
 % \end{macro}
 %
-% \begin{macro}[EXP]{\draw_point_unit_vector:n}
-% \begin{macro}[EXP]{\@@_point_unit_vector:n, \@@_point_unit_vector:f}
-% \begin{macro}[EXP]{\@@_point_unit_vector:nn, \@@_point_unit_vector:ff}
-% \begin{macro}[EXP]{\@@_point_unit_vector:nnn, \@@_point_unit_vector:fnn}
+% \begin{macro}[rEXP]{\draw_point_unit_vector:n}
+% \begin{macro}[rEXP]{\@@_point_unit_vector:n, \@@_point_unit_vector:f}
+% \begin{macro}[rEXP]{\@@_point_unit_vector:nn, \@@_point_unit_vector:ff}
+% \begin{macro}[rEXP]{\@@_point_unit_vector:nnn, \@@_point_unit_vector:fnn}
 %   Only a single point expression so the expansion is done here. The
 %   outcome is the normalised vector from $(0,0)$ in the direction of
 %   the point, \emph{i.e.}
@@ -225,12 +225,12 @@
 %
 % \subsection{Intersection calculations}
 %
-% \begin{macro}[EXP]{\draw_point_intersect_lines:nnnn}
-% \begin{macro}[EXP]{\@@_point_intersect_lines:nnnnnn}
-% \begin{macro}[EXP]{\@@_point_intersect_lines:nnnnnnnn}
-% \begin{macro}[EXP]
+% \begin{macro}[rEXP]{\draw_point_intersect_lines:nnnn}
+% \begin{macro}[rEXP]{\@@_point_intersect_lines:nnnnnn}
+% \begin{macro}[rEXP]{\@@_point_intersect_lines:nnnnnnnn}
+% \begin{macro}[rEXP]
 %   {\@@_point_intersect_lines_aux:nnnnnn, \@@_point_intersect_lines_aux:ffffff}
-% \begin{macro}[EXP]
+% \begin{macro}[rEXP]
 %   {\@@_point_intersect_lines_aux:fnnnnnn, \@@_point_intersect_lines_aux:fnnnnnn}
 %    The intersection point~$P$ between a line joining points $(x_{1}, y_{1})$
 %    and $(x_{2}, y_{2})$ with a second line joining points $(x_{3}, y_{3})$
@@ -309,31 +309,31 @@
 % \end{macro}
 % \end{macro}
 %
-% \begin{macro}[EXP]{\draw_point_intersect_circles:nnnnn}
-% \begin{macro}[EXP]{\@@_point_intersect_circles_auxi:nnnnnnn}
-% \begin{macro}[EXP]
+% \begin{macro}[rEXP]{\draw_point_intersect_circles:nnnnn}
+% \begin{macro}[rEXP]{\@@_point_intersect_circles_auxi:nnnnnnn}
+% \begin{macro}[rEXP]
 %   {
 %     \@@_point_intersect_circles_auxii:nnnnnnn,
 %     \@@_point_intersect_circles_auxii:ffnnnnn,
 %     \@@_point_intersect_circles_auxiii:nnnnnnn,
 %     \@@_point_intersect_circles_auxiii:ffnnnnn
 %   }
-%  \begin{macro}[EXP]
+%  \begin{macro}[rEXP]
 %    {
 %      \@@_point_intersect_circles_auxiv:nnnnnnnn,
 %      \@@_point_intersect_circles_auxiv:fnnnnnnn
 %    }
-%  \begin{macro}[EXP]
+%  \begin{macro}[rEXP]
 %    {
 %      \@@_point_intersect_circles_auxv:nnnnnnnnn,
 %      \@@_point_intersect_circles_auxv:ffnnnnnnn
 %    }
-%  \begin{macro}[EXP]
+%  \begin{macro}[rEXP]
 %    {
 %      \@@_point_intersect_circles_auxvi:nnnnnnnn,
 %      \@@_point_intersect_circles_auxvi:fnnnnnnn
 %    }
-% \begin{macro}[EXP]
+% \begin{macro}[rEXP]
 %   {
 %     \@@_point_intersect_circles_auxvii:nnnnnnn,
 %     \@@_point_intersect_circles_auxvii:fffnnnn
@@ -465,14 +465,14 @@
 %
 % \subsection{Interpolation on a line (vector) or arc}
 %
-% \begin{macro}[EXP]{\draw_point_interpolate_line:nnn}
-% \begin{macro}[EXP]{\@@_point_interpolate_line:nnnnn}
-% \begin{macro}[EXP]
+% \begin{macro}[rEXP]{\draw_point_interpolate_line:nnn}
+% \begin{macro}[rEXP]{\@@_point_interpolate_line:nnnnn}
+% \begin{macro}[rEXP]
 %   {
 %     \@@_point_interpolate_line_aux:nnnnn,
 %     \@@_point_interpolate_line_aux:fnnnn,
 %   }
-% \begin{macro}[EXP]
+% \begin{macro}[rEXP]
 %   {
 %     \@@_point_interpolate_line_aux:nnnnnn,
 %     \@@_point_interpolate_line_aux:fnnnnn,
@@ -508,14 +508,14 @@
 % \end{macro}
 % \end{macro}
 %
-% \begin{macro}[EXP]{\draw_point_interpolate_distance:nnn}
-% \begin{macro}[EXP]{\@@_point_interpolate_distance:nnnnn}
-% \begin{macro}[EXP]
+% \begin{macro}[rEXP]{\draw_point_interpolate_distance:nnn}
+% \begin{macro}[rEXP]{\@@_point_interpolate_distance:nnnnn}
+% \begin{macro}[rEXP]
 %   {
 %     \@@_point_interpolate_distance_aux:nnnnnnn,
 %     \@@_point_interpolate_distance_aux:nnnnnnn,
 %   }
-% \begin{macro}[EXP]
+% \begin{macro}[rEXP]
 %   {
 %     \@@_point_interpolate_distance_aux:nnnnnn,
 %     \@@_point_interpolate_distance_aux:fnnnnn,
@@ -554,20 +554,20 @@
 % \end{macro}
 % \end{macro}
 %
-% \begin{macro}[EXP]{\draw_point_interpolate_arc:nnnnnn}
-% \begin{macro}[EXP]{\@@_point_interpolate_arc_auxi:nnnnnnnn}
-% \begin{macro}[EXP]{\@@_point_interpolate_arc_auxii:nnnnnnnn}
-% \begin{macro}[EXP]
+% \begin{macro}[rEXP]{\draw_point_interpolate_arc:nnnnnn}
+% \begin{macro}[rEXP]{\@@_point_interpolate_arc_auxi:nnnnnnnn}
+% \begin{macro}[rEXP]{\@@_point_interpolate_arc_auxii:nnnnnnnn}
+% \begin{macro}[rEXP]
 %   {
 %     \@@_point_interpolate_arc_auxiii:nnnnnnnnn,
 %     \@@_point_interpolate_arc_auxiii:fnnnnnnnn
 %   }
-% \begin{macro}[EXP]
+% \begin{macro}[rEXP]
 %   {
 %     \@@_point_interpolate_arc_auxiv:nnnnnnn,
 %     \@@_point_interpolate_arc_auxiv:fnnnnnn
 %   }
-% \begin{macro}[EXP]
+% \begin{macro}[rEXP]
 %   {
 %     \@@_point_interpolate_arc_auxv:nnnnnnnn,
 %     \@@_point_interpolate_arc_auxv:ffnnnnnn
@@ -640,28 +640,28 @@
 % \end{macro}
 % \end{macro}
 %
-% \begin{macro}[EXP]{\draw_point_interpolate_curve:nnnnn}
-% \begin{macro}[EXP]{\draw_point_interpolate_curve_auxi:nnnnnnn}
-% \begin{macro}[EXP]{\draw_point_interpolate_curve_auxii:nnnnnnnnn}
-% \begin{macro}[EXP]
+% \begin{macro}[rEXP]{\draw_point_interpolate_curve:nnnnn}
+% \begin{macro}[rEXP]{\draw_point_interpolate_curve_auxi:nnnnnnn}
+% \begin{macro}[rEXP]{\draw_point_interpolate_curve_auxii:nnnnnnnnn}
+% \begin{macro}[rEXP]
 %   {
 %     \draw_point_interpolate_curve_auxiii:nnnnnnnnn,
 %     \draw_point_interpolate_curve_auxiii:fnnnnnnnn,
 %   }
-% \begin{macro}[EXP]
+% \begin{macro}[rEXP]
 %   {
 %     \draw_point_interpolate_curve_auxiv:nnnnnn,
 %     \draw_point_interpolate_curve_auxiv:fnnnnn,
 %   }
-% \begin{macro}[EXP]{\draw_point_interpolate_curve_auxv:nnnnnn}
-% \begin{macro}[EXP]
+% \begin{macro}[rEXP]{\draw_point_interpolate_curve_auxv:nnnnnn}
+% \begin{macro}[rEXP]
 %   {
 %     \draw_point_interpolate_curve_auxvi:nnw,
 %     \draw_point_interpolate_curve_auxvi:ffw,
 %   }
-% \begin{macro}[EXP]{\draw_point_interpolate_curve_auxvii:n}
-% \begin{macro}[EXP]{\draw_point_interpolate_curve_auxviii:nnnnnnnn}
-% \begin{macro}[EXP]
+% \begin{macro}[rEXP]{\draw_point_interpolate_curve_auxvii:n}
+% \begin{macro}[rEXP]{\draw_point_interpolate_curve_auxviii:nnnnnnnn}
+% \begin{macro}[rEXP]
 %   {
 %     \draw_point_interpolate_curve_auxix:nnnnnn,
 %     \draw_point_interpolate_curve_auxix:ffnnnn,
@@ -844,10 +844,10 @@
 \draw_set_zvec:n { { -0.385cm } { -0.385cm } }
 %    \end{macrocode}
 %
-% \begin{macro}[EXP]{\draw_point_vec_coord:nn}
-% \begin{macro}[EXP]{\@@_point_vec_coord:nn, \@@_point_vec_coord:ff}
-% \begin{macro}[EXP]{\draw_point_vec_coord:nnn}
-% \begin{macro}[EXP]{\@@_point_vec_coord:nnn, \@@_point_vec_coord:fff}
+% \begin{macro}[rEXP]{\draw_point_vec_coord:nn}
+% \begin{macro}[rEXP]{\@@_point_vec_coord:nn, \@@_point_vec_coord:ff}
+% \begin{macro}[rEXP]{\draw_point_vec_coord:nnn}
+% \begin{macro}[rEXP]{\@@_point_vec_coord:nnn, \@@_point_vec_coord:fff}
 %   Force a single evaluation of each factor, then use these to work out the
 %   underlying point.
 %    \begin{macrocode}
@@ -896,8 +896,8 @@
 % \end{macro}
 % \end{macro}
 %
-% \begin{macro}[EXP]{\draw_point_vec_polar:nn}
-% \begin{macro}[EXP]{\@@_point_vec_polar:nn, \@@_point_vec_polar:ff}
+% \begin{macro}[rEXP]{\draw_point_vec_polar:nn}
+% \begin{macro}[rEXP]{\@@_point_vec_polar:nn, \@@_point_vec_polar:ff}
 %   Much the same as the core polar approach.
 %    \begin{macrocode}
 \cs_new:Npn \draw_point_vec_polar:nn #1#2





More information about the latex3-commits mailing list