summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/pyluatex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-02-13 21:27:21 +0000
committerKarl Berry <karl@freefriends.org>2022-02-13 21:27:21 +0000
commit41e0a376b50d2614a40ed17972ee2933b686354a (patch)
tree0a34fc89a4bc7c8137fb2b26fbaac503e727d5de /Master/texmf-dist/doc/lualatex/pyluatex
parent24041c1e41a3999c280f7b0139c5ab5117d71330 (diff)
pyluatex (13feb22)
git-svn-id: svn://tug.org/texlive/trunk@62008 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/pyluatex')
-rw-r--r--Master/texmf-dist/doc/lualatex/pyluatex/pyluatex.pdfbin84163 -> 84169 bytes
-rw-r--r--Master/texmf-dist/doc/lualatex/pyluatex/pyluatex.tex4
2 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/lualatex/pyluatex/pyluatex.pdf b/Master/texmf-dist/doc/lualatex/pyluatex/pyluatex.pdf
index 23699dd22bd..173c053483c 100644
--- a/Master/texmf-dist/doc/lualatex/pyluatex/pyluatex.pdf
+++ b/Master/texmf-dist/doc/lualatex/pyluatex/pyluatex.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/lualatex/pyluatex/pyluatex.tex b/Master/texmf-dist/doc/lualatex/pyluatex/pyluatex.tex
index 594d1c0e90b..7446313863b 100644
--- a/Master/texmf-dist/doc/lualatex/pyluatex/pyluatex.tex
+++ b/Master/texmf-dist/doc/lualatex/pyluatex/pyluatex.tex
@@ -15,7 +15,7 @@
\usepackage{url}
\title{The \emph{pyluatex} package}
\author{Tobias Enderle\\\url{https://github.com/tndrle/PyLuaTeX}}
-\date{v0.4.1 (2022/02/04)}
+\date{v0.4.2 (2022/02/13)}
\begin{document}
\maketitle
\raggedright
@@ -143,7 +143,7 @@ For an example, see the Typesetting Code section.
Specifies when the Python process is shut down. (default: \inlcode|veryveryend|)\\[0.5ex]
\textit{Options:} \inlcode|veryveryend|, \inlcode|veryenddocument|, \inlcode|off|\\[0.5ex]
PyLuaTeX uses the hooks of the package \textit{atveryend} to shut down the Python interpreter when the compilation is done. With the option \inlcode|veryveryend|, Python is shut down in the \inlcode|\AtVeryVeryEnd| hook. With the option \inlcode|veryenddocument|, Python is shut down in the \inlcode|\AtVeryEndDocument| hook. With the option \inlcode|off|, Python is not shut down explicitly. However, the Python process will shut down when the LuaTeX process finishes even if \inlcode|off| is selected. Using \inlcode|off| on Windows might lead to problems with SyncTeX, though.\\[0.5ex]
- \textit{Example:} \inlcode|\usepackage[veryenddocument]{pyluatex}|
+ \textit{Example:} \inlcode|\usepackage[shutdown=veryenddocument]{pyluatex}|
\end{itemize}
Package options (except for \inlcode|executable| and \inlcode|shutdown|) can be changed in the document with the
\inlcode|\pyoption| command, e.g. \inlcode|\pyoption{verbose}{true}| or \inlcode|\pyoption{ignoreerrors}{false}|.