From 5ce60cc98a304d837dfa451dd7d389dbd5cfaa77 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Tue, 19 Apr 2016 08:09:38 +0200 Subject: [*] shred 2014 fontloader MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This one hasn’t been touched for ages. The will be no compatibility loader this year. For testing, creating a loader on the fly from the Git repos is sufficient. --- src/luaotfload-main.lua | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) (limited to 'src/luaotfload-main.lua') diff --git a/src/luaotfload-main.lua b/src/luaotfload-main.lua index 426aef7..3f1f602 100644 --- a/src/luaotfload-main.lua +++ b/src/luaotfload-main.lua @@ -13,7 +13,7 @@ local luaotfload = luaotfload luaotfload.log = luaotfload.log or { } luaotfload.version = "2.7" luaotfload.loaders = { } -luaotfload.min_luatex_version = 80 --- i. e. 0.80 +luaotfload.min_luatex_version = 95 --- i. e. 0.80 luaotfload.fontloader_package = "reference" --- default: from current Context local authors = "\z @@ -30,7 +30,7 @@ local authors = "\z luaotfload.module = { name = "luaotfload-main", version = 2.70001, - date = "2016/02/19", + date = "2016/04/19", description = "OpenType layout system.", author = authors, copyright = authors, @@ -64,29 +64,6 @@ local type = type luatexbase.provides_module (luaotfload.module) ---[[doc-- - - We set the minimum version requirement for \LUATEX to v0.76, - because the font loader requires recent features like direct - attribute indexing and \luafunction{node.end_of_math()} that aren’t - available in earlier versions.\footnote{% - See Taco’s announcement of v0.76: - \url{http://comments.gmane.org/gmane.comp.tex.luatex.user/4042} - and this commit by Hans that introduced those features. - \url{http://repo.or.cz/w/context.git/commitdiff/a51f6cf6ee087046a2ae5927ed4edff0a1acec1b}. - } - ---doc]]-- - -if tex.luatexversion < luaotfload.min_luatex_version then - warning ("LuaTeX v%.2f is old, v%.2f or later is recommended.", - tex.luatexversion / 100, - luaotfload.min_luatex_version / 100) - warning ("using fallback fontloader -- newer functionality not available") - luaotfload.fontloader_package = "tl2014" --- TODO fallback should be configurable too - --- we install a fallback for older versions as a safety -end - --[[doc-- \subsection{Module loading} -- cgit v1.2.3