mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: Add texlive-productbox.
* gnu/packages/tex.scm (texlive-productbox): New variable.
This commit is contained in:
parent
56f6aabb4b
commit
56b0bf0847
1 changed files with 24 additions and 0 deletions
|
@ -3488,6 +3488,30 @@ (define-public texlive-prerex
|
||||||
application, a lightweight Qt-4 and Poppler-based prerex-enabled PDF viewer.")
|
application, a lightweight Qt-4 and Poppler-based prerex-enabled PDF viewer.")
|
||||||
(license (list license:gpl2 license:lppl))))
|
(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
|
(define-public texlive-amiri
|
||||||
(package
|
(package
|
||||||
(name "texlive-amiri")
|
(name "texlive-amiri")
|
||||||
|
|
Loading…
Reference in a new issue