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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Mon Aug 31 22:21:03 CEST 2020


Author: michal_h21
Date: 2020-08-31 23:21:03 +0300 (Mon, 31 Aug 2020)
New Revision: 788

Modified:
   trunk/lit/ChangeLog
   trunk/lit/Makefile
Log:
Configuration for fourier fonts

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2020-08-27 11:18:38 UTC (rev 787)
+++ trunk/lit/ChangeLog	2020-08-31 20:21:03 UTC (rev 788)
@@ -1,3 +1,9 @@
+2020-08-31  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-fonts-fourier.tex,
+	* Makefile: generate files for Fourier fonts.
+	https://github.com/michal-h21/make4ht/issues/35
+
 2020-08-27  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-mathml.tex (mathml.4ht): use some code from mathml- option by

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2020-08-27 11:18:38 UTC (rev 787)
+++ trunk/lit/Makefile	2020-08-31 20:21:03 UTC (rev 788)
@@ -191,6 +191,10 @@
 tex4ht_fonts_newtx_derived = \
 	$(ht_fonts_devdir)/unicode/txbmiaX/ntxbmia.htf
 
+derived += $(tex4ht_fonts_fourier_derived)
+tex4ht_fonts_fourier_derived = \
+	$(ht_fonts_devdir)/unicode/Fourier-Math-Letters/futmi.htf
+
 # xx and many more
 # whither tmp?  how change target dir?  what happened to cmtex.htf?  etc.
 
@@ -400,6 +404,9 @@
 $(tex4ht_fonts_newtx_derived): tex4ht-fonts-newtx.tex
 	$(HTTEX) $< ""
 
+$(tex4ht_fonts_fourier_derived): tex4ht-fonts-fourier.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.