gnu: Add texlive-librarian.

* gnu/packages/tex.scm (texlive-librarian): New variable.
This commit is contained in:
Nicolas Goaziou 2023-06-26 15:08:39 +02:00
parent 44b1d7a1c4
commit 2bd23d2e26
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10244,6 +10244,30 @@ (define-public texlive-libertine
license:silofl1.1
license:lppl))))
(define-public texlive-librarian
(package
(name "texlive-librarian")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/generic/librarian/"
"tex/generic/librarian/")
(base32
"1a40ac9vg2niafg6dd2iv0c5nrxqxz8vhh2awdw756xsd0znb5n0")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/librarian")
(synopsis "Tools to create bibliographies in TeX")
(description
"The package extracts information in @file{.bib} files, makes it
available in the current document, and sorts lists of entries according to
that information and the user's specifications. Citation and bibliography
styles can then be written directly in TeX, without any use of BibTeX. The
package works with all formats that use plain TeX's basic syntactic sugar; the
distribution includes a third-party file for ConTeXt and a style file for
LaTeX.")
(license license:lppl)))
(define-public texlive-dejavu
(package
(name "texlive-dejavu")