guix-commits
[Top][All Lists]
Advanced

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

75/163: gnu: Add texlive-biblatex-true-citepages-omit.


From: guix-commits
Subject: 75/163: gnu: Add texlive-biblatex-true-citepages-omit.
Date: Sat, 19 Aug 2023 14:39:39 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 5f2948f4293af52a2d90c22852fafdfe00bf744c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 23:50:38 2023 +0200

    gnu: Add texlive-biblatex-true-citepages-omit.
    
    * gnu/packages/tex.scm (texlive-biblatex-true-citepages-omit): New variable.
---
 gnu/packages/tex.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 879cb0f65f..ac94061146 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4597,6 +4597,28 @@ work properly with newer versions of BibLaTeX.")
 (@code{plain}, @code{abbrev}, @code{unsrt} and @code{alpha}) with BibLaTeX.")
     (license license:lppl1.3c)))
 
+(define-public texlive-biblatex-true-citepages-omit
+  (package
+    (name "texlive-biblatex-true-citepages-omit")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/biblatex-true-citepages-omit/"
+                   "tex/latex/biblatex-true-citepages-omit/")
+             (base32
+              "1mfkmn5g6r61mlyf3vx98q18a042yjkmh3drid9vs0kaj66di4n5")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/biblatex-true-citepages-omit";)
+    (synopsis
+     "Correct some limitations of BibLaTeX @samp{citepages=omit} option")
+    (description
+     "This package deals with a limitation of the @samp{citepages=omit} option
+of the verbose family of BibLaTeX citestyles.  The option works when you
+@code{\\cite[xx]@{key@}}, but not when you @code{\\cite[\\pno~xx, some
+text]@{key@}}.  The package corrects this problem.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-bibleref
   (package
     (name "texlive-bibleref")



reply via email to

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