[tex4ht-commits] [SCM] tex4ht updated: r1292 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Sun Feb 5 22:12:08 CET 2023
Author: michal_h21
Date: 2023-02-05 21:12:07 +0000 (Sun, 05 Feb 2023)
New Revision: 1292
Added:
trunk/lit/tex4ht-fonts-arphic.tex
Modified:
trunk/lit/ChangeLog
trunk/lit/Makefile
Log:
Added some CJK fonts
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2023-02-03 12:10:35 UTC (rev 1291)
+++ trunk/lit/ChangeLog 2023-02-05 21:12:07 UTC (rev 1292)
@@ -1,3 +1,8 @@
+2023-02-05 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-fonts-arphic.tex: added support for some CJK fonts.
+ https://github.com/michal-h21/make4ht/issues/105
+
2023-02-03 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-html4.tex (html4.4ht): fixed indentation of TOC entries for
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2023-02-03 12:10:35 UTC (rev 1291)
+++ trunk/lit/Makefile 2023-02-05 21:12:07 UTC (rev 1292)
@@ -227,6 +227,10 @@
tex4ht_fonts_stix_derived = \
$(ht_fonts_devdir)/unicode/STIX/stix-mathbb.htf
+derived += $(tex4ht_fonts_arphic_derived)
+tex4ht_fonts_arphic_derived = \
+ $(ht_fonts_devdir)/unicode/arphic/bsmiu9d.htf
+
# htcmd not used
#derived += $(tex4ht_htcmd_derived)
#tex4ht_htcmd_derived = htcmd.c
@@ -450,6 +454,9 @@
$(tex4ht_fonts_stix_derived): tex4ht-fonts-stix.tex
$(HTTEX) $< ""
+$(tex4ht_fonts_arphic_derived): tex4ht-fonts-arphic.tex
+ $(HTTEX) $< ""
+
# requires more memory than configured in other tex programs.
$(tex4ht_fonts_4hf): tex4ht-fonts-4hf.tex
dvilualatex $<
More information about the tex4ht-commits
mailing list.