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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Sat Jul 25 16:17:24 CEST 2020


Author: michal_h21
Date: 2020-07-25 17:17:24 +0300 (Sat, 25 Jul 2020)
New Revision: 778

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

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2020-07-18 16:45:43 UTC (rev 777)
+++ trunk/lit/ChangeLog	2020-07-25 14:17:24 UTC (rev 778)
@@ -1,3 +1,9 @@
+2020-07-25  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-fonts-newtx.tex,
+	* Makefile: generate files for Newtx fonts
+	https://puszcza.gnu.org.ua/bugs/index.php?236#postcomment
+
 2020-07-18  Karl Berry  <karl at freefriends.org>
 
 	* Makefile (update):  missing ) on "$(dest_src/", causing 

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2020-07-18 16:45:43 UTC (rev 777)
+++ trunk/lit/Makefile	2020-07-25 14:17:24 UTC (rev 778)
@@ -187,6 +187,10 @@
 tex4ht_fonts_libertine_derived = \
 	$(ht_fonts_devdir)/unicode/Linux_Biolinum_T/LinBiolinumT-lf-sc-ly1.htf
 
+derived += $(tex4ht_fonts_newtx_derived)
+tex4ht_fonts_newtx_derived = \
+	$(ht_fonts_devdir)/unicode/txbmiaX/ntxbmia.htf
+
 # xx and many more
 # whither tmp?  how change target dir?  what happened to cmtex.htf?  etc.
 
@@ -393,6 +397,9 @@
 $(tex4ht_fonts_libertine_derived): tex4ht-fonts-libertine.tex
 	$(HTTEX) $< ""
 
+$(tex4ht_fonts_newtx_derived): tex4ht-fonts-newtx.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.