Directory macros/generic/lt3luabridge
README.md
lt3luabridge
lt3luabridge is an expl3 package for plain TeX, LaTeX, and ConTeXt that allows you to execute Lua code in LuaTeX or any other TeX engine that exposes the shell:
\documentclass{standalone} \usepackage{lt3luabridge} \begin{document} $ 1 + 2 = \luabridgeExecute{ print(1 + 2) } $ \end{document}
lt3luabridge was previously part of the Markdown package for TeX, where it has been battle-tested since 2016. Since 2022, lt3luabridge has been available as a separate package.
Additional information
- Author: Vít Starý Novotný <witiko@mail.muni.cz>
- License: LaTeX Project Public License (LPPL) 1.3c
Download the contents of this package in one zip archive (492.1k).
lt3luabridge – Execute Lua code in any TeX engine that exposes the shell
This is an expl3(-generic) package for plain TeX, LaTeX, and ConTeXt that allows you to execute Lua code in LuaTeX or any other TeX engine that exposes the shell.
Package | lt3luabridge |
Bug tracker | https://github.com/witiko/lt3luabridge/issues |
Announcements | https://github.com/witiko/lt3luabridge/releases |
Repository | https://github.com/witiko/lt3luabridge |
Developers | https://github.com/witiko/lt3luabridge/discussions |
Version | 2.2.0 2024-07-03 |
Licenses | The LaTeX Project Public License 1.3c |
Copyright | 2016–2024 Vít Novotný |
Maintainer | Vít Starý Novotný |
Contained in | TeX Live as lt3luabridge MiKTeX as lt3luabridge |
Topics | Exec foreign Experimental LaTeX3 |