diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-01-16 07:17:29 +0100 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-01-16 07:17:29 +0100 |
commit | ed5d9443bc2ab9f3a7cfff499c5a3adb34856aaa (patch) | |
tree | 859c82685848557601fc3fab4477b51179c887bf | |
parent | 028dec37109c4b0be47d2b12ad235c1a441259cd (diff) | |
download | luaotfload-ed5d9443bc2ab9f3a7cfff499c5a3adb34856aaa.tar.gz |
[main] move luaotfload.lua -> luaotfload-main.lua
-rw-r--r-- | luaotfload-main.lua (renamed from luaotfload.lua) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/luaotfload.lua b/luaotfload-main.lua index a10fc34..90e35ef 100644 --- a/luaotfload.lua +++ b/luaotfload-main.lua @@ -1,5 +1,5 @@ ----------------------------------------------------------------------- --- FILE: luaotfload.lua +-- FILE: luaotfload-main.lua -- DESCRIPTION: Luatex fontloader initialization -- REQUIREMENTS: luatex v.0.78 or later, the lualibs package -- AUTHOR: Élie Roux, Khaled Hosny, Philipp Gesang @@ -13,7 +13,7 @@ --- version 2.4 to 2.5. Thus, the comments are still in TeX (Latex) --- markup. -if not modules then modules = { } end modules ["luaotfload"] = { +if not modules then modules = { } end modules ["luaotfload-main"] = { version = "2.5", comment = "fontloader initialization", author = "Hans Hagen, Khaled Hosny, Elie Roux, Philipp Gesang", @@ -311,10 +311,10 @@ loadmodule "fontloader.lua" if fonts then if not fonts._merge_loaded_message_done_ then - log [["I am using the merged version of 'luaotfload.lua' here.]] + log [["I am using the merged fontloader here.]] log [[ If you run into problems or experience unexpected]] log [[ behaviour, and if you have ConTeXt installed you can try]] - log [[ to delete the file 'luaotfload-merged.lua' as I might]] + log [[ to delete the file 'luaotfload-fontloader.lua' as I might]] log [[ then use the possibly updated libraries. The merged]] log [[ version is not supported as it is a frozen instance.]] log [[ Problems can be reported to the ConTeXt mailing list."]] |