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

Michal Hoftich INVALID.NOREPLY at gnu.org.ua
Thu Jul 7 15:29:07 CEST 2022


Author: michal_h21
Date: 2022-07-07 13:29:07 +0000 (Thu, 07 Jul 2022)
New Revision: 1173

Added:
   trunk/lit/tex4ht-fonts-mnsymbol.tex
Modified:
   trunk/lit/ChangeLog
   trunk/lit/Makefile
Log:
added support for mnsymbol fonts

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2022-07-07 12:17:55 UTC (rev 1172)
+++ trunk/lit/ChangeLog	2022-07-07 13:29:07 UTC (rev 1173)
@@ -1,5 +1,6 @@
 2022-07-07  Michal Hoftich  <michal.h21 at gmail.com>
 
+	* tex4ht-fonts-mnsymbol.tex: added support for the MnSymbol fonts.
 	* tex4ht-4ht.tex (usepackage.4ht, bookmark-hooks.4ht): prevent
 	errors with the Bookmark package.
 	https://tex.stackexchange.com/a/650128/2891

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2022-07-07 12:17:55 UTC (rev 1172)
+++ trunk/lit/Makefile	2022-07-07 13:29:07 UTC (rev 1173)
@@ -219,6 +219,10 @@
 # xx and many more
 # whither tmp?  how change target dir?  what happened to cmtex.htf?  etc.
 
+derived += $(tex4ht_fonts_mnsymbol_derived)
+tex4ht_fonts_mnsymbol_derived = \
+	$(ht_fonts_devdir)/unicode/MnSymbol/MnSymbolA-Bold10.htf
+
 # htcmd not used
 #derived += $(tex4ht_htcmd_derived)
 #tex4ht_htcmd_derived = htcmd.c
@@ -438,6 +442,9 @@
 $(tex4ht_fonts_opensans_derived): tex4ht-fonts-opensans.tex
 	$(HTTEX) $< ""
 
+$(tex4ht_fonts_mnsymbol_derived): tex4ht-fonts-mnsymbol.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.