me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-ietfbibs.

* gnu/packages/tex.scm (texlive-ietfbibs): New variable.
Nicolas Goaziou 2023-08-18 12:18:13 +02:00
parent 5a3adc553f
commit 72abac0232
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -10329,6 +10329,24 @@ which are called indices locorum citatorum. It relies on a specific
@code{\\icite} command and can operate with either BibTeX or BibLaTeX.")
(license (list license:gpl3+ license:cc-by-sa4.0))))
(define-public texlive-ietfbibs
(package
(name "texlive-ietfbibs")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/bibtex/ietfbibs/")
(base32
"18ypa96z1gclq4amka28sv26pm7lycak68zf4b3sf1bx4ldnzmxq")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/ietfbibs")
(synopsis "Generate BibTeX entries for various IETF index files")
(description
"The package provides scripts to translate IETF index files to BibTeX
files.")
(license license:expat)))
(define-public texlive-impatient
(package
(name "texlive-impatient")