guix-commits
[Top][All Lists]
Advanced

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

26/163: gnu: Add texlive-biblatex-bookinarticle.


From: guix-commits
Subject: 26/163: gnu: Add texlive-biblatex-bookinarticle.
Date: Sat, 19 Aug 2023 14:39:28 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 0cd58818749bfb647ffe6d7ce526fee09125267e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 19:52:55 2023 +0200

    gnu: Add texlive-biblatex-bookinarticle.
    
    * gnu/packages/tex.scm (texlive-biblatex-bookinarticle): 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 7d39c49263..f32f43f36f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3532,6 +3532,28 @@ compatible with English and German.")
 Harvard style recommended by the University of Bath Library.")
     (license license:lppl1.3c)))
 
+(define-public texlive-biblatex-bookinarticle
+  (package
+    (name "texlive-biblatex-bookinarticle")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/biblatex-bookinarticle/"
+                   "tex/latex/biblatex-bookinarticle/")
+             (base32
+              "0mhj3adqlirylhjqj8y0m8pinmark07zqvx00zl9rrdpagj6q4y8")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/biblatex-bookinarticle";)
+    (synopsis "Manage book edited in article")
+    (description
+     "This package provides three new BibLaTeX entry types --- 
@code{@@bookinarticle},
+@code{@@bookinincollection} and @code{@@bookinthesis} --- to refer to a modern
+edition of an old book, where this modern edition is provided in
+a @code{@@article}, @code{@@incollection} or in a @code{@@thesis}.  The
+package is now superseded by @code{biblatex-bookinother}.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-bibleref
   (package
     (name "texlive-bibleref")



reply via email to

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