blob: fcb341dedf05c0d6cd2504c56b4f1c6049f709e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
-------------------------------------------------------------------------------
# pxpic -- draw pixel pictures
Version 2023-08-16 v1.5
Released under the LaTeX Project Public License v1.3c or later
See http://www.latex-project.org/lppl.txt
Hosted at https://github.com/Skillmon/ltx_pxpic
-------------------------------------------------------------------------------
Copyright (C) 2021-2023 Jonathan P. Spratte
This work may be distributed and/or modified under the conditions of the
LaTeX Project Public License (LPPL), either version 1.3c of this license or
(at your option) any later version. The latest version of this license is in
the file:
http://www.latex-project.org/lppl.txt
This work is "maintained" (as per LPPL maintenance status) by
Jonathan P. Spratte.
-------------------------------------------------------------------------------
With `pxpic` you draw pictures pixel by pixel. It was inspired by a [lovely post
by Paulo Cereda](https://tex.stackexchange.com/a/63759/117050), among other
things (most notably a beautiful duck) showcasing the use of characters from the
Mario video games by Nintendo in LaTeX.
|