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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Mon Mar 20 23:26:13 CET 2017


Author: michal_h21
Date: 2017-03-21 00:26:13 +0200 (Tue, 21 Mar 2017)
New Revision: 259

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
Support ec-lm with fontspec

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2017-03-20 20:10:00 UTC (rev 258)
+++ trunk/lit/ChangeLog	2017-03-20 22:26:13 UTC (rev 259)
@@ -7,6 +7,7 @@
 	* tex4ht-4ht.tex (russianb.4ht): prevent usage of OpenType fonts with
 	LuaLaTX and XeLaTeX, load definitions for Cyrillic characters 
 	with XeLaTeX.
+	* tex4ht-4ht.tex (fontspec-4ht.lua): Added ec-lm as supported font.
 
 2017-03-20  Karl Berry  <karl at freefriends.org>
 

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2017-03-20 20:10:00 UTC (rev 258)
+++ trunk/lit/tex4ht-4ht.tex	2017-03-20 22:26:13 UTC (rev 259)
@@ -3675,7 +3675,7 @@
 end
 
 -- this should be table with patterns for allowed fonts
-local allowed_names = {"^cmr", "^cmb","^cmt", "^cmb", "^cmcs", "^rm%-l", "^cmi", "none"}
+local allowed_names = {"^cmr", "^cmb","^cmt", "^cmb", "^cmcs", "^rm%-l", "^cmi", "^ec%-lm", "none"}
 
 local testfont = function(name)
   -- test font name for all allowed names, when it is found, return true



More information about the tex4ht-commits mailing list