[tex4ht-commits] [SCM] tex4ht updated: r1336 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Wed Jun 7 09:00:36 CEST 2023
Author: michal_h21
Date: 2023-06-07 07:00:35 +0000 (Wed, 07 Jun 2023)
New Revision: 1336
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-4ht.tex
Log:
allow xecjk to be executed with luatex
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2023-06-02 11:15:08 UTC (rev 1335)
+++ trunk/lit/ChangeLog 2023-06-07 07:00:35 UTC (rev 1336)
@@ -1,3 +1,9 @@
+2023-06-07 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-4ht.tex (xecjk-hooks.4ht): allow xeCJK to be executed with
+ LuaLaTeX.
+ https://github.com/michal-h21/make4ht/issues/123
+
2023-06-02 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-html4.tex (html4.4ht): check if Xskak's nextfen is defined.
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2023-06-02 11:15:08 UTC (rev 1335)
+++ trunk/lit/tex4ht-4ht.tex 2023-06-07 07:00:35 UTC (rev 1336)
@@ -4343,7 +4343,9 @@
\DeclareDocumentCommand\xeCJKsetup{m}{}
% }
\AtBeginDocument{%
- \xeuniuseblock{CJK}
+ \ifdefined\xeuniuseblock%
+ \xeuniuseblock{CJK}%
+ \fi%
}
>>> \AddFile{9}{xecjk-hooks}
More information about the tex4ht-commits
mailing list.