diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-23 00:15:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-23 00:15:43 +0000 |
commit | 9d548e8b6c733f2c9a6b4f520fab7a7b5e8ac6a6 (patch) | |
tree | fdd1374a97abc017766b6bafffa82ba70367e884 /Master/texmf-dist | |
parent | b020a81de2354beba61b6cc7d2c2671a919f3c24 (diff) |
luaotfload 1.06b (22feb10)
git-svn-id: svn://tug.org/texlive/trunk@17153 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/luatex/luaotfload/News | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/luatex/luaotfload/luaotfload.pdf | bin | 178465 -> 178017 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/luatex/luaotfload/luaotfload.dtx | 10 | ||||
-rw-r--r-- | Master/texmf-dist/tex/luatex/luaotfload/luaotfload.lua | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/luatex/luaotfload/otfl-luat-dum.lua | 2 |
6 files changed, 12 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/luatex/luaotfload/News b/Master/texmf-dist/doc/luatex/luaotfload/News index 8ecc036b6f0..6521e44bfd1 100644 --- a/Master/texmf-dist/doc/luatex/luaotfload/News +++ b/Master/texmf-dist/doc/luatex/luaotfload/News @@ -1,6 +1,9 @@ History of the luaotfload bundle -2010/12/01, luaotfload v1.06a: +2010/02/22, luaotfload v1.06b: + * fix loading OpenType feature files + +2010/02/07, luaotfload v1.06a: * more complete tlig and trep * defaults options changed to "+ccmp;+locl;+rlig;+liga;+clig;+kern; +mark;+mkmk;" diff --git a/Master/texmf-dist/doc/luatex/luaotfload/luaotfload.pdf b/Master/texmf-dist/doc/luatex/luaotfload/luaotfload.pdf Binary files differindex 412013206ea..8f4638a9a1a 100644 --- a/Master/texmf-dist/doc/luatex/luaotfload/luaotfload.pdf +++ b/Master/texmf-dist/doc/luatex/luaotfload/luaotfload.pdf diff --git a/Master/texmf-dist/source/luatex/luaotfload/luaotfload.dtx b/Master/texmf-dist/source/luatex/luaotfload/luaotfload.dtx index 090e866db78..1160f80cc03 100644 --- a/Master/texmf-dist/source/luatex/luaotfload/luaotfload.dtx +++ b/Master/texmf-dist/source/luatex/luaotfload/luaotfload.dtx @@ -34,7 +34,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: luaotfload 2010/02/03 v1.06a ConTeXt font loading system} +\Msg{* Package: luaotfload 2010/02/22 v1.06b ConTeXt font loading system} \Msg{************************************************************************} \keepsilent @@ -100,7 +100,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{luaminimalotf.drv}% - [2010/02/03 v1.06a ConTeXt font loading system]% + [2010/02/22 v1.06b ConTeXt font loading system]% \documentclass{ltxdoc} \EnableCrossrefs \CodelineIndex @@ -131,7 +131,7 @@ and the derived files % \GetFileInfo{luaotfload.drv} % % \title{The \textsf{luaotfload} package} -% \date{2010/02/03 v1.06a} +% \date{2010/02/22 v1.06b} % \author{Elie Roux \\ \texttt{elie.roux@telecom-bretagne.eu}} % % \maketitle @@ -225,7 +225,7 @@ luaotfload = { } luaotfload.module = { name = "luaotfload", version = 1.06, - date = "2010/02/03", + date = "2010/02/22", description = "ConTeXt font loading system.", author = "Elie Roux & Hans Hagen", copyright = "Elie Roux", @@ -497,7 +497,7 @@ end \else \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{luaotfload}% - [2010/02/03 v1.06a ConTeXt font loading system] + [2010/02/22 v1.06b ConTeXt font loading system] \RequirePackage{luatextra} \fi diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.lua b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.lua index 46747dd771d..2c63bd9a22c 100644 --- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.lua +++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.lua @@ -20,7 +20,7 @@ luaotfload = { } luaotfload.module = { name = "luaotfload", version = 1.06, - date = "2010/02/03", + date = "2010/02/22", description = "ConTeXt font loading system.", author = "Elie Roux & Hans Hagen", copyright = "Elie Roux", diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty index 2c791f0cf84..839b62e8bee 100644 --- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty +++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload.sty @@ -23,7 +23,7 @@ \else \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{luaotfload}% - [2010/02/03 v1.06a ConTeXt font loading system] + [2010/02/22 v1.06b ConTeXt font loading system] \RequirePackage{luatextra} \fi diff --git a/Master/texmf-dist/tex/luatex/luaotfload/otfl-luat-dum.lua b/Master/texmf-dist/tex/luatex/luaotfload/otfl-luat-dum.lua index dd5ade7a9b4..ffabda8e114 100644 --- a/Master/texmf-dist/tex/luatex/luaotfload/otfl-luat-dum.lua +++ b/Master/texmf-dist/tex/luatex/luaotfload/otfl-luat-dum.lua @@ -54,7 +54,7 @@ local remapper = { function resolvers.find_file(name,kind) name = string.gsub(name,"\\","\/") - kind = string.lower(kind) + kind = kind and string.lower(kind) return kpse.find_file(name,(kind and kind ~= "" and (remapper[kind] or kind)) or "tex") end |