Directory macros/latex/contrib/pythontex
=================================================================== The PythonTeX Package =================================================================== :Author: Geoffrey Poore :Version: 0.18 (2021/06/06) :License: LPPL v1.3 or later (LaTeX code) and BSD 3-Clause (Python code) :Development: https://github.com/gpoore/pythontex :Requirements: Python 2.7 or 3.2+; Pygments The PythonTeX package allows you to enter Python code within a LaTeX document, execute the code, and access its output in the original document. It also supports the Ruby, Julia, Octave, Sage, Bash, Rust, R, Perl, Perl 6, and JavaScript languages. PythonTeX provides fast, user-friendly access to Python from within LaTeX. Python 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. PythonTeX includes a "depythontex" utility that creates a copy of a document in which all Python code has been replaced by its output. This can be convenient for journal submissions, sharing documents, and converting to other formats. Consult pythontex_quickstart.pdf and pythontex_gallery.pdf to get started and for examples of what PythonTeX can do. Compiling a PythonTeX document involves three steps: 1. Run latex (all Python code is saved to an auxiliary file) 2. Run pythontex.py (all code is executed) 3. Run latex again (Python output is inputted) See the main documentation in pythontex.pdf for detailed installation instructions. An installation script is provided for TeX Live and MiKTeX. Files should be installed in the directories indicated below. In summary, all files must be installed, and symlinks or launching wrappers should be created for pythontex.py and depythontex.py. * /doc/latex/pythontex/ - pythontex.pdf - README - pythontex_quickstart.tex - pythontex_quickstart.pdf - pythontex_gallery.tex - pythontex_gallery.pdf * /scripts/pythontex/ - pythontex.py, pythontex2.py, and pythontex3.py - pythontex_engines.py - pythontex_utils.py - depythontex.py, depythontex2.py, and depythontex3.py - syncpdb.py * /source/latex/pythontex/ - pythontex.dtx - pythontex.ins * /tex/latex/pythontex/ - pythontex.sty
Download the contents of this package in one zip archive (1.7M).
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 |
Repository | https://github.com/gpoore/pythontex |
Version | 0.18 2021-06-06 |
Licenses | The LaTeX Project Public License 1.3 |
Copyright | 2012–2021 Geoffrey M. Poore |
Maintainer | Geoffrey Poore |
Contained in | TeX Live as pythontex MiKTeX as pythontex |
Topics | Callback |
See also | perltex |