From a4d8912defcebda75ee9089c6baf921e2c2a809c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 8 Dec 2017 23:14:40 +0000 Subject: pixelart (8dec17) git-svn-id: svn://tug.org/texlive/trunk@46016 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/pixelart/CHANGELOG.md | 6 ++++++ Master/texmf-dist/doc/latex/pixelart/README.md | 4 ++-- Master/texmf-dist/doc/latex/pixelart/pixelart.pdf | Bin 146668 -> 146585 bytes .../texmf-dist/source/latex/pixelart/pixelart.dtx | 4 ++-- Master/texmf-dist/tex/latex/pixelart/pixelart.sty | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) (limited to 'Master') 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 + * 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 Binary files a/Master/texmf-dist/doc/latex/pixelart/pixelart.pdf and b/Master/texmf-dist/doc/latex/pixelart/pixelart.pdf 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 @@ %\NeedsTeXFormat{LaTeX2e} %\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] % % %<*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} -- cgit v1.2.3