diff options
-rw-r--r-- | lualibs.dtx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lualibs.dtx b/lualibs.dtx index 18347e4..78acdf8 100644 --- a/lualibs.dtx +++ b/lualibs.dtx @@ -144,7 +144,8 @@ and the derived file lualibs.lua. % % You can either load the \texttt{lualibs} module, which will load all other % modules, provided by this package: |require("lualibs")|, or explicitly -% load the modules you need, e.g.: |require("lualibs-table")|. +% load the modules you need, e.g.: |require("lualibs-table")|, please note that +% some modules depend on others. % % \noindent If your code is running under \textsf{texlua}, you will need to % initialize \textsf{kpse} library so that |require()| can find files under |