[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/163: gnu: Add texlive-biblatex-ext.
From: |
guix-commits |
Subject: |
36/163: gnu: Add texlive-biblatex-ext. |
Date: |
Sat, 19 Aug 2023 14:39:31 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit ae5da4bff0af82dba1e7591e7213eb260b3830e9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 19:57:42 2023 +0200
gnu: Add texlive-biblatex-ext.
* gnu/packages/tex.scm (texlive-biblatex-ext): New variable.
---
gnu/packages/tex.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 577c13f82b..57e027578a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3749,6 +3749,29 @@ nationale des chartes (Paris), and may be suitable for a
more general use in
historical and philological works.")
(license license:lppl1.3+)))
+(define-public texlive-biblatex-ext
+ (package
+ (name "texlive-biblatex-ext")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-ext/"
+ "tex/latex/biblatex-ext/")
+ (base32
+ "09adm378m9laxxb9bs6lqhfprrq0d3l1c627fxp1vcnxqqwd99xc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-ext")
+ (synopsis "Extended BibLaTeX standard styles")
+ (description
+ "The BibLaTeX-ext bundle provides styles that slightly extend the
+standard styles that ship with BibLaTeX. The styles offered in this bundle
+provide a simple interface to change some of the stylistic decisions made in
+the standard styles. At the same time they stay as close to their standard
+counterparts as possible, so that most customisation methods can be applied
+here as well.")
+ (license license:lppl1.3c)))
+
(define-public texlive-bibleref
(package
(name "texlive-bibleref")
- 32/163: gnu: Add texlive-biblatex-claves., (continued)
- 32/163: gnu: Add texlive-biblatex-claves., guix-commits, 2023/08/19
- 33/163: gnu: Add texlive-biblatex-cv., guix-commits, 2023/08/19
- 34/163: gnu: Add texlive-biblatex-dw., guix-commits, 2023/08/19
- 20/163: gnu: Add texlive-biblatex-ajc2020unofficial., guix-commits, 2023/08/19
- 26/163: gnu: Add texlive-biblatex-bookinarticle., guix-commits, 2023/08/19
- 30/163: gnu: Add texlive-biblatex-chem., guix-commits, 2023/08/19
- 35/163: gnu: Add texlive-biblatex-enc., guix-commits, 2023/08/19
- 38/163: gnu: Add texlive-biblatex-gb7714-2015., guix-commits, 2023/08/19
- 48/163: gnu: Add texlive-biblatex-lncs., guix-commits, 2023/08/19
- 29/163: gnu: Add texlive-biblatex-caspervector., guix-commits, 2023/08/19
- 36/163: gnu: Add texlive-biblatex-ext.,
guix-commits <=
- 40/163: gnu: Add texlive-biblatex-gost., guix-commits, 2023/08/19
- 43/163: gnu: Add texlive-biblatex-ijsra., guix-commits, 2023/08/19
- 45/163: gnu: Add texlive-biblatex-jura2., guix-commits, 2023/08/19
- 50/163: gnu: Add texlive-biblatex-luh-ipw., guix-commits, 2023/08/19
- 51/163: gnu: Add texlive-biblatex-manuscripts-philology., guix-commits, 2023/08/19
- 39/163: gnu: Add texlive-biblatex-german-legal., guix-commits, 2023/08/19
- 41/163: gnu: Add texlive-biblatex-historian., guix-commits, 2023/08/19
- 42/163: gnu: Add texlive-biblatex-ieee., guix-commits, 2023/08/19
- 47/163: gnu: Add texlive-biblatex-license., guix-commits, 2023/08/19
- 53/163: gnu: Add texlive-biblatex-morenames., guix-commits, 2023/08/19