summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-04-15 20:32:28 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2013-04-15 20:32:28 +0200
commit3b5b837c46a39f20b90c978e34767c0abd5d1e75 (patch)
tree1b4e3ca1b2fc6a1a0d8de679988b2574a1b69f65
parentf48b1743185bb89337a9c8224ba05628c106128e (diff)
downloadluaotfload-3b5b837c46a39f20b90c978e34767c0abd5d1e75.tar.gz
bump version; keep luaotfload well-formed for dtxtool
-rw-r--r--luaotfload.lua31
1 files changed, 2 insertions, 29 deletions
diff --git a/luaotfload.lua b/luaotfload.lua
index 34e5bdf..4373cfc 100644
--- a/luaotfload.lua
+++ b/luaotfload.lua
@@ -1,28 +1,9 @@
---
--- This is file `luaotfload.lua',
--- generated with the docstrip utility.
---
--- The original source files were:
---
--- luaotfload.dtx (with options: `lua')
--- This is a generated file.
---
--- Copyright (C) 2009-2010 by by Elie Roux <elie.roux@telecom-bretagne.eu>
--- and Khaled Hosny <khaledhosny@eglug.org>
--- (Support: <lualatex-dev@tug.org>.)
---
--- This work is under the CC0 license.
---
--- This work consists of the main source file luaotfload.dtx
--- and the derived files
--- luaotfload.sty, luaotfload.lua
---
module("luaotfload", package.seeall)
luaotfload.module = {
name = "luaotfload",
- version = 1.27,
- date = "2012/05/28",
+ version = 2.2,
+ date = "2013/04/15",
description = "OpenType layout system.",
author = "Elie Roux & Hans Hagen",
copyright = "Elie Roux",
@@ -136,12 +117,6 @@ end
--- otfl-font-oti.lua
--- otfl-font-otn.lua
---[[--
- it all boils down to this: we load otfl-fonts.lua
- which takes care of loading the merged file.
- that’s it, go thank Hans!
---]]--
-
--[[doc--
We treat the fontloader as a black box so behavior is consistent
between formats.
@@ -374,5 +349,3 @@ add_to_callback("luaotfload.patch_font",
]==]
-- vim:tw=71:sw=4:ts=4:expandtab
-
--- End of File `luaotfload.lua'.