pkgsrc/print/tex-luacode/DESCR
markd 34846ccb1b Add tex-luacode{,-doc} 1.2a - Helper for executing lua code from within TeX
Add tex-luatex85{,-doc} 1.0 - pdfTeX aliases for LuaTeX
Add tex-luatex-def{,-doc} 0.01b - LuaTeX option file for color and graphics
2016-07-14 12:02:44 +00:00

5 lines
311 B
Text

Executing Lua code from within TeX with directlua can sometimes
be tricky: there is no easy way to use the percent character,
counting backslashes may be hard, and Lua comments don't work
the way you expect. The package provides the \luaexec command
and the luacode(*) environments to help with these problems.