summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-12-08 23:14:40 +0000
committerKarl Berry <karl@freefriends.org>2017-12-08 23:14:40 +0000
commita4d8912defcebda75ee9089c6baf921e2c2a809c (patch)
tree548774a056037da30ac77d200bf4ab0600310c30
parent686e11f3f6a5a45d78e8344c56e946b26f7deee0 (diff)
pixelart (8dec17)
git-svn-id: svn://tug.org/texlive/trunk@46016 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/pixelart/CHANGELOG.md6
-rw-r--r--Master/texmf-dist/doc/latex/pixelart/README.md4
-rw-r--r--Master/texmf-dist/doc/latex/pixelart/pixelart.pdfbin146668 -> 146585 bytes
-rw-r--r--Master/texmf-dist/source/latex/pixelart/pixelart.dtx4
-rw-r--r--Master/texmf-dist/tex/latex/pixelart/pixelart.sty2
5 files changed, 11 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/pixelart/CHANGELOG.md b/Master/texmf-dist/doc/latex/pixelart/CHANGELOG.md
index 4bdc375c80c..b135bbd313d 100644
--- a/Master/texmf-dist/doc/latex/pixelart/CHANGELOG.md
+++ b/Master/texmf-dist/doc/latex/pixelart/CHANGELOG.md
@@ -1,3 +1,9 @@
+* pixelart 0.1.1 (2017-12-08)
+
+ * Fix CTAN URLs.
+
+ -- Louis Paternault <spalax+ctan@gresille.org>
+
* pixelart 0.1.0 (2017-12-05)
* First published version.
diff --git a/Master/texmf-dist/doc/latex/pixelart/README.md b/Master/texmf-dist/doc/latex/pixelart/README.md
index dd7dd21e233..c84b8c39a11 100644
--- a/Master/texmf-dist/doc/latex/pixelart/README.md
+++ b/Master/texmf-dist/doc/latex/pixelart/README.md
@@ -3,7 +3,7 @@ pixelart 🎨 A LaTeX package to draw pixel-art pictures
[![Sources](https://img.shields.io/badge/sources-pixelart-brightgreen.svg)](http://framagit.org/spalax/pixelart)
[![CTAN](https://img.shields.io/ctan/v/pixelart.svg)](http://ctan.org/pkg/pixelart)
-[![Documentation](https://img.shields.io/badge/doc-pdf-brightgreen.svg)](http://mirrors.ctan.org/macros/latex/contrib/pixelart/pixelart.pdf)
+[![Documentation](https://img.shields.io/badge/doc-pdf-brightgreen.svg)](http://mirrors.ctan.org/graphics/pixelart/pixelart.pdf)
@@ -12,7 +12,7 @@ pixelart 🎨 A LaTeX package to draw pixel-art pictures
It defines commands to convert a stream of bits (as characters `0` and `1`) to a
black-and-white picture.
-- [Usage and installation instruction](http://mirrors.ctan.org/macros/latex/contrib/pixelart/pixelart.pdf).
+- [Usage and installation instruction](http://mirrors.ctan.org/graphics/pixelart/pixelart.pdf).
- Example: The picture above was produced using the following code.
```latex
diff --git a/Master/texmf-dist/doc/latex/pixelart/pixelart.pdf b/Master/texmf-dist/doc/latex/pixelart/pixelart.pdf
index c8ebc2d9b60..a853c11d0b2 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/source/latex/pixelart/pixelart.dtx b/Master/texmf-dist/source/latex/pixelart/pixelart.dtx
index eb229402485..0b10b5d274e 100644
--- a/Master/texmf-dist/source/latex/pixelart/pixelart.dtx
+++ b/Master/texmf-dist/source/latex/pixelart/pixelart.dtx
@@ -25,7 +25,7 @@
%<package>\NeedsTeXFormat{LaTeX2e}
%<package>\ProvidesPackage{pixelart}
%<*package>
- [2017/12/05 v0.1.0 A package to draw pixel-art pictures] % TODO Date
+ [2017/12/08 v0.1.1 A package to draw pixel-art pictures]
%</package>
%
%<*driver>
@@ -153,7 +153,7 @@
% \begin{itemize}
% \item Download the lastest archive :
% \begin{description}
-% \item[Stable version] \url{http://mirrors.ctan.org/install/macros/latex/contrib/pixelart.tds.zip}
+% \item[Stable version] \url{http://mirrors.ctan.org/graphics/pixelart.zip}
% \item[Development version] \url{https://framagit.org/spalax/pixelart/repository/archive.zip?ref=master}
% \end{description}
% \item Unzip the archive.
diff --git a/Master/texmf-dist/tex/latex/pixelart/pixelart.sty b/Master/texmf-dist/tex/latex/pixelart/pixelart.sty
index 4045c6e672b..cda3b353b53 100644
--- a/Master/texmf-dist/tex/latex/pixelart/pixelart.sty
+++ b/Master/texmf-dist/tex/latex/pixelart/pixelart.sty
@@ -23,7 +23,7 @@
%% and the derived file pixelart.sty.
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{pixelart}
- [2017/12/05 v0.1.0 A package to draw pixel-art pictures] % TODO Date
+ [2017/12/08 v0.1.1 A package to draw pixel-art pictures]
\RequirePackage{pgf}
\usepgfmodule{parser}