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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Thu Feb 9 17:22:17 CET 2023


Author: michal_h21
Date: 2023-02-09 16:22:17 +0000 (Thu, 09 Feb 2023)
New Revision: 1293

Modified:
   trunk/lit/ChangeLog
   trunk/lit/Makefile
Log:
Added support for stix2 fonts

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2023-02-05 21:12:07 UTC (rev 1292)
+++ trunk/lit/ChangeLog	2023-02-09 16:22:17 UTC (rev 1293)
@@ -1,3 +1,7 @@
+2023-02-09  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-fonts-stix2.tex: added support for Stix2 fonts.
+
 2023-02-05  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-fonts-arphic.tex: added support for some CJK fonts.

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2023-02-05 21:12:07 UTC (rev 1292)
+++ trunk/lit/Makefile	2023-02-09 16:22:17 UTC (rev 1293)
@@ -227,6 +227,10 @@
 tex4ht_fonts_stix_derived = \
 	$(ht_fonts_devdir)/unicode/STIX/stix-mathbb.htf
 
+derived += $(tex4ht_fonts_stix2_derived)
+tex4ht_fonts_stix2_derived = \
+	$(ht_fonts_devdir)/unicode/STIX_Two/stix2-mathbb.htf
+
 derived += $(tex4ht_fonts_arphic_derived)
 tex4ht_fonts_arphic_derived = \
 	$(ht_fonts_devdir)/unicode/arphic/bsmiu9d.htf
@@ -454,6 +458,9 @@
 $(tex4ht_fonts_stix_derived): tex4ht-fonts-stix.tex
 	$(HTTEX) $< ""
 
+$(tex4ht_fonts_stix2_derived): tex4ht-fonts-stix2.tex
+	$(HTTEX) $< ""
+
 $(tex4ht_fonts_arphic_derived): tex4ht-fonts-arphic.tex
 	$(HTTEX) $< ""
 



More information about the tex4ht-commits mailing list.