summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/luaotfload/otfl-font-com.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-18 23:08:28 +0000
committerKarl Berry <karl@freefriends.org>2013-04-18 23:08:28 +0000
commit9755d58202647a46a7ff5105362f9947c9b0d866 (patch)
tree5e4d218ec7782e206ccae48c1136f4357ebd2cec /Master/texmf-dist/tex/luatex/luaotfload/otfl-font-com.lua
parent0206472282df5ad9e6de035291ac604f92977a25 (diff)
luaotfload (18apr13)
git-svn-id: svn://tug.org/texlive/trunk@30026 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex/luaotfload/otfl-font-com.lua')
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/otfl-font-com.lua16
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/otfl-font-com.lua b/Master/texmf-dist/tex/luatex/luaotfload/otfl-font-com.lua
new file mode 100644
index 00000000000..4b6d8162f56
--- /dev/null
+++ b/Master/texmf-dist/tex/luatex/luaotfload/otfl-font-com.lua
@@ -0,0 +1,16 @@
+if not modules then modules = { } end modules ['font-com'] = {
+ version = 1.002,
+ comment = "Luaotfload backward compatibility module",
+ author = "Elie Roux",
+ copyright = "Luaotfload Development Team",
+ license = "GNU GPL v2"
+}
+
+fonts = fonts or { }
+local fonts = fonts
+
+-- In new ConTeXt versions, fonts.identifiers is renamed in
+-- fonts.hashes.identifiers, this break fontspec from TeXLive 2012
+if not fonts.identifiers then
+ fonts.identifiers = fonts.hashes.identifiers
+end