summaryrefslogtreecommitdiff
path: root/luatexbase-loader.dtx
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2011-05-24 15:20:43 +0200
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2011-05-24 15:20:43 +0200
commit49de5c838925a4a147fd7a563d078c0b66348220 (patch)
tree652bfa705b9cfbde60e73ed45488258f397f4129 /luatexbase-loader.dtx
parentf3963368f7768866a6c80715ea36234878a028da (diff)
downloadluatexbase-49de5c838925a4a147fd7a563d078c0b66348220.tar.gz
doc: small tuning for loader
Diffstat (limited to 'luatexbase-loader.dtx')
-rw-r--r--luatexbase-loader.dtx19
1 files changed, 8 insertions, 11 deletions
diff --git a/luatexbase-loader.dtx b/luatexbase-loader.dtx
index bee0757..d007996 100644
--- a/luatexbase-loader.dtx
+++ b/luatexbase-loader.dtx
@@ -122,10 +122,9 @@ See source file '\inFileName' for details.
%
% \begin{abstract}
% Lua modules are loaded using the |require()| function which, similarly to
-% \tex's |\input|, takes care of locating the file and load it, but also makes
-% a few supplementary checks, for example to avoid loading the same module
-% twice. This package adapts the way the files are searched in order to
-% accommodate the TDS as well as usual Lua naming conventions.
+% \tex's |\input|, takes care of locating the file to be loaded. This package
+% adapts the way the files are searched in order to accommodate the TDS as
+% well as usual Lua naming conventions.
%
% For higher-level functions related to Lua modules, see
% \href{file:luatexbase-modutils.pdf}{\pk{luatexbase-modutils}}, which also
@@ -134,13 +133,11 @@ See source file '\inFileName' for details.
%
% \section{Documentation}
%
-% Starting with \luatex 0.45.0, |require()| uses Kpathsea for file searching
+% Starting with \luatex 0.45, |require()| uses Kpathsea for file searching
% when the library is initialised (which is always the case in \tex mode,
-% unless explicitly disabled by the user). However, it does not respect the
-% Lua convention that |require("foo.bar")| should look for |foo/bar.lua|.
-% \footnote{Support for that has been added in rev 3558 of \luatex, currently
-% unreleased but probably part of \luatex 0.54.} This package implements such
-% behaviour.
+% unless explicitly disabled by the user). However, it did not respect the
+% Lua convention that |require("foo.bar")| should look for |foo/bar.lua| until
+% version 0.60. This package adds such behaviour to older versions of \luatex.
%
% More precisely, it implements a new kpse searcher that looks for file
% |foo/bar| using Kpathsea with the format |lua| (that is, search along
@@ -151,7 +148,7 @@ See source file '\inFileName' for details.
% Also, older versions of \luatex, such as 0.25.4 (\texlive 2008), don't know
% about the |lua| format for kpse searching. So, an emulator for this function
% is provided. The emulator is not perfect, in particular it may find more
-% results than the normal |lua| format search.\footnote{An may also fail to
+% results than the normal |lua| format search.\footnote{And may also fail to
% find the file in particular cases, see comments in the implementation for
% details.} In order to ensure more homogeneous results across versions, this
% emulator is used as a fall-back when the real |lua| format search doesn't