CTAN Comprehensive TeX Archive Network

CTAN update: PyLua

Date: January 15, 2023 7:30:58 PM CET
Tobias Enderle submitted an update to the PyLuaTeX package. Version: 0.6.0 2023-01-14 License: mit lppl1.3c Summary description: Execute Python code on the fly in your LaTeX documents Announcement text:
Added support for logging from Python The new function tex.log() writes logging messages to the TeX log, e.g. \begin{python} tex.log('This text goes to the TeX log.') \end{python}
The package’s Catalogue entry can be viewed at https://ctan.org/pkg/pyluatex The package’s files themselves can be inspected at https://mirrors.ctan.org/macros/luatex/latex/pyluatex/
Thanks for the upload. For the CTAN Team Petra Rübe-Pugliese
CTAN is run entirely by volunteers and supported by TeX user groups. Please join a user group or donate to one, see https://ctan.org/lugs

PyLua – Execute Python code on the fly in your documents

PyLua allows you to execute Python code and to include the resulting output in your documents in a single compilation run. documents must be compiled with Lua for this to work.

PyLua runs a Python InteractiveInterpreter (actually several if you use different sessions) in the background for on-the-fly code execution. Python code from your file is sent to the background interpreter through a TCP socket. This approach allows your Python code to be executed and the output to be integrated in your file in a single compilation run. No additional processing steps are needed. No intermediate files have to be written. No placeholders have to be inserted.

PackagePyLuaTeX
Version0.6.1 2023-02-15
Copyright2021–2023 Tobias Enderle
MaintainerTobias Enderle

Announcements

more

Guest Book Sitemap Contact Contact Author