[tex4ht-commits] [SCM] tex4ht updated: r1498 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Thu Apr 4 17:27:36 CEST 2024
Author: michal_h21
Date: 2024-04-04 15:27:36 +0000 (Thu, 04 Apr 2024)
New Revision: 1498
Added:
trunk/lit/tex4ht-fonts-minionpro.tex
Modified:
trunk/lit/ChangeLog
trunk/lit/Makefile
Log:
Added support for MinionPro fonts
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2024-03-31 14:24:29 UTC (rev 1497)
+++ trunk/lit/ChangeLog 2024-04-04 15:27:36 UTC (rev 1498)
@@ -1,3 +1,9 @@
+2024-04-04 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-fonts-minionpro.tex: added support for MinionPro fonts.
+ Thanks to David Gleich.
+ https://github.com/michal-h21/htfgen/issues/2
+
2024-03-31 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-4ht.tex (index.4ht): fixed clash between Imakeidx and Index
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2024-03-31 14:24:29 UTC (rev 1497)
+++ trunk/lit/Makefile 2024-04-04 15:27:36 UTC (rev 1498)
@@ -227,6 +227,10 @@
tex4ht_fonts_mnsymbol_derived = \
$(ht_fonts_devdir)/unicode/MnSymbol/MnSymbolA-Bold10.htf
+derived += $(tex4ht_fonts_minionpro_derived)
+tex4ht_fonts_minionpro_derived = \
+ $(ht_fonts_devdir)/unicode/Minion_Pro/MinionPro-It-lf-l1-ot1.htf
+
derived += $(tex4ht_fonts_stix_derived)
tex4ht_fonts_stix_derived = \
$(ht_fonts_devdir)/unicode/STIX/stix-mathbb.htf
@@ -462,6 +466,9 @@
$(tex4ht_fonts_mnsymbol_derived): tex4ht-fonts-mnsymbol.tex
$(HTTEX) $< ""
+$(tex4ht_fonts_minionpro_derived): tex4ht-fonts-minionpro.tex
+ $(HTTEX) $< ""
+
$(tex4ht_fonts_stix_derived): tex4ht-fonts-stix.tex
$(HTTEX) $< ""
More information about the tex4ht-commits
mailing list.