gnu: Add texlive-bibleref-french.

* gnu/packages/tex.scm (texlive-bibleref-french): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-04 18:14:06 +02:00
parent a634e88825
commit ce1e88df11
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1987,6 +1987,26 @@ (define-public texlive-bib-fr
files.")
(license license:lppl)))
(define-public texlive-bibleref-french
(package
(name "texlive-bibleref-french")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/bibleref-french/"
"source/latex/bibleref-french/"
"tex/latex/bibleref-french/")
(base32
"12y9xdsz0swh3rndmzk7ch9fbszbhcp0ixb21jyy36xnb3x80wa5")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/bibleref-french")
(synopsis "French translations for @code{bibleref}")
(description
"The package provides translations and alternative typesetting
conventions for use of @code{bibleref} in French.")
(license license:lppl1.3+)))
(define-public texlive-binomexp
(package
(name "texlive-binomexp")