gnu: Add texlive-biblatex-opcit-booktitle.

* gnu/packages/tex.scm (texlive-biblatex-opcit-booktitle): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-17 21:16:46 +02:00
parent 8b2d626fb3
commit 76272cc661
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4237,6 +4237,27 @@ (define-public texlive-biblatex-nottsclassic
University of Nottingham.")
(license license:lppl1.3+)))
(define-public texlive-biblatex-opcit-booktitle
(package
(name "texlive-biblatex-opcit-booktitle")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/biblatex-opcit-booktitle/"
"tex/latex/biblatex-opcit-booktitle/")
(base32
"078fzk4i7sknaxkgn2lr54bcslqbjjsr1nb0z7y46v7kpg2lpcrf")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/biblatex-opcit-booktitle")
(synopsis "Use @samp{op.@: cit.}@: for the booktitle of a subentry")
(description
"The default citation styles use the @samp{op.@: cit.}@: form in order to
have a shorter reference when a title has already been cited. However, when
you cite two entries which share the same booktitle but not the same title,
the @samp{op.@: cit.}@: mechanism does not work. This package fixes this.")
(license license:lppl1.3+)))
(define-public texlive-bibleref
(package
(name "texlive-bibleref")