diff options
author | Karl Berry <karl@freefriends.org> | 2017-02-12 23:33:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-02-12 23:33:12 +0000 |
commit | 2783c1b2807e488a59202f7e4605c8d5693c9ab7 (patch) | |
tree | 9507bb165af179f4b55f0cf049b2465965909193 /Master/texmf-dist/source/latex/fontspec/fontspec-lua.dtx | |
parent | 88ad6ed6179838d65a8c79c1867b8c1de2db3079 (diff) |
fontspec (12feb17)
git-svn-id: svn://tug.org/texlive/trunk@43202 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/fontspec/fontspec-lua.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/fontspec/fontspec-lua.dtx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Master/texmf-dist/source/latex/fontspec/fontspec-lua.dtx b/Master/texmf-dist/source/latex/fontspec/fontspec-lua.dtx index 20a2e97e070..269d18a4d6e 100644 --- a/Master/texmf-dist/source/latex/fontspec/fontspec-lua.dtx +++ b/Master/texmf-dist/source/latex/fontspec/fontspec-lua.dtx @@ -3,20 +3,7 @@ % \begin{macrocode} %<*lua> % \end{macrocode} -% First we define some metadata. % \begin{macrocode} -fontspec = fontspec or {} -local fontspec = fontspec -fontspec.module = { - name = "fontspec", - version = "2.5a", - date = "2016/02/01", - description = "Advanced font selection for LuaLaTeX.", - author = "Khaled Hosny, Philipp Gesang, Will Robertson", - copyright = "Khaled Hosny, Philipp Gesang, Will Robertson", - license = "LPPL" -} - local err, warn, info, log = luatexbase.provides_module(fontspec.module) % \end{macrocode} % Some utility functions |