mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: Add texlive-pixelart.
* gnu/packages/tex.scm (texlive-pixelart): New variable.
This commit is contained in:
parent
a1b56241da
commit
909a0b7aa9
1 changed files with 18 additions and 0 deletions
|
@ -3361,6 +3361,24 @@ (define-public texlive-pinlabel
|
|||
automatic and consistent spacing relative to the object labelled.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-pixelart
|
||||
(package
|
||||
(name "texlive-pixelart")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/pixelart/" "tex/latex/pixelart/")
|
||||
(base32
|
||||
"14hridmq92md46vxaiv8ja5lij2zl449vbvq2x2dv4qqs7bi42ab")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/pixelart")
|
||||
(synopsis "Draw pixel-art pictures")
|
||||
(description
|
||||
"This package provides a LuaLaTeX package to draw pixel-art pictures
|
||||
using TikZ.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-amiri
|
||||
(package
|
||||
(name "texlive-amiri")
|
||||
|
|
Loading…
Reference in a new issue