[latex3-commits] [git/LaTeX3-latex3-latex3] master: Adjust a few internal names (75c0e9d)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Feb 13 11:20:55 CET 2018


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

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

commit 75c0e9da029fa5ebf54f2681077b4318b29d5e8e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Feb 13 10:20:55 2018 +0000

    Adjust a few internal names


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

75c0e9da029fa5ebf54f2681077b4318b29d5e8e
 l3trial/l3draw/l3draw-points.dtx |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/l3trial/l3draw/l3draw-points.dtx b/l3trial/l3draw/l3draw-points.dtx
index e853f33..43797a6 100644
--- a/l3trial/l3draw/l3draw-points.dtx
+++ b/l3trial/l3draw/l3draw-points.dtx
@@ -773,21 +773,21 @@
 % \end{variable}
 %
 % \begin{macro}{\draw_xvec_set:n, \draw_yvec_set:n, \draw_zvec_set:n}
-% \begin{macro}{\@@_set_vec:nn}
-% \begin{macro}{\@@_set_vec:nnn}
+% \begin{macro}{\@@_vec_set:nn}
+% \begin{macro}{\@@_vec_set:nnn}
 %   Calculate the underlying position and store it.
 %    \begin{macrocode}
 \cs_new_protected:Npn \draw_xvec_set:n #1
-  { \@@_set_vec:nn { x } {#1} }
+  { \@@_vec_set:nn { x } {#1} }
 \cs_new_protected:Npn \draw_yvec_set:n #1
-  { \@@_set_vec:nn { y } {#1} }
+  { \@@_vec_set:nn { y } {#1} }
 \cs_new_protected:Npn \draw_zvec_set:n #1
-  { \@@_set_vec:nn { z } {#1} }
-\cs_new_protected:Npn \@@_set_vec:nn #1#2
+  { \@@_vec_set:nn { z } {#1} }
+\cs_new_protected:Npn \@@_vec_set:nn #1#2
   {
-    \@@_point_process:nn { \@@_set_vec:nnn {#1} } {#2}
+    \@@_point_process:nn { \@@_vec_set:nnn {#1} } {#2}
   }
-\cs_new_protected:Npn \@@_set_vec:nnn #1#2#3
+\cs_new_protected:Npn \@@_vec_set:nnn #1#2#3
   {
     \dim_set:cn { l_@@_ #1 vec_x_dim } {#2}
     \dim_set:cn { l_@@_ #1 vec_y_dim } {#3}





More information about the latex3-commits mailing list