[tex4ht-commits] [SCM] tex4ht updated: r1384 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Thu Oct 12 15:17:20 CEST 2023
Author: michal_h21
Date: 2023-10-12 13:17:20 +0000 (Thu, 12 Oct 2023)
New Revision: 1384
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-4ht.tex
Log:
use e-type functions for fontspec
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2023-10-12 13:00:56 UTC (rev 1383)
+++ trunk/lit/ChangeLog 2023-10-12 13:17:20 UTC (rev 1384)
@@ -1,6 +1,10 @@
2023-10-12 Michal Hoftich <michal.h21 at gmail.com>
- * tex4ht-html4.tex (html4.4ht): use e-type Expl 3 function in
+ * tex4ht-4ht.tex (usepackage-fontspec.4ht): use e-type Expl3
+ functions.
+ https://www.texdev.net/2023/10/10/get-the-jag-from-x-type-to-e-type
+
+ * tex4ht-html4.tex (html4.4ht): use e-type Expl3 function in
Siunixtx's MathJax support code.
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:00:56 UTC (rev 1383)
+++ trunk/lit/tex4ht-4ht.tex 2023-10-12 13:17:20 UTC (rev 1384)
@@ -4617,11 +4617,11 @@
\PassOptionsToPackage{no-math}{fontspec}
\ExplSyntaxOn
\:AtEndOfPackage{%
- \tl_gset:Nx \l__fontspec_nfss_enc_tl {T1}
- \tl_gset:Nx \g_fontspec_encoding_tl {T1}
- \tl_gset:Nx \l__fontspec_ttfamily_encoding_tl {T1}
- \tl_gset:Nx \l__fontspec_sffamily_encoding_tl {T1}
- \tl_gset:Nx \l__fontspec_rmfamily_encoding_tl {T1}
+ \tl_gset:Ne \l__fontspec_nfss_enc_tl {T1}
+ \tl_gset:Ne \g_fontspec_encoding_tl {T1}
+ \tl_gset:Ne \l__fontspec_ttfamily_encoding_tl {T1}
+ \tl_gset:Ne \l__fontspec_sffamily_encoding_tl {T1}
+ \tl_gset:Ne \l__fontspec_rmfamily_encoding_tl {T1}
\seq_new:N \fontspec_ht_fontfamilies
\ifdefined\XeTeXversion
\keys_define:nn {fontspec4ht}{
More information about the tex4ht-commits
mailing list.