summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-03-07 22:21:22 +0000
committerKarl Berry <karl@freefriends.org>2023-03-07 22:21:22 +0000
commit402087280b756fd1a5df45aec31ddf0ac337c428 (patch)
treea147d24df237deecdd26ad9ae5bf0f921a05d403 /Master/texmf-dist/doc/latex
parentdc2bf9071c2f7283d4964addac6bbe2c93e11773 (diff)
pythonimmediate (7mar23)
git-svn-id: svn://tug.org/texlive/trunk@66438 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/pythonimmediate/README5
-rw-r--r--Master/texmf-dist/doc/latex/pythonimmediate/pythonimmediate.pdfbin432126 -> 431593 bytes
-rw-r--r--Master/texmf-dist/doc/latex/pythonimmediate/pythonimmediate.tex17
3 files changed, 9 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/latex/pythonimmediate/README b/Master/texmf-dist/doc/latex/pythonimmediate/README
index be4026bf438..43c413e62c2 100644
--- a/Master/texmf-dist/doc/latex/pythonimmediate/README
+++ b/Master/texmf-dist/doc/latex/pythonimmediate/README
@@ -1,10 +1,9 @@
pythonimmediate -- Library to run Python code
- \fileinfo.
Released under the LaTeX Project Public License v1.3c or later
See http://www.latex-project.org/lppl.txt
-Report bugs at https://github.com/user202729/TeXlib
+Report bugs at https://github.com/user202729/pythonimmediate-tex
========
@@ -21,4 +20,4 @@ This work has the LPPL maintenance status `maintained'.
The Current Maintainer of this work is user202729.
-This work consists of the files pythonimmediate.sty.
+This work consists of the files pythonimmediate.sty, pythonimmediate_helper.lua.
diff --git a/Master/texmf-dist/doc/latex/pythonimmediate/pythonimmediate.pdf b/Master/texmf-dist/doc/latex/pythonimmediate/pythonimmediate.pdf
index c9bf716c597..5b8bf34442d 100644
--- a/Master/texmf-dist/doc/latex/pythonimmediate/pythonimmediate.pdf
+++ b/Master/texmf-dist/doc/latex/pythonimmediate/pythonimmediate.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/pythonimmediate/pythonimmediate.tex b/Master/texmf-dist/doc/latex/pythonimmediate/pythonimmediate.tex
index eacffa24f66..539a770fc29 100644
--- a/Master/texmf-dist/doc/latex/pythonimmediate/pythonimmediate.tex
+++ b/Master/texmf-dist/doc/latex/pythonimmediate/pythonimmediate.tex
@@ -1,4 +1,4 @@
-\ProvidesFile{pythonimmediate.tex}[2023/01/09 0.1.0 Library to run Python code]
+\ProvidesFile{pythonimmediate.tex}[2023/03/07 0.4.0 Library to run Python code]
\RequirePackage{fvextra}
\documentclass{l3doc}
\usepackage{tikz}
@@ -32,10 +32,6 @@
\maketitle
-\begin{abstract}
- \fileinfo.
-\end{abstract}
-
\section{Motivation}
Just like \pkg{Perl\TeX} or \pkg{PyLua\TeX} (and unlike \pkg{Python\TeX} or \pkg{lt3luabridge}),
@@ -57,7 +53,7 @@ In addition to the \LaTeX\ package, you need the Python \pkg{pythonimmediate-tex
installation instruction can be found at \url{https://pypi.org/project/pythonimmediate-tex/}.
Note that not all \TeX\ package versions are compatible with all Python package versions.
-This \TeX\ package is compatible with Python package version |0.1.2|.
+This \TeX\ package is compatible with Python package version |0.4.0|.
Remember to enable unrestricted\footnote{
There's little point in supporting restricted mode, since it's possible to execute arbitrary shell commands in Python anyway.
@@ -80,9 +76,10 @@ Instruction:
\item \file{saveenv.sty}
\item \file{precattl.sty}
\item \file{pythonimmediate.sty}
- \item \file{pythonimmediate-tex-0.1.2.zip}
+ \item \file{pythonimmediate_helper.lua}
+ \item \file{pythonimmediate-tex-0.4.0.zip}
\end{itemize}
- The |0.1.2| part should be replaced with the desired version
+ The |0.4.0| part should be replaced with the desired version
of the Python package.
The |.sty| files can be downloaded from CTAN at
@@ -97,9 +94,9 @@ Instruction:
\item Write the following in the preamble:
\begin{verbatim}
\usepackage[abspath]{currfile}
-\usepackage[python-executable={PYTHONPATH=pythonimmediate-tex-0.1.2.zip/pythonimmediate-tex-0.1.2/ python3},args={--mode=unnamed-pipe}]{pythonimmediate}
+\usepackage[python-executable={PYTHONPATH=pythonimmediate-tex-0.4.0.zip/pythonimmediate-tex-0.4.0/ python3},args={--mode=unnamed-pipe}]{pythonimmediate}
\end{verbatim}
-As above, replace both occurrences of |0.1.2| with the downloaded version specified in the zip file above.
+As above, replace both occurrences of |0.4.0| with the downloaded version specified in the zip file above.
Refer to \ref{troubleshoot-source-file-not-found} for explanation of the |abspath| option.
\end{itemize}