diff options
author | Karl Berry <karl@freefriends.org> | 2016-07-21 21:18:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-07-21 21:18:20 +0000 |
commit | 24289a6c830263430a9ff06f2dd20d6ec3482079 (patch) | |
tree | de97f9224a4eae78a947c52df01eb7d1b63c37b0 /Master/texmf-dist/doc/latex/pythontex/README | |
parent | 75ba721d706ce924641fd8f7715a83809b757812 (diff) |
pythontex (21jul16)
git-svn-id: svn://tug.org/texlive/trunk@41746 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pythontex/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/pythontex/README | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/pythontex/README b/Master/texmf-dist/doc/latex/pythontex/README index a25421f3908..84ae1cff63b 100644 --- a/Master/texmf-dist/doc/latex/pythontex/README +++ b/Master/texmf-dist/doc/latex/pythontex/README @@ -3,28 +3,28 @@ =================================================================== :Author: Geoffrey Poore -:Version: 0.13 (2014/07/14) +:Version: 0.15 (2016/07/21) :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 +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, and Octave languages. +It also supports the Ruby, Julia, Octave, Sage, Bash, and Rust 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 +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 +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 +convenient for journal submissions, sharing documents, and converting to other formats. Consult pythontex_quickstart.pdf and pythontex_gallery.pdf to get @@ -36,10 +36,10 @@ Compiling a PythonTeX document involves three steps: 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 +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 +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/ |