me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-biblatex-enc.

* gnu/packages/tex.scm (texlive-biblatex-enc): New variable.
Nicolas Goaziou 2023-08-17 19:57:21 +02:00
parent 4eafe5dab7
commit 38d9cf2ceb
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -3728,6 +3728,27 @@ features that are not provided by the standard BibLaTeX styles. The styles
are dependent on BibLaTeX and cannot be used without it.")
(license license:lppl1.3+)))
(define-public texlive-biblatex-enc
(package
(name "texlive-biblatex-enc")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/biblatex-enc/"
"tex/latex/biblatex-enc/")
(base32
"0k9sais0dknydcdy1a7fkkrb5grqap3q2jn8qk36x658nkjjb9ln")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/biblatex-enc")
(synopsis "BibLaTeX style for the Ecole nationale des chartes (Paris)")
(description
"This package provides a citation and bibliography style for use with
BibLaTeX. It conforms to the bibliographic standards used at the Ecole
nationale des chartes (Paris), and may be suitable for a more general use in
historical and philological works.")
(license license:lppl1.3+)))
(define-public texlive-bibleref
(package
(name "texlive-bibleref")