From a5a52e2239237ca83555443919bae0b08b6cb3e3 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 17 Aug 2023 19:56:04 +0200 Subject: [PATCH] gnu: Add texlive-biblatex-claves. * gnu/packages/tex.scm (texlive-biblatex-claves): New variable. --- gnu/packages/tex.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 15ba1a0745..c31deca2e3 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -3658,6 +3658,33 @@ (define-public texlive-biblatex-chicago others.") (license license:lppl1.3+))) +(define-public texlive-biblatex-claves + (package + (name "texlive-biblatex-claves") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/biblatex-claves/" + "tex/latex/biblatex-claves/") + (base32 + "08ydcv7qlbxaysh7jm3d4glrhp1fyd4fvvxc3jc4k50ga77ksqj0"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/biblatex-claves") + (synopsis "Tool to manage claves of old litterature with BibLaTeX") + (description + "When studying antic and medieval literature, we may find many different +texts published with the same title, or, in contrary, the same text published +with different titles. To avoid confusion, scholars have published claves, +which are books listing ancient texts, identifying them by an identifier --- +a number or a string of text. For example, for early Christianity, we have +the Bibliotheca Hagiographica Graeca, the Clavis Apocryphorum Novi Testamenti +and other claves. It could be useful to print the identifier of a texts in +one specific clavis, or in many claves. The package allows us to create new +field for different claves, and to present all these fields in a consistent +way.") + (license license:lppl1.3+))) + (define-public texlive-bibleref (package (name "texlive-bibleref")