guix-commits
[Top][All Lists]
Advanced

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

38/163: gnu: Add texlive-biblatex-gb7714-2015.


From: guix-commits
Subject: 38/163: gnu: Add texlive-biblatex-gb7714-2015.
Date: Sat, 19 Aug 2023 14:39:31 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit d866b755fb2e6d93658a161d9bb1e6179777ce5c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 19:58:34 2023 +0200

    gnu: Add texlive-biblatex-gb7714-2015.
    
    * gnu/packages/tex.scm (texlive-biblatex-gb7714-2015): 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 c088aae666..0b56f3d233 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3794,6 +3794,28 @@ The style is highly optimized for documents written in 
German, and the main
 documentation is only available in German.")
     (license license:lppl1.3+)))
 
+(define-public texlive-biblatex-gb7714-2015
+  (package
+    (name "texlive-biblatex-gb7714-2015")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/biblatex-gb7714-2015/"
+                   "tex/latex/biblatex-gb7714-2015/")
+             (base32
+              "061gp5xwh2dkckb8dn9b7xhf76cqsq908dniwkp6hg531dzyn525")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/biblatex-gb7714-2015";)
+    (synopsis
+     "BibLaTeX implementation of the GBT7714-2015 bibliography style for
+Chinese users")
+    (description
+     "This package provides an implementation of the GBT7714-2015 bibliography
+style.  This implementation follows the GBT7714-2015 standard and can be used
+by simply loading BibLaTeX with the appropriate option.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-bibleref
   (package
     (name "texlive-bibleref")



reply via email to

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