[latex3-commits] [latex3/latex3] tl-build: End-and-restart softpath collection for 'use' (7e39f3f83)

github at latex-project.org github at latex-project.org
Fri Oct 27 11:23:54 CEST 2023


Repository : https://github.com/latex3/latex3
On branch  : tl-build
Link       : https://github.com/latex3/latex3/commit/7e39f3f8355a607c4019afe6e1081493f0254275

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

commit 7e39f3f8355a607c4019afe6e1081493f0254275
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Oct 19 12:53:10 2023 +0100

    End-and-restart softpath collection for 'use'


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

7e39f3f8355a607c4019afe6e1081493f0254275
 l3experimental/l3draw/l3draw-softpath.dtx | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/l3experimental/l3draw/l3draw-softpath.dtx b/l3experimental/l3draw/l3draw-softpath.dtx
index b393ac83d..20ba86f33 100644
--- a/l3experimental/l3draw/l3draw-softpath.dtx
+++ b/l3experimental/l3draw/l3draw-softpath.dtx
@@ -109,8 +109,12 @@
 %    \begin{macrocode}
 \cs_new_protected:Npn \@@_softpath_use:
   {
-    \tl_build_get:NN \g_@@_softpath_main_tl \l_@@_softpath_tmp_tl
+    \tl_build_gend:N \g_@@_softpath_main_tl
+    \tl_set_eq:NN \l_@@_softpath_tmp_tl \g_@@_softpath_main_tl
     \l_@@_softpath_tmp_tl
+    \tl_build_gbegin:N \g_@@_softpath_main_tl
+    \exp_args:NNV \tl_build_gput_right:Nn
+      \g_@@_softpath_main_tl \l_@@_softpath_tmp_tl
   }
 \cs_new_protected:Npn \@@_softpath_clear:
   {





More information about the latex3-commits mailing list.