[tex4ht-commits] [SCM] tex4ht updated: r1236 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Tue Nov 15 13:28:12 CET 2022
Author: michal_h21
Date: 2022-11-15 12:28:12 +0000 (Tue, 15 Nov 2022)
New Revision: 1236
Added:
trunk/lit/tex4ht-fonts-stix.tex
Modified:
trunk/lit/ChangeLog
trunk/lit/Makefile
Log:
Added support for the STIX fonts
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2022-11-04 15:46:19 UTC (rev 1235)
+++ trunk/lit/ChangeLog 2022-11-15 12:28:12 UTC (rev 1236)
@@ -1,3 +1,7 @@
+2022-11-15 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-fonts-stix.tex: added support for the STIX fonts.
+
2022-11-04 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-4ht.tex (xskak.4ht),
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2022-11-04 15:46:19 UTC (rev 1235)
+++ trunk/lit/Makefile 2022-11-15 12:28:12 UTC (rev 1236)
@@ -223,6 +223,10 @@
tex4ht_fonts_mnsymbol_derived = \
$(ht_fonts_devdir)/unicode/MnSymbol/MnSymbolA-Bold10.htf
+derived += $(tex4ht_fonts_stix_derived)
+tex4ht_fonts_stix_derived = \
+ $(ht_fonts_devdir)/unicode/STIX/stix-mathbb.htf
+
# htcmd not used
#derived += $(tex4ht_htcmd_derived)
#tex4ht_htcmd_derived = htcmd.c
@@ -445,6 +449,9 @@
$(tex4ht_fonts_mnsymbol_derived): tex4ht-fonts-mnsymbol.tex
$(HTTEX) $< ""
+$(tex4ht_fonts_stix_derived): tex4ht-fonts-stix.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.