me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-pxpic.

* gnu/packages/tex.scm (texlive-pxpic): New variable.
Nicolas Goaziou 2023-07-13 09:40:33 +02:00
parent 2d44d383ed
commit bcbf907639
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -3575,6 +3575,27 @@ connections under e-pTeX and @code{dvipdfmx}. The package uses existing
features of @code{dvipdfmx} to fix this problem.")
(license license:expat)))
(define-public texlive-pxpic
(package
(name "texlive-pxpic")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/pxpic/" "source/latex/pxpic/"
"tex/latex/pxpic/")
(base32
"01k4c7fakc2wjbjasxqm9gnzhchn2bqnj3vvz5rrcxiq0wibmiyi")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pxpic")
(synopsis "Draw pixel pictures")
(description
"With @code{pxpic} you draw pictures pixel by pixel. It was inspired by
a lovely post by Paulo Cereda, among other things (most notably a beautiful
duck) showcasing the use of characters from the Mario video games by Nintendo
in LaTeX.")
(license license:lppl1.3c)))
(define-public texlive-amiri
(package
(name "texlive-amiri")