diff options
author | Karl Berry <karl@freefriends.org> | 2014-06-24 17:35:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-06-24 17:35:10 +0000 |
commit | 0515cdb0111b84daef0c66f7427af0d153551436 (patch) | |
tree | b1d8dc29cb94b05fb5c893b687dbb187d29a2f92 /Master/texmf-dist/tex/latex/fontspec/fontspec.sty | |
parent | 823ddafd5474caf26bc0eac99dc198dbb83e6cbd (diff) |
fontspec (21jun14)
git-svn-id: svn://tug.org/texlive/trunk@34375 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.sty | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/fontspec/fontspec.sty b/Master/texmf-dist/tex/latex/fontspec/fontspec.sty index c20dbb3ad22..1eefd221419 100644 --- a/Master/texmf-dist/tex/latex/fontspec/fontspec.sty +++ b/Master/texmf-dist/tex/latex/fontspec/fontspec.sty @@ -14,12 +14,14 @@ %% %% \ProvidesPackage{fontspec} - [2014/06/01 v2.4 Font selection for XeLaTeX and LuaLaTeX] + [2014/06/21 v2.4a Font selection for XeLaTeX and LuaLaTeX] \RequirePackage{expl3}[2011/09/05] \RequirePackage{xparse} \ExplSyntaxOn +\cs_if_exist:NF \lua_now_x:n + { \cs_set_eq:NN \lua_now_x:n \directlua } \msg_new:nnn {fontspec} {cannot-use-pdftex} { The~ fontspec~ package~ requires~ either~ XeTeX~ or~ LuaTeX~ to~ function. @@ -280,14 +282,16 @@ %% version 1.3c or higher (your choice). The latest version of %% this license is at: http://www.latex-project.org/lppl.txt %% -%% This work is "author-maintained" by Will Robertson. +%% This work is "maintained" by Will Robertson. %% %% This work consists of this file fontspec.dtx %% and the derived files fontspec.sty, %% fontspec.lua, %% fontspec.cfg, -%% fontspec-xetex.tex, -%% fontspec-luatex.tex, +%% fontspec-xetex.sty, +%% fontspec-luatex.sty, +%% fontspec-patches.sty, +%% fontspec-example.tex, %% and fontspec.pdf. %% %% |