1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
name pythontex
category Package
revision 34673
shortdesc Run Python from within a document, typesetting the results.
longdesc The package allows you to enter Python code within a LaTeX
longdesc document, execute the code, and access its output in the
longdesc original document. Python code is only executed when it has
longdesc been modified, or when it meets user-specified criteria. Code
longdesc may be divided into user-defined sessions, which automatically
longdesc run in parallel. Errors and warnings are synchronized with the
longdesc LaTeX document, so that they refer to the document's line
longdesc numbers. External dependencies can be tracked, so that code is
longdesc re-executed when the data it depends on is modified. PythonTeX
longdesc also provides syntax highlighting for code in LaTeX documents
longdesc via the Pygments syntax highlighter. The package provides a
longdesc depythontex utility, that creates a copy of the document in
longdesc which all Python code has been replaced by its output. This is
longdesc useful for journal submissions, sharing documents, and
longdesc conversion to other formats.
depend pythontex.ARCH
runfiles size=144
texmf-dist/scripts/pythontex/depythontex.py
texmf-dist/scripts/pythontex/depythontex2.py
texmf-dist/scripts/pythontex/depythontex3.py
texmf-dist/scripts/pythontex/pythontex.py
texmf-dist/scripts/pythontex/pythontex2.py
texmf-dist/scripts/pythontex/pythontex3.py
texmf-dist/scripts/pythontex/pythontex_2to3.py
texmf-dist/scripts/pythontex/pythontex_engines.py
texmf-dist/scripts/pythontex/pythontex_install.py
texmf-dist/scripts/pythontex/pythontex_utils.py
texmf-dist/tex/latex/pythontex/pythontex.sty
catalogue-ctan /macros/latex/contrib/pythontex
catalogue-date 2014-07-14 19:43:19 +0200
catalogue-license lppl1.3
catalogue-version 0.13
|