summaryrefslogtreecommitdiff
path: root/doc/luaotfload-main.tex
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2015-11-06 00:17:32 +0100
committerPhilipp Gesang <phg@phi-gamma.net>2015-11-06 00:22:25 +0100
commit28dc7605d7875058227c5690a8f6354e1979d1b5 (patch)
treefac13ffbfaa87ac6e68d58f7e4853fe1acceceed /doc/luaotfload-main.tex
parent8860ba7e4cb6009ac4abca9abd37cf276c786a45 (diff)
downloadluaotfload-28dc7605d7875058227c5690a8f6354e1979d1b5.tar.gz
[doc] remove redundant namespace prefixing for primitives
Diffstat (limited to 'doc/luaotfload-main.tex')
-rw-r--r--doc/luaotfload-main.tex40
1 files changed, 20 insertions, 20 deletions
diff --git a/doc/luaotfload-main.tex b/doc/luaotfload-main.tex
index 46f66b5..7badffd 100644
--- a/doc/luaotfload-main.tex
+++ b/doc/luaotfload-main.tex
@@ -1116,31 +1116,31 @@ libraries.
During a \TEX\ run, the fontloader initialization and injection happens
in the module \fileent{luaotfload-init.lua}.
-A number of \emphasis{\LUA utility libraries} that are already provided
-by \identifier{lualibs} package are not part of the \identifier{luaotfload}
-fontloader.\footnote{%
+A number of \emphasis{\LUA utility libraries} are not part of the
+\identifier{luaotfload} fontloader, contrary to its equivalent in
+\LUATEX-Fonts. These are already provided by the \identifier{lualibs}
+and have thus been omitted from the merge.\footnote{%
Faithful listeners will remember the pre-2.6 era when the fontloader
used to be integrated as-is which caused all kinds of code
- duplication with the pervasive \identifier{Lualibs} package.
+ duplication with the pervasive \identifier{lualibs} package.
This conceptual glitch has since been amended by tightening the
coupling with the excellent \CONTEXT\ toolchain.
}
-\beginnarrower
- \begindoublecolumns
- \begindefinitions
- \beginaltitem {l-lua.lua} \endaltitem
- \beginaltitem {l-lpeg.lua} \endaltitem
- \beginaltitem {l-function.lua} \endaltitem
- \beginaltitem {l-string.lua} \endaltitem
- \beginaltitem {l-table.lua} \endaltitem
- \beginaltitem {l-io.lua} \endaltitem
- \beginaltitem {l-file.lua} \endaltitem
- \beginaltitem {l-boolean.lua} \endaltitem
- \beginaltitem {l-math.lua} \endaltitem
- \beginaltitem {util-str.lua} \endaltitem
- \enddefinitions
- \enddoublecolumns
-\endnarrower
+
+\begindoublecolumns
+ \begindefinitions
+ \beginaltitem {l-lua.lua} \endaltitem
+ \beginaltitem {l-lpeg.lua} \endaltitem
+ \beginaltitem {l-function.lua} \endaltitem
+ \beginaltitem {l-string.lua} \endaltitem
+ \beginaltitem {l-table.lua} \endaltitem
+ \beginaltitem {l-io.lua} \endaltitem
+ \beginaltitem {l-file.lua} \endaltitem
+ \beginaltitem {l-boolean.lua} \endaltitem
+ \beginaltitem {l-math.lua} \endaltitem
+ \beginaltitem {util-str.lua} \endaltitem
+ \enddefinitions
+\enddoublecolumns
The reference fontloader is home to several \LUA files that can be
grouped twofold as below: