summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-02-19 01:53:42 +0000
committerKarl Berry <karl@freefriends.org>2023-02-19 01:53:42 +0000
commit4dc0ba54197a3df8cfe49e279bdf41d384880c25 (patch)
tree4e8d39ab5d2c36432d90db2e0400bb48bb4d58ed /Master/texmf-dist/doc/latex
parent9f8da23310c70daaef38e46fe7e262b0a0ce1283 (diff)
pixelart (19feb23)
git-svn-id: svn://tug.org/texlive/trunk@65898 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/pixelart/CHANGELOG.md13
-rw-r--r--Master/texmf-dist/doc/latex/pixelart/README.md4
-rw-r--r--Master/texmf-dist/doc/latex/pixelart/pixelart.pdfbin231203 -> 232668 bytes
-rw-r--r--Master/texmf-dist/doc/latex/pixelart/pixelart.tex6
-rw-r--r--Master/texmf-dist/doc/latex/pixelart/pixelart0.pdfbin152390 -> 152529 bytes
5 files changed, 19 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/pixelart/CHANGELOG.md b/Master/texmf-dist/doc/latex/pixelart/CHANGELOG.md
index daf7e7e7264..ee5be079ddf 100644
--- a/Master/texmf-dist/doc/latex/pixelart/CHANGELOG.md
+++ b/Master/texmf-dist/doc/latex/pixelart/CHANGELOG.md
@@ -1,3 +1,16 @@
+* pixelart 1.0.1 (2023-02-18)
+
+ * Bugs
+
+ * Minor change to take into account backward-incompatible change in `luakeys` v0.13.0 (thanks Jonathan P. Spratte).
+ * Pixelart (with option `square`) no longer fails when asked to draw an empty pixelart.
+
+ * Documentation
+
+ * Minor changes and improvements.
+
+ -- Louis Paternault <spalax@gresille.org>
+
* pixelart 1.0.0 (2022-11-16)
* Full, backward incompatible, rewrite of `pixelart`, in Lua.
diff --git a/Master/texmf-dist/doc/latex/pixelart/README.md b/Master/texmf-dist/doc/latex/pixelart/README.md
index 47eb31b3b65..fa717d9015e 100644
--- a/Master/texmf-dist/doc/latex/pixelart/README.md
+++ b/Master/texmf-dist/doc/latex/pixelart/README.md
@@ -1,7 +1,7 @@
pixelart 🎨 A LaTeX package to draw pixel-art pictures
======================================================
-![Example](https://framagit.org/spalax/pixelart/-/raw/v1.0.0/pixelart.png)
+![Example](https://framagit.org/spalax/pixelart/-/raw/v1.0.1/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.
@@ -30,7 +30,7 @@ pixelart 🎨 A LaTeX package to draw pixel-art pictures
License
-------
-*Copyright 2018-2022 Louis Paternault*
+*Copyright 2017-2023 Louis Paternault*
This work may be distributed and/or modified under the conditions of the LaTeX
Project Public License, either version 1.3 of this license or (at your option)
diff --git a/Master/texmf-dist/doc/latex/pixelart/pixelart.pdf b/Master/texmf-dist/doc/latex/pixelart/pixelart.pdf
index 2a66d842aa7..615676f0831 100644
--- a/Master/texmf-dist/doc/latex/pixelart/pixelart.pdf
+++ b/Master/texmf-dist/doc/latex/pixelart/pixelart.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/pixelart/pixelart.tex b/Master/texmf-dist/doc/latex/pixelart/pixelart.tex
index 1ab064ce564..bfcf1e5863c 100644
--- a/Master/texmf-dist/doc/latex/pixelart/pixelart.tex
+++ b/Master/texmf-dist/doc/latex/pixelart/pixelart.tex
@@ -9,8 +9,8 @@
\setcnltx{
name = pixelart,
title = \pixelartlogo,
- version = v1.0.0,
- date = 2022-11-16,
+ version = v1.0.1,
+ date = 2023-02-18,
info = A \LaTeX{} package to draw pixel-art pictures ,
authors = Louis Paternault ,
email = spalax(at)gresille(dot)org ,
@@ -446,6 +446,8 @@ If you want to credit \pkg*{pixelart} in a fancy way, you can use one of those l
\end{commands}
\end{multicols}
+Note that those logos are affected by \cs{setpixelartdefault}, so, if you have used this command in your document, you might want to call \cs*{setpixelartdefault}\marg{} to reset the default options before drawing any logo.
+
\section{Debugging}
What if drawing your pixel art throws an error?
diff --git a/Master/texmf-dist/doc/latex/pixelart/pixelart0.pdf b/Master/texmf-dist/doc/latex/pixelart/pixelart0.pdf
index ec118f46fb1..abd374878ae 100644
--- a/Master/texmf-dist/doc/latex/pixelart/pixelart0.pdf
+++ b/Master/texmf-dist/doc/latex/pixelart/pixelart0.pdf
Binary files differ