texlive[66012] Master/texmf-dist: pixelart (21feb23)

commits+karl at tug.org commits+karl at tug.org
Tue Feb 21 21:45:39 CET 2023


Revision: 66012
          http://tug.org/svn/texlive?view=revision&revision=66012
Author:   karl
Date:     2023-02-21 21:45:39 +0100 (Tue, 21 Feb 2023)
Log Message:
-----------
pixelart (21feb23)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/pixelart/CHANGELOG.md
    trunk/Master/texmf-dist/doc/latex/pixelart/README.md
    trunk/Master/texmf-dist/doc/latex/pixelart/pixelart.pdf
    trunk/Master/texmf-dist/doc/latex/pixelart/pixelart.tex
    trunk/Master/texmf-dist/doc/latex/pixelart/pixelart0.pdf
    trunk/Master/texmf-dist/tex/latex/pixelart/pixelart.sty

Modified: trunk/Master/texmf-dist/doc/latex/pixelart/CHANGELOG.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/pixelart/CHANGELOG.md	2023-02-21 20:45:24 UTC (rev 66011)
+++ trunk/Master/texmf-dist/doc/latex/pixelart/CHANGELOG.md	2023-02-21 20:45:39 UTC (rev 66012)
@@ -1,3 +1,9 @@
+* pixelart 1.0.2 (2023-02-20)
+
+    * Fix error while trying to load pixelart.lua (closes #2).
+
+    -- Louis Paternault <spalax at gresille.org>
+
 * pixelart 1.0.1 (2023-02-18)
 
     * Bugs

Modified: trunk/Master/texmf-dist/doc/latex/pixelart/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/pixelart/README.md	2023-02-21 20:45:24 UTC (rev 66011)
+++ trunk/Master/texmf-dist/doc/latex/pixelart/README.md	2023-02-21 20:45:39 UTC (rev 66012)
@@ -1,7 +1,7 @@
 pixelart 🎨 A LaTeX package to draw pixel-art pictures
 ======================================================
 
-![Example](https://framagit.org/spalax/pixelart/-/raw/v1.0.1/pixelart.png)
+![Example](https://framagit.org/spalax/pixelart/-/raw/v1.0.2/pixelart.png)
 
 - [Usage and installation instruction](http://mirrors.ctan.org/graphics/pgf/contrib/pixelart/pixelart.pdf).
 - Example: The heart of the picture above was produced using the following code.

Modified: trunk/Master/texmf-dist/doc/latex/pixelart/pixelart.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/pixelart/pixelart.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/pixelart/pixelart.tex	2023-02-21 20:45:24 UTC (rev 66011)
+++ trunk/Master/texmf-dist/doc/latex/pixelart/pixelart.tex	2023-02-21 20:45:39 UTC (rev 66012)
@@ -9,8 +9,8 @@
 \setcnltx{
   name     = pixelart,
   title    = \pixelartlogo,
-  version  = v1.0.1,
-  date     = 2023-02-18,
+  version  = v1.0.2,
+  date     = 2023-02-20,
   info     = A \LaTeX{} package to draw pixel-art pictures ,
   authors  = Louis Paternault ,
   email    = spalax(at)gresille(dot)org ,

Modified: trunk/Master/texmf-dist/doc/latex/pixelart/pixelart0.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/tex/latex/pixelart/pixelart.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/pixelart/pixelart.sty	2023-02-21 20:45:24 UTC (rev 66011)
+++ trunk/Master/texmf-dist/tex/latex/pixelart/pixelart.sty	2023-02-21 20:45:39 UTC (rev 66012)
@@ -15,7 +15,7 @@
 %% This work consists of the files pixelart.sty, pixelart.lua, pixelart.tex.
 
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{pixelart}[2023/02/18 v1.0.1 A package to draw pixel-art pictures]
+\ProvidesPackage{pixelart}[2023/02/20 v1.0.2 A package to draw pixel-art pictures]
 
 \RequirePackage{iftex}
 \ifluatex
@@ -28,7 +28,7 @@
 \RequirePackage{tikz}
 \usetikzlibrary{patterns}
 
-\luadirect{dofile("pixelart.lua")}
+\luadirect{require("pixelart")}
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 % Package options



More information about the tex-live-commits mailing list.