summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/tex4ht/fontspec-4ht.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/fontspec-4ht.lua')
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/fontspec-4ht.lua9
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/fontspec-4ht.lua b/Master/texmf-dist/tex/generic/tex4ht/fontspec-4ht.lua
index 8f62cb10ec4..ab0f50ef1ca 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/fontspec-4ht.lua
+++ b/Master/texmf-dist/tex/generic/tex4ht/fontspec-4ht.lua
@@ -1,7 +1,6 @@
--- fontspec-4ht.lua (2016-12-10-15:36), generated from tex4ht-4ht.tex
--- Copyright 2016 TeX Users Group
+-- fontspec-4ht.lua (2017-03-22-16:24), generated from tex4ht-4ht.tex
+-- Copyright 2016-2017 TeX Users Group
--[[
-% Copyright 2009-2016 TeX Users Group
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
@@ -18,6 +17,8 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
+\immediate\write-1{version 2017-03-22-16:24}
+
--]]
local M = {}
@@ -40,7 +41,7 @@ local make_node = function(data)
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