diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2015-11-21 16:45:05 +0100 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2015-11-21 16:45:05 +0100 |
commit | 94cdd2f5302cac287d8149eb9f1dcf725588c580 (patch) | |
tree | 27a0a72da4e673a8a0f81777e1db58ff6c655556 | |
parent | ce17332266dff01cfb9f83edbf10b7e080a770ca (diff) | |
download | lualibs-94cdd2f5302cac287d8149eb9f1dcf725588c580.tar.gz |
doc: mention tightened relation to Luaotfload
-rw-r--r-- | lualibs.dtx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lualibs.dtx b/lualibs.dtx index 8d43a34..3e1b69f 100644 --- a/lualibs.dtx +++ b/lualibs.dtx @@ -363,11 +363,14 @@ and the derived file lualibs.lua. % This is achieved by means of \identifier{mtx-package}, a script for bundling % \LUA code shipped with \CONTEXT. % This concatenates the code of several \LUA files into a single file that is -% both easier to distribute and loading (marginally) faster. +% both easier to distribute and loading marginally faster. % \identifier{mtx-package} ensures that the code from each file gets its % own closure and strips newlines and comments, resulting in a smaller payload. % Another package that relies on it heavily is the font loader as contained in % \identifier{luaotfload} and \identifier{luatex-fonts}. +% \identifier{Luaotfload}, a port of the \CONTEXT fontloader for Plain and +% \LATEX, has a hard dependency on the functionality provided by the % +\identifer{Lualibs} package. The packages should not be updated independently. % % If \CONTEXT is installed on the system, the merge files can be created % by running: |