Skip to content

CTAN package to allow LuaTeX to load external Lua packages

Notifications You must be signed in to change notification settings

deepakjois/luapackageloader

Repository files navigation

luapackageloader

CTAN package to allow LuaTeX to load modules from the default package.path and package.cpath locations. This could be used to load external Lua modules outside the TEXMF tree, including modules installed via LuaRocks.

Usage

See the PDF documentation for details.

Here is a quick TeX example:

\input luapackageloader

% Now we proceed to load a LuaRocks package
\directlua{
  local spt = require("serpent")
}

License

Distributable under the LaTeX Project Public License, version 1.3c or higher (your choice). The latest version of this license is at: http://www.latex-project.org/lppl.txt

This work is "maintained" (as per LPPL maintenance status) by Deepak Jois.

About

CTAN package to allow LuaTeX to load external Lua packages

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published