summaryrefslogtreecommitdiff
path: root/lualibs.dtx
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2010-06-22 15:31:28 +0300
committerKhaled Hosny <khaledhosny@eglug.org>2010-06-22 15:31:28 +0300
commit76c39f21df654889a234994f3cc9d3add92b5b61 (patch)
tree71c771bc6186798de6908bfc2d5293ca2fbb8b6c /lualibs.dtx
parentbb8af554368460c5c6df2ba05014a6a7c3a737f0 (diff)
downloadlualibs-76c39f21df654889a234994f3cc9d3add92b5b61.tar.gz
Cosmetics
Diffstat (limited to 'lualibs.dtx')
-rw-r--r--lualibs.dtx7
1 files changed, 3 insertions, 4 deletions
diff --git a/lualibs.dtx b/lualibs.dtx
index 327d081..18347e4 100644
--- a/lualibs.dtx
+++ b/lualibs.dtx
@@ -158,7 +158,6 @@ and the derived file lualibs.lua.
% \fi
%
% \begin{macrocode}
-
module('lualibs', package.seeall)
local lualibs_module = {
@@ -170,14 +169,15 @@ local lualibs_module = {
copyright = "PRAGMA ADE / ConTeXt Development Team",
license = "See ConTeXt's mreadme.pdf for the license",
}
+
if luatexbase and luatexbase.provides_module then
luatexbase.provides_module(lualibs_module)
end
-
% \end{macrocode}
+%
% Load the modules.
+%
% \begin{macrocode}
-
require("lualibs-string")
require("lualibs-lpeg")
require("lualibs-boolean")
@@ -196,7 +196,6 @@ require("lualibs-dimen")
require("lualibs-url")
require("lualibs-set")
require("lualibs-dimen")
-
% \end{macrocode}
%
% \iffalse