diff options
author | Karl Berry <karl@freefriends.org> | 2021-06-07 20:06:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-06-07 20:06:53 +0000 |
commit | b5aa568bfe59e8a263f4af85378326b50f915bc5 (patch) | |
tree | 27a538a2c092e4cf56787d910297bbf7ba74ebbd /Master/texmf-dist/tex | |
parent | 2bb7c0ae28631f4925f955ed4b36e1bc71114a42 (diff) |
pythontex (7jun21)
git-svn-id: svn://tug.org/texlive/trunk@59514 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/pythontex/pythontex.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/pythontex/pythontex.sty b/Master/texmf-dist/tex/latex/pythontex/pythontex.sty index afcad2243e1..5fa953f65d0 100644 --- a/Master/texmf-dist/tex/latex/pythontex/pythontex.sty +++ b/Master/texmf-dist/tex/latex/pythontex/pythontex.sty @@ -8,7 +8,7 @@ %% %% This is a generated file. %% -%% Copyright (C) 2012-2019 by Geoffrey M. Poore <gpoore@gmail.com> +%% Copyright (C) 2012-2021 by Geoffrey M. Poore <gpoore@gmail.com> %% -------------------------------------------------------------------------- %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -20,10 +20,10 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{pythontex} - [2019/09/22 v0.17 execute and typeset Python code and other languages] + [2021/06/06 v0.18 execute and typeset Python code and other languages] \newcommand{\pytx@packagename}{PythonTeX} -\newcommand{\pytx@packageversion}{0.17} +\newcommand{\pytx@packageversion}{0.18} \RequirePackage{fvextra} \RequirePackage{etoolbox} \RequirePackage{xstring} |