diff options
author | Karl Berry <karl@freefriends.org> | 2017-07-22 22:31:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-07-22 22:31:13 +0000 |
commit | c1a051ec53cfe23827fc639ed064edf9d2daa469 (patch) | |
tree | d3dfa589e5b02eb2e6eeb775e04f50027f7fd8d3 /Master/texmf-dist/tex | |
parent | 0e24314c2d151e3a9dcfcf0f2e7833c11977fdb7 (diff) |
fontspec (22jul17)
git-svn-id: svn://tug.org/texlive/trunk@44867 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
4 files changed, 9 insertions, 15 deletions
diff --git a/Master/texmf-dist/tex/latex/fontspec/fontspec-luatex.sty b/Master/texmf-dist/tex/latex/fontspec/fontspec-luatex.sty index f28ab55f99a..ae0803cb57a 100644 --- a/Master/texmf-dist/tex/latex/fontspec/fontspec-luatex.sty +++ b/Master/texmf-dist/tex/latex/fontspec/fontspec-luatex.sty @@ -32,7 +32,7 @@ \RequirePackage{expl3} \RequirePackage{xparse} \ProvidesExplPackage{fontspec-luatex}% - {2017/07/16}{2.6b}{Font selection for XeLaTeX and LuaLaTeX} + {2017/07/23}{2.6c}{Font selection for XeLaTeX and LuaLaTeX} \bool_new:N \l__fontspec_firsttime_bool \bool_new:N \l__fontspec_nobf_bool \bool_new:N \l__fontspec_noit_bool @@ -1867,7 +1867,7 @@ { \bool_set_false:N \l__fontspec_fontcfg_bool } -\__fontspec_keys_define_code:nnn {fontspec-preparse-external} {NoFontCfg} +\__fontspec_keys_define_code:nnn {fontspec-preparse-external} {IgnoreFontspecFile} { \bool_set_false:N \l__fontspec_fontcfg_bool } @@ -2195,13 +2195,10 @@ } \__fontspec_keys_define_code:nnn {fontspec} {HyphenChar} { - \bool_if:NT \l__fontspec_addfontfeatures_bool - { \__fontspec_error:nx {not-in-addfontfeatures} {HyphenChar} } - \str_if_eq:nnTF {#1} {None} { \tl_put_right:Nn \l__fontspec_postadjust_tl - { \hyphenchar \font = \c_minus_one } + { \hyphenchar \font = -1 \relax } } { \tl_if_single:nTF {#1} diff --git a/Master/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty b/Master/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty index ddc64587645..43f2f7b9172 100644 --- a/Master/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty +++ b/Master/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty @@ -32,7 +32,7 @@ \RequirePackage{expl3} \RequirePackage{xparse} \ProvidesExplPackage{fontspec-xetex}% - {2017/07/16}{2.6b}{Font selection for XeLaTeX and LuaLaTeX} + {2017/07/23}{2.6c}{Font selection for XeLaTeX and LuaLaTeX} \bool_new:N \l__fontspec_firsttime_bool \bool_new:N \l__fontspec_nobf_bool \bool_new:N \l__fontspec_noit_bool @@ -1988,7 +1988,7 @@ { \bool_set_false:N \l__fontspec_fontcfg_bool } -\__fontspec_keys_define_code:nnn {fontspec-preparse-external} {NoFontCfg} +\__fontspec_keys_define_code:nnn {fontspec-preparse-external} {IgnoreFontspecFile} { \bool_set_false:N \l__fontspec_fontcfg_bool } @@ -2319,13 +2319,10 @@ } \__fontspec_keys_define_code:nnn {fontspec} {HyphenChar} { - \bool_if:NT \l__fontspec_addfontfeatures_bool - { \__fontspec_error:nx {not-in-addfontfeatures} {HyphenChar} } - \str_if_eq:nnTF {#1} {None} { \tl_put_right:Nn \l__fontspec_postadjust_tl - { \hyphenchar \font = \c_minus_one } + { \hyphenchar \font = -1 \relax } } { \tl_if_single:nTF {#1} diff --git a/Master/texmf-dist/tex/latex/fontspec/fontspec.lua b/Master/texmf-dist/tex/latex/fontspec/fontspec.lua index 7cbb0c0b31c..eba6aa99305 100644 --- a/Master/texmf-dist/tex/latex/fontspec/fontspec.lua +++ b/Master/texmf-dist/tex/latex/fontspec/fontspec.lua @@ -15,8 +15,8 @@ fontspec = fontspec or {} local fontspec = fontspec fontspec.module = { name = "fontspec", - version = "2.6b", - date = "2017/07/16", + version = "2.6c", + date = "2017/07/23", description = "Font selection for XeLaTeX and LuaLaTeX", author = "Khaled Hosny, Philipp Gesang, Will Robertson", copyright = "Khaled Hosny, Philipp Gesang, Will Robertson", diff --git a/Master/texmf-dist/tex/latex/fontspec/fontspec.sty b/Master/texmf-dist/tex/latex/fontspec/fontspec.sty index 783521b01e4..5576750a17d 100644 --- a/Master/texmf-dist/tex/latex/fontspec/fontspec.sty +++ b/Master/texmf-dist/tex/latex/fontspec/fontspec.sty @@ -13,7 +13,7 @@ \RequirePackage{expl3} \RequirePackage{xparse} \ProvidesExplPackage{fontspec}% - {2017/07/16}{2.6b}{Font selection for XeLaTeX and LuaLaTeX} + {2017/07/23}{2.6c}{Font selection for XeLaTeX and LuaLaTeX} \sys_if_engine_luatex:T { \RequirePackage{luaotfload} \directlua{require("fontspec")} |