diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/fontspec/fontspec.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/fontspec/fontspec.sty | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/fontspec/fontspec.sty b/Master/texmf-dist/tex/latex/fontspec/fontspec.sty index 7178fb7f2d3..e46c9205de6 100644 --- a/Master/texmf-dist/tex/latex/fontspec/fontspec.sty +++ b/Master/texmf-dist/tex/latex/fontspec/fontspec.sty @@ -21,13 +21,13 @@ \RequirePackage{xparse} \ProvidesExplPackage{fontspec}% - {2019/01/24}{2.7}{Font selection for XeLaTeX and LuaLaTeX} + {2019/01/25}{2.7a}{Font selection for XeLaTeX and LuaLaTeX} %%^^A%% fontspec-code-load.dtx -- part of FONTSPEC <wspr.io/fontspec> \sys_if_engine_luatex:T { \RequirePackage{luaotfload} - \directlua{require("fontspec")} + \lua_now:e{require("fontspec")} \RequirePackageWithOptions{fontspec-luatex} \endinput } |