summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pixelart/README.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-12-06 23:54:10 +0000
committerKarl Berry <karl@freefriends.org>2017-12-06 23:54:10 +0000
commitb0705239ae82574e1415ec6398074121d41bcb32 (patch)
tree56088ae632ea25353896138a82e793d603705ff7 /Master/texmf-dist/doc/latex/pixelart/README.md
parent67c7246d76c71b0a37485565aa8a917e606caf20 (diff)
pixelart (7dec17)
git-svn-id: svn://tug.org/texlive/trunk@45998 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pixelart/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/pixelart/README.md44
1 files changed, 44 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pixelart/README.md b/Master/texmf-dist/doc/latex/pixelart/README.md
new file mode 100644
index 00000000000..dd7dd21e233
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/pixelart/README.md
@@ -0,0 +1,44 @@
+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)
+
+
+
+![Example](https://framagit.org/spalax/pixelart/raw/master/logo.png)
+
+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).
+- Example: The picture above was produced using the following code.
+
+```latex
+\bwpixelart{
+ 111111110011001110000011111111
+ 110110110011000110000011000011
+ 100110010000000110000010000110
+ 000110000111000110011000001100
+ 000110000011000110110000011000
+ 000110000011000111100000110000
+ 000110000011000111100001100000
+ 000110000011000110110011000001
+ 000110000011000110011011000011
+ 001111000111100110011011111111
+}
+```
+
+License
+-------
+
+*Copyright 2017 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)
+any later version.
+
+The latest version of this license is in http://www.latex-project.org/lppl.txt
+and version 1.3 or later is part of all distributions of LaTeX version
+2005/12/01 or later.