[tex4ht-commits] [SCM] tex4ht updated: r1386 - trunk/lit

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Thu Oct 12 16:03:28 CEST 2023


Author: michal_h21
Date: 2023-10-12 14:03:28 +0000 (Thu, 12 Oct 2023)
New Revision: 1386

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
use e-type functions for piton

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2023-10-12 13:46:16 UTC (rev 1385)
+++ trunk/lit/ChangeLog	2023-10-12 14:03:28 UTC (rev 1386)
@@ -1,5 +1,8 @@
 2023-10-12  Michal Hoftich  <michal.h21 at gmail.com>
 
+	* tex4ht-4ht.tex (piton.4ht): use e-type Expl3 functions.
+	https://www.texdev.net/2023/10/10/get-the-jag-from-x-type-to-e-type
+
 	* tex4ht-4ht.tex (tabularray.4ht): use e-type Expl3 functions.
 	https://www.texdev.net/2023/10/10/get-the-jag-from-x-type-to-e-type
 

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2023-10-12 13:46:16 UTC (rev 1385)
+++ trunk/lit/tex4ht-4ht.tex	2023-10-12 14:03:28 UTC (rev 1386)
@@ -26072,7 +26072,7 @@
     \cs_set_eq:cN { ~ } \space
     \cs_set_protected:Npn \__piton_begin_line: { }
     \cs_set_protected:Npn \__piton_end_line: { }
-    \tl_set:Nx \l_tmpa_tl
+    \tl_set:Ne \l_tmpa_tl
       {
         \lua_now:e
           { piton.ParseBis('\l__piton_language_str',token.scan_string()) }
@@ -26101,7 +26101,7 @@
     \automatichyphenmode = 1
     \cs_set_protected:Npn \__piton_begin_line: { }
     \cs_set_protected:Npn \__piton_end_line: { }
-    \tl_set:Nx \l_tmpa_tl
+    \tl_set:Ne \l_tmpa_tl
       {
         \lua_now:e
           { piton.Parse('\l__piton_language_str',token.scan_string()) }



More information about the tex4ht-commits mailing list.