diff options
author | Karl Berry <karl@freefriends.org> | 2013-02-26 00:29:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-02-26 00:29:14 +0000 |
commit | 824c41895b67301061dae9271c2b0e6b45fc5f77 (patch) | |
tree | bf32ac7f3302415c03e657738a71bf01869f701b /Master/texmf-dist/tex/latex/fontspec/fontspec.lua | |
parent | 1f9e02e82c40a4bd9e9dec120b1ea56347cf070e (diff) |
fontspec (25feb13)
git-svn-id: svn://tug.org/texlive/trunk@29230 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/fontspec/fontspec.lua')
-rw-r--r-- | Master/texmf-dist/tex/latex/fontspec/fontspec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/fontspec/fontspec.lua b/Master/texmf-dist/tex/latex/fontspec/fontspec.lua index 06be52164de..04f3de54d22 100644 --- a/Master/texmf-dist/tex/latex/fontspec/fontspec.lua +++ b/Master/texmf-dist/tex/latex/fontspec/fontspec.lua @@ -73,7 +73,7 @@ end local function check_feature(id, feature, language, script) local s = string.lower(script) local l = string.lower(language) - local f = string.lower(feature:gsub("^[+-]", "")) + local f = string.lower(feature:gsub("^[+-]", ""):gsub("=.*$", "")) if id and id > 0 then local otfdata = fonts.identifiers[id].shared.otfdata if otfdata then |