CTAN Update: pythontex
Added support for interactive debugging. Now includes syncpdb, which allows interactive Python debugging and shows both code line numbers and corresponding document line numbers. Added support for GNU Octave. TeX information such as page dimensions can automatically be passed to Python via the new \setpythontexcontext command.
This package is located at http://mirror.ctan.org/macros/latex/contrib/pythontex/ More information is at http://www.ctan.org/pkg/pythontex We are supported by the TeX Users Group http://www.tug.org . Please join a users group; see http://www.tug.org/usergroups.html .
Thanks for the upload. For the CTAN Team Petra RĂ¼be-Pugliese
pythontex – Run Python from within a document, typesetting the results
The package allows you to enter Python code within a LaTeX document, execute the code, and access its output in the original document. There is also support for Bash, JavaScript, Julia, Octave, Perl, R, Raku (Perl 6), Ruby, Rust, and SageMath.
Code is only executed when it has been modified, or when it meets user-specified criteria. Code may be divided into user-defined sessions, which automatically run in parallel.
Errors and warnings are synchronized with the LaTeX document, so that they refer to the document's line numbers. External dependencies can be tracked, so that code is re-executed when the data it depends on is modified. PythonTeX also provides syntax highlighting for code in LaTeX documents via the Pygments syntax highlighter.
The package provides a depythontex utility. This creates a copy of the document in which all Python code has been replaced by its output. This is useful for journal submissions, sharing documents, and conversion to other formats.
Package | pythontex |
Version | 0.18 2021-06-06 |
Copyright | 2012–2021 Geoffrey M. Poore |
Maintainer | Geoffrey Poore |