[tex4ht-commits] [SCM] tex4ht updated: r1383 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Thu Oct 12 15:00:56 CEST 2023
Author: michal_h21
Date: 2023-10-12 13:00:56 +0000 (Thu, 12 Oct 2023)
New Revision: 1383
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-html4.tex
Log:
use e-type expl 3 functions for siunitx
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2023-10-12 12:52:53 UTC (rev 1382)
+++ trunk/lit/ChangeLog 2023-10-12 13:00:56 UTC (rev 1383)
@@ -1,5 +1,9 @@
2023-10-12 Michal Hoftich <michal.h21 at gmail.com>
+ * tex4ht-html4.tex (html4.4ht): use e-type Expl 3 function in
+ Siunixtx's MathJax support code.
+ https://www.texdev.net/2023/10/10/get-the-jag-from-x-type-to-e-type
+
* tex4ht-mathjax.tex (mathjax-latex-4ht.4ht): changed deprecated
\tl_set:Nx to \tl_set:Ne.
https://www.texdev.net/2023/10/10/get-the-jag-from-x-type-to-e-type
Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex 2023-10-12 12:52:53 UTC (rev 1382)
+++ trunk/lit/tex4ht-html4.tex 2023-10-12 13:00:56 UTC (rev 1383)
@@ -21690,7 +21690,7 @@
\cs_gset_protected:Npn \__siunitx_print_math_auxii:n #1
{
\tl_set:Nn \l__siunitx_print_tmp_tl {#1}
- \exp_args:NNnx \tl_replace_all:Nnn \l__siunitx_print_tmp_tl
+ \exp_args:NNne \tl_replace_all:Nnn \l__siunitx_print_tmp_tl
{ ^ } { \token_to_str:N ^ }
% escape special HTML characters
\regex_replace_all:nnN { \x{26} } { & } \l__siunitx_print_tmp_tl
More information about the tex4ht-commits
mailing list.