From a48441d5300409ae9a61fa10cd5d6161f0b30c21 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 14 Jan 2018 22:56:37 +0000 Subject: gfsdidot git-svn-id: svn://tug.org/texlive/trunk@46311 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/pixelart/CHANGELOG.md | 7 +++++++ Master/texmf-dist/doc/latex/pixelart/README.md | 23 +++++++++++----------- Master/texmf-dist/doc/latex/pixelart/pixelart.pdf | Bin 146585 -> 148783 bytes 3 files changed, 18 insertions(+), 12 deletions(-) (limited to 'Master/texmf-dist/doc/latex/pixelart') diff --git a/Master/texmf-dist/doc/latex/pixelart/CHANGELOG.md b/Master/texmf-dist/doc/latex/pixelart/CHANGELOG.md index b135bbd313d..18a56a43ab4 100644 --- a/Master/texmf-dist/doc/latex/pixelart/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/pixelart/CHANGELOG.md @@ -1,3 +1,10 @@ +* pixelart 0.1.2 (2018-01-13) + + * Fix bug: First line-break is now automatically ignored. + * Minor documentation fixes and improvements. + + -- Louis Paternault + * pixelart 0.1.1 (2017-12-08) * Fix CTAN URLs. diff --git a/Master/texmf-dist/doc/latex/pixelart/README.md b/Master/texmf-dist/doc/latex/pixelart/README.md index c84b8c39a11..471df069b24 100644 --- a/Master/texmf-dist/doc/latex/pixelart/README.md +++ b/Master/texmf-dist/doc/latex/pixelart/README.md @@ -16,24 +16,23 @@ black-and-white picture. - Example: The picture above was produced using the following code. ```latex -\bwpixelart{ - 111111110011001110000011111111 - 110110110011000110000011000011 - 100110010000000110000010000110 - 000110000111000110011000001100 - 000110000011000110110000011000 - 000110000011000111100000110000 - 000110000011000111100001100000 - 000110000011000110110011000001 - 000110000011000110011011000011 - 001111000111100110011011111111 +\bwpixelart[color=red]{ + 0011001100 + 0111111110 + 1111111111 + 1111111111 + 1111111111 + 0111111110 + 0011111100 + 0001111000 + 0000110000 } ``` License ------- -*Copyright 2017 Louis Paternault* +*Copyright 2018 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 a853c11d0b2..af4e7eeaba9 100644 Binary files a/Master/texmf-dist/doc/latex/pixelart/pixelart.pdf and b/Master/texmf-dist/doc/latex/pixelart/pixelart.pdf differ -- cgit v1.2.3