Archived
1
0
Fork 0

gnu: Add texlive-chbibref.

* gnu/packages/tex.scm (texlive-chbibref): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-18 11:58:13 +02:00
parent e956d90861
commit 0f9de640d3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5801,6 +5801,24 @@ distribution), developed from the same author's JMB style. A supporting LaTeX
package is also provided.")
(license license:public-domain)))
(define-public texlive-chbibref
(package
(name "texlive-chbibref")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/chbibref/" "tex/latex/chbibref/")
(base32
"1k4cwy4z0kacikpvxkk3y68apw2x33sh06yccb1s894r1bn3c1qi")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/chbibref")
(synopsis "Change the Bibliography and References title")
(description
"This package defines a single command, @code{\\setbibref}, which sets
whichever of @code{\\bibname} and @code{\\refname} is in use.")
(license license:lppl)))
(define-public texlive-chemarrow
(package
(name "texlive-chemarrow")