mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Add texlive-biblatex-opcit-booktitle.
* gnu/packages/tex.scm (texlive-biblatex-opcit-booktitle): New variable.
This commit is contained in:
parent
8b2d626fb3
commit
76272cc661
1 changed files with 21 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue