summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/pyluatex/example/repl.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-06-05 21:02:04 +0000
committerKarl Berry <karl@freefriends.org>2022-06-05 21:02:04 +0000
commit80aa3b5de37b11d9f895cf844adcd9bb8fc127d2 (patch)
tree1453475e0f24bea856956c6326dfba3ceb01fc3a /Master/texmf-dist/doc/lualatex/pyluatex/example/repl.tex
parent4d435df3faff5acb9f1c0f0b94944c4285980c9e (diff)
pyluatex (5jun22)
git-svn-id: svn://tug.org/texlive/trunk@63491 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/pyluatex/example/repl.tex')
-rw-r--r--Master/texmf-dist/doc/lualatex/pyluatex/example/repl.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/lualatex/pyluatex/example/repl.tex b/Master/texmf-dist/doc/lualatex/pyluatex/example/repl.tex
index 28de0090cf9..8622223ef3c 100644
--- a/Master/texmf-dist/doc/lualatex/pyluatex/example/repl.tex
+++ b/Master/texmf-dist/doc/lualatex/pyluatex/example/repl.tex
@@ -57,9 +57,9 @@ square(5)
\maketitle
PyLuaTeX allows you to run and typeset Python code in an interactive console
-or read–eval–print loop (REPL) fashion. Very much like in an IPython session,
+or read–eval–print loop (REPL) fashion. Very much like in an interactive python session,
code is prefixed with \verb|>>>| (or \verb|...| in case of multi-line commands)
-and the results are printed automatically.
+and the results are added to the output buffer automatically.
Both code and output are stored in PyLuaTeX's ouput buffer and can be accessed
by \verb|pyluatex.get_last_output()|. In this way, you can adjust the typesetting