guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

59/163: gnu: Add texlive-biblatex-opcit-booktitle.


From: guix-commits
Subject: 59/163: gnu: Add texlive-biblatex-opcit-booktitle.
Date: Sat, 19 Aug 2023 14:39:36 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 76272cc6619a8d042da16dfb13273ee000518d3d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 21:16:46 2023 +0200

    gnu: Add texlive-biblatex-opcit-booktitle.
    
    * gnu/packages/tex.scm (texlive-biblatex-opcit-booktitle): New variable.
---
 gnu/packages/tex.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 71f8476e14..5051706bce 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4237,6 +4237,27 @@ Journal of Medicine (NEJM).")
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]