From b5aa568bfe59e8a263f4af85378326b50f915bc5 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 7 Jun 2021 20:06:53 +0000 Subject: pythontex (7jun21) git-svn-id: svn://tug.org/texlive/trunk@59514 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/pythontex/NEWS.rst | 20 ++++++++++++++++++++ Master/texmf-dist/doc/latex/pythontex/README | 2 +- .../texmf-dist/doc/latex/pythontex/pythontex.pdf | Bin 975950 -> 979067 bytes 3 files changed, 21 insertions(+), 1 deletion(-) (limited to 'Master/texmf-dist/doc/latex') diff --git a/Master/texmf-dist/doc/latex/pythontex/NEWS.rst b/Master/texmf-dist/doc/latex/pythontex/NEWS.rst index b0eccb7df58..69b60dad66a 100644 --- a/Master/texmf-dist/doc/latex/pythontex/NEWS.rst +++ b/Master/texmf-dist/doc/latex/pythontex/NEWS.rst @@ -7,6 +7,26 @@ Version History =============== +v0.18 (2021/06/06) +------------------ + +* ``\inputpygments`` now checks inputted files for modification, so that + typeset code will correctly update when the source is changed (#162). + +* Julia now uses project flag "``--project=@.``" (#157, #158). + +* Fixed bug in processing Pygments options (``pygopt``) when a key is used + without a value (#181). + +* Some error handling for Windows was incompatible with other operating + systems: replaced checks for ``WindowsError`` with checks for ``OSError`` + (#177). + +* Rust support is now compatible with document and working directory paths + that contain spaces (#167). + + + v0.17 (2019/09/22) ------------------ diff --git a/Master/texmf-dist/doc/latex/pythontex/README b/Master/texmf-dist/doc/latex/pythontex/README index 3994eca34c9..8928d3d7489 100644 --- a/Master/texmf-dist/doc/latex/pythontex/README +++ b/Master/texmf-dist/doc/latex/pythontex/README @@ -3,7 +3,7 @@ =================================================================== :Author: Geoffrey Poore -:Version: 0.17 (2019/09/22) +: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 diff --git a/Master/texmf-dist/doc/latex/pythontex/pythontex.pdf b/Master/texmf-dist/doc/latex/pythontex/pythontex.pdf index ad9183d3acd..f6cd05d9228 100644 Binary files a/Master/texmf-dist/doc/latex/pythontex/pythontex.pdf and b/Master/texmf-dist/doc/latex/pythontex/pythontex.pdf differ -- cgit v1.2.3