summaryrefslogtreecommitdiff
path: root/macros/luatex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-07-15 03:01:01 +0000
committerNorbert Preining <norbert@preining.info>2021-07-15 03:01:01 +0000
commit55ae461252a599d6bc951065a37c16a8971fc560 (patch)
tree1b73269f29ae053c3fa9f00a365b009569df721a /macros/luatex
parent3303a89b11161d66ec78811056b85306f696cc09 (diff)
CTAN sync 202107150300
Diffstat (limited to 'macros/luatex')
-rw-r--r--macros/luatex/latex/pyluatex/pyluatex-interpreter.py (renamed from macros/luatex/latex/pyluatex/interpreter.py)0
-rw-r--r--macros/luatex/latex/pyluatex/pyluatex-json.lua (renamed from macros/luatex/latex/pyluatex/json.lua)0
-rw-r--r--macros/luatex/latex/pyluatex/pyluatex.lua4
-rw-r--r--macros/luatex/latex/pyluatex/pyluatex.pdfbin64341 -> 64343 bytes
-rw-r--r--macros/luatex/latex/pyluatex/pyluatex.sty2
-rw-r--r--macros/luatex/latex/pyluatex/pyluatex.tex6
6 files changed, 6 insertions, 6 deletions
diff --git a/macros/luatex/latex/pyluatex/interpreter.py b/macros/luatex/latex/pyluatex/pyluatex-interpreter.py
index 4a17b5f5b0..4a17b5f5b0 100644
--- a/macros/luatex/latex/pyluatex/interpreter.py
+++ b/macros/luatex/latex/pyluatex/pyluatex-interpreter.py
diff --git a/macros/luatex/latex/pyluatex/json.lua b/macros/luatex/latex/pyluatex/pyluatex-json.lua
index 711ef78619..711ef78619 100644
--- a/macros/luatex/latex/pyluatex/json.lua
+++ b/macros/luatex/latex/pyluatex/pyluatex-json.lua
diff --git a/macros/luatex/latex/pyluatex/pyluatex.lua b/macros/luatex/latex/pyluatex/pyluatex.lua
index 01a06f548e..07d8ea49d3 100644
--- a/macros/luatex/latex/pyluatex/pyluatex.lua
+++ b/macros/luatex/latex/pyluatex/pyluatex.lua
@@ -22,7 +22,7 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
--]]
-local json = require("json")
+local json = require("pyluatex-json")
local socket = require("socket")
pyluatex = pyluatex or {
@@ -32,7 +32,7 @@ pyluatex = pyluatex or {
-- status.filename: path to pyluatex.sty
local folder = file.pathpart(file.collapsepath(status.filename, true))
-local script = file.join(folder, "interpreter.py")
+local script = file.join(folder, "pyluatex-interpreter.py")
local tcp = nil
local python_lines = {}
diff --git a/macros/luatex/latex/pyluatex/pyluatex.pdf b/macros/luatex/latex/pyluatex/pyluatex.pdf
index bfb1a27576..2ff342d0f8 100644
--- a/macros/luatex/latex/pyluatex/pyluatex.pdf
+++ b/macros/luatex/latex/pyluatex/pyluatex.pdf
Binary files differ
diff --git a/macros/luatex/latex/pyluatex/pyluatex.sty b/macros/luatex/latex/pyluatex/pyluatex.sty
index b5c8298bca..752f19d0e7 100644
--- a/macros/luatex/latex/pyluatex/pyluatex.sty
+++ b/macros/luatex/latex/pyluatex/pyluatex.sty
@@ -9,7 +9,7 @@
%% version 2005/12/01 or later.
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{pyluatex}[2021/07/12 v0.1.1 Execute Python code on the fly]
+\ProvidesPackage{pyluatex}[2021/07/14 v0.1.2 Execute Python code on the fly]
\RequirePackage{expl3}
\ExplSyntaxOn
diff --git a/macros/luatex/latex/pyluatex/pyluatex.tex b/macros/luatex/latex/pyluatex/pyluatex.tex
index 4552698539..a6a66fbde2 100644
--- a/macros/luatex/latex/pyluatex/pyluatex.tex
+++ b/macros/luatex/latex/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.1.1 (2021/07/12)}
+\date{v0.1.2 (2021/07/14)}
\begin{document}
\maketitle
\raggedright
@@ -91,8 +91,8 @@ The final folder structure must be
\begin{tcblisting}{breakable,listing only,
size=fbox,colframe=black!8,boxrule=3pt,colback=black!8}
TEXMF/tex/latex/pyluatex/
-|-- interpreter.py
-|-- json.lua
+|-- pyluatex-interpreter.py
+|-- pyluatex-json.lua
|-- pyluatex.lua
|-- pyluatex.sty
|-- ...