me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-librarian.

* gnu/packages/tex.scm (texlive-librarian): New variable.
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
1 changed files with 24 additions and 0 deletions

View File

@ -10244,6 +10244,30 @@ The @code{mweights} package is used to manage the selection of font weights.")
license:silofl1.1 license:silofl1.1
license:lppl)))) 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 (define-public texlive-dejavu
(package (package
(name "texlive-dejavu") (name "texlive-dejavu")