summaryrefslogtreecommitdiff
path: root/macros/luatex/latex/pyluatex/example
diff options
context:
space:
mode:
Diffstat (limited to 'macros/luatex/latex/pyluatex/example')
-rw-r--r--macros/luatex/latex/pyluatex/example/beamer.tex2
-rw-r--r--macros/luatex/latex/pyluatex/example/data-visualization.tex2
-rw-r--r--macros/luatex/latex/pyluatex/example/matplotlib-external.tex2
-rw-r--r--macros/luatex/latex/pyluatex/example/matplotlib-pgf.tex2
-rw-r--r--macros/luatex/latex/pyluatex/example/readme-custom-env.tex2
-rw-r--r--macros/luatex/latex/pyluatex/example/readme-example.tex2
-rw-r--r--macros/luatex/latex/pyluatex/example/repl.tex4
-rw-r--r--macros/luatex/latex/pyluatex/example/sessions.tex2
-rw-r--r--macros/luatex/latex/pyluatex/example/typesetting-example.tex2
-rw-r--r--macros/luatex/latex/pyluatex/example/typesetting-listings.tex2
-rw-r--r--macros/luatex/latex/pyluatex/example/typesetting-minted.tex2
11 files changed, 12 insertions, 12 deletions
diff --git a/macros/luatex/latex/pyluatex/example/beamer.tex b/macros/luatex/latex/pyluatex/example/beamer.tex
index 3592a56922..804721df85 100644
--- a/macros/luatex/latex/pyluatex/example/beamer.tex
+++ b/macros/luatex/latex/pyluatex/example/beamer.tex
@@ -1,4 +1,4 @@
-%% Copyright 2021-2023 Tobias Enderle
+%% Copyright 2021-2024 Tobias Enderle
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3c
diff --git a/macros/luatex/latex/pyluatex/example/data-visualization.tex b/macros/luatex/latex/pyluatex/example/data-visualization.tex
index 2d43cb946b..1a6869c8ad 100644
--- a/macros/luatex/latex/pyluatex/example/data-visualization.tex
+++ b/macros/luatex/latex/pyluatex/example/data-visualization.tex
@@ -1,4 +1,4 @@
-%% Copyright 2021-2023 Tobias Enderle
+%% Copyright 2021-2024 Tobias Enderle
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3c
diff --git a/macros/luatex/latex/pyluatex/example/matplotlib-external.tex b/macros/luatex/latex/pyluatex/example/matplotlib-external.tex
index 9289d1c6d7..d4f4f2b1f5 100644
--- a/macros/luatex/latex/pyluatex/example/matplotlib-external.tex
+++ b/macros/luatex/latex/pyluatex/example/matplotlib-external.tex
@@ -1,4 +1,4 @@
-%% Copyright 2021-2023 Tobias Enderle
+%% Copyright 2021-2024 Tobias Enderle
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3c
diff --git a/macros/luatex/latex/pyluatex/example/matplotlib-pgf.tex b/macros/luatex/latex/pyluatex/example/matplotlib-pgf.tex
index 9172bbe0de..990645aaf3 100644
--- a/macros/luatex/latex/pyluatex/example/matplotlib-pgf.tex
+++ b/macros/luatex/latex/pyluatex/example/matplotlib-pgf.tex
@@ -1,4 +1,4 @@
-%% Copyright 2021-2023 Tobias Enderle
+%% Copyright 2021-2024 Tobias Enderle
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3c
diff --git a/macros/luatex/latex/pyluatex/example/readme-custom-env.tex b/macros/luatex/latex/pyluatex/example/readme-custom-env.tex
index 115299264e..d6dc87e440 100644
--- a/macros/luatex/latex/pyluatex/example/readme-custom-env.tex
+++ b/macros/luatex/latex/pyluatex/example/readme-custom-env.tex
@@ -1,4 +1,4 @@
-%% Copyright 2021-2023 Tobias Enderle
+%% Copyright 2021-2024 Tobias Enderle
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3c
diff --git a/macros/luatex/latex/pyluatex/example/readme-example.tex b/macros/luatex/latex/pyluatex/example/readme-example.tex
index 63ba160ace..130e553eee 100644
--- a/macros/luatex/latex/pyluatex/example/readme-example.tex
+++ b/macros/luatex/latex/pyluatex/example/readme-example.tex
@@ -1,4 +1,4 @@
-%% Copyright 2021-2023 Tobias Enderle
+%% Copyright 2021-2024 Tobias Enderle
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3c
diff --git a/macros/luatex/latex/pyluatex/example/repl.tex b/macros/luatex/latex/pyluatex/example/repl.tex
index fd56dbc91a..52aef0a358 100644
--- a/macros/luatex/latex/pyluatex/example/repl.tex
+++ b/macros/luatex/latex/pyluatex/example/repl.tex
@@ -1,4 +1,4 @@
-%% Copyright 2021-2023 Tobias Enderle
+%% Copyright 2021-2024 Tobias Enderle
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3c
@@ -57,7 +57,7 @@ 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 interactive python 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 added to the output buffer automatically.
diff --git a/macros/luatex/latex/pyluatex/example/sessions.tex b/macros/luatex/latex/pyluatex/example/sessions.tex
index 49f49c4ddb..e6b071c30c 100644
--- a/macros/luatex/latex/pyluatex/example/sessions.tex
+++ b/macros/luatex/latex/pyluatex/example/sessions.tex
@@ -1,4 +1,4 @@
-%% Copyright 2021-2023 Tobias Enderle
+%% Copyright 2021-2024 Tobias Enderle
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3c
diff --git a/macros/luatex/latex/pyluatex/example/typesetting-example.tex b/macros/luatex/latex/pyluatex/example/typesetting-example.tex
index 435c02973a..ade107e5fe 100644
--- a/macros/luatex/latex/pyluatex/example/typesetting-example.tex
+++ b/macros/luatex/latex/pyluatex/example/typesetting-example.tex
@@ -1,4 +1,4 @@
-%% Copyright 2021-2023 Tobias Enderle
+%% Copyright 2021-2024 Tobias Enderle
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3c
diff --git a/macros/luatex/latex/pyluatex/example/typesetting-listings.tex b/macros/luatex/latex/pyluatex/example/typesetting-listings.tex
index 116ebc2fc8..e251fe86b2 100644
--- a/macros/luatex/latex/pyluatex/example/typesetting-listings.tex
+++ b/macros/luatex/latex/pyluatex/example/typesetting-listings.tex
@@ -1,4 +1,4 @@
-%% Copyright 2021-2023 Tobias Enderle
+%% Copyright 2021-2024 Tobias Enderle
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3c
diff --git a/macros/luatex/latex/pyluatex/example/typesetting-minted.tex b/macros/luatex/latex/pyluatex/example/typesetting-minted.tex
index 760d1a1355..930f8018dd 100644
--- a/macros/luatex/latex/pyluatex/example/typesetting-minted.tex
+++ b/macros/luatex/latex/pyluatex/example/typesetting-minted.tex
@@ -1,4 +1,4 @@
-%% Copyright 2021-2023 Tobias Enderle
+%% Copyright 2021-2024 Tobias Enderle
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3c