Archived
1
0
Fork 0

gnu: Add texlive-bookshelf.

* gnu/packages/tex.scm (texlive-bookshelf): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:45:03 +02:00
parent ef89870173
commit 2a4c2fc7f7
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -74680,6 +74680,27 @@ two pages per side. The resulting sheets will, when folded in half, assemble
into a booklet.")
(license license:lppl1.3+)))
(define-public texlive-bookshelf
(package
(name "texlive-bookshelf")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/bookshelf/"
"source/latex/bookshelf/"
"tex/latex/bookshelf/")
(base32
"1md1mlm2yc64nmrjcpn754k5akc25273yvi68pgxj9gc86v5167a")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/bookshelf")
(synopsis "Create a nice image from a BibTeX file")
(description
"This package turns a BibTeX bibliography file into a randomly-coloured,
randomly-sized shelf of books, with the title and author in a randomly-chosen
typeface.")
(license license:lppl1.3+)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar