gnu: Add texlive-productbox.

* gnu/packages/tex.scm (texlive-productbox): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-13 09:21:35 +02:00
parent 56f6aabb4b
commit 56b0bf0847
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3488,6 +3488,30 @@ (define-public texlive-prerex
application, a lightweight Qt-4 and Poppler-based prerex-enabled PDF viewer.")
(license (list license:gpl2 license:lppl))))
(define-public texlive-productbox
(package
(name "texlive-productbox")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/productbox/"
"source/latex/productbox/"
"tex/latex/productbox/")
(base32
"12jj5am2h6lqmhc0dz9v8p2j9ci104s9xplki7ncn3fmhy5mm2fq")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/productbox")
(synopsis "Typeset a three-dimensional product box")
(description
"The package enables typesetting of a three-dimensional product box.
This product box can be rendered as it is standing on a surface and some light
is shed onto it. Alternatively it can be typeset as a wireframe to be cut out
and glued together. This will lead to a physical product box.")
(license
(list
(license:fsf-free "https://tug.ctan.org/macros/latex/contrib/gene/productbox/productbox.ins")))))
(define-public texlive-amiri
(package
(name "texlive-amiri")