Skip to main content

Python helper for TeX library to run Python code

Project description

pythonimmediate-tex

PyPI Read the Docs CTAN

A library to facilitate bidirectional communication between Python and TeX, with support of manipulating TeX tokens as Python objects.

Background: this library started as...

  • I get annoyed at programming in TeX and want to use a proper programming language, and
  • Almost all the current packages that allow programming in Python runs a separate Python pass from TeX, which requires using temporary file and
  • pythontex does not work on Overleaf.

Thus, the library name is named after the second point -- the python and tex process are run in parallel, bidirectional communications are supported.

Since then, the library has grown considerably, although not in a particular direction, as I add features when I need it. Occasionally (but rarely), refactors are done.

As such, I don't guarantee any particular use case for this library -- except for my own use cases. Along the way, I added some useful features to use Python inside packages. (\pycodekpse)

A handful of my packages are written using this library, directly or indirectly. (typstmathinput, unicode-math-input)


The TeX package is available on CTAN: https://ctan.org/pkg/pythonimmediate

The Python package is available on PyPI: https://pypi.org/project/pythonimmediate-tex/ with documentation on Read the Docs: https://pythonimmediate.readthedocs.io


Description of the TeX package follows.

Just like PerlTeX or PyLuaTeX (and unlike PythonTeX or lt3luabridge), this only requires a single run, and variables are persistent throughout the run.

Unlike PerlTeX or PyLuaTeX, there's no restriction on compiler or script required to run the code.

There's also debugging functionalities -- TeX errors results in Python traceback, and Python error results in TeX traceback. Errors in code executed with the pycode environment gives the correct traceback point to the Python line of code in the TeX file.

For advanced users, this package allows the user to manipulate the TeX state directly from within Python, so you don't need to write a single line of TeX code.


Internal note

To test, run pytest. This will also run mypy type checking, although not benchmark.

pytest also runs, as part of test_subprocess, TeX engines (all 3) on the file tex/test/test_pythonimmediate.tex. One may also run this manually.

To create a zip file locally (for uploading to Overleaf), run python setup.py sdist --format=zip.

To test on Overleaf, follow the instructions in the TeX package documentation and compile tex/test/test_pythonimmediate.tex.

tex/ folder contains TeX-related files. The source code of the package is in tex/pythonimmediate.sty.

To create the documentation:

# sphinx-quickstart docs --sep -p pythonimmediate-tex -a user202729 -r '' -l en

rm docs/pythonimmediate*.rst
SPHINX_APIDOC_OPTIONS='members,show-inheritance' sphinx-apidoc --separate --full --no-toc -o docs pythonimmediate
cd docs
make html

To autobuild the documentation

cd docs
./run-sphinx-autobuild

To create a tag

git tag 0.3.0
git push --tags

not that the output directory matters, just visit the documentation at localhost:8000.

Looks like it's not easy to write the docstrings in Markdown, see https://stackoverflow.com/q/56062402/5267751

There's some unresolved $ is not defined issue -- there's https://github.com/readthedocs/readthedocs.org/issues/9414 but it's unrelated

Maybe take a look at mkdocs/mkdocstrings later

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pythonimmediate_tex-0.7.2.zip (126.9 kB view details)

Uploaded Source

File details

Details for the file pythonimmediate_tex-0.7.2.zip.

File metadata

  • Download URL: pythonimmediate_tex-0.7.2.zip
  • Upload date:
  • Size: 126.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for pythonimmediate_tex-0.7.2.zip
Algorithm Hash digest
SHA256 6716db2ff7d51d3eabb783ca6d77e078976bb881dc816a9437207cde2c832dde
MD5 24ed5410c0925eb45c02a65169593a42
BLAKE2b-256 4dc851d50020c459f14c71e14a04a7fbcea67ade5a68c9bd78a71091f8ba4c68

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page