summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fontspec/fontspec.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-01-25 21:39:16 +0000
committerKarl Berry <karl@freefriends.org>2019-01-25 21:39:16 +0000
commit23edf44c0fa366f56bbf60968fb3d292de1c013b (patch)
tree3c6ed55b24548cb0d7f114436561b8dfdde3dcb7 /Master/texmf-dist/tex/latex/fontspec/fontspec.sty
parent0e0ce19bee540ba50ee3da3872ac10007cfde60f (diff)
fontspec (25jan19)
git-svn-id: svn://tug.org/texlive/trunk@49816 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/fontspec/fontspec.sty')
-rw-r--r--Master/texmf-dist/tex/latex/fontspec/fontspec.sty4
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
}