diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-17 19:51:11 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-19 20:33:18 +0200 |
commit | 8ecc74119a289a7f13e20956930b355459f783e4 (patch) | |
tree | e1f36f15b657e4a1f6360e4e4c551f34312bd667 | |
parent | a830254cc26cc8fbbc80244a2f8d86bb03727fb6 (diff) |
gnu: Add texlive-biblatex-arthistory-bonn.
* gnu/packages/tex.scm (texlive-biblatex-arthistory-bonn): New variable.
-rw-r--r-- | gnu/packages/tex.scm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 7cc008ffc4..60f67e0c43 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -3489,6 +3489,29 @@ as well and adaptions to specific document types like exhibition and auction catalogues.") (license license:lppl1.3c))) +(define-public texlive-biblatex-arthistory-bonn + (package + (name "texlive-biblatex-arthistory-bonn") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/biblatex-arthistory-bonn/" + "tex/latex/biblatex-arthistory-bonn/") + (base32 + "0iwms7w1xqghdf3s0m91xzw4y7d20lvpv69ibl92cpjj5fggp0x8"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/biblatex-arthistory-bonn") + (synopsis "BibLaTeX citation style for art historians") + (description + "This citation style covers the citation and bibliography guidelines of +the Kunsthistorisches Institut der Universitat Bonn for undergraduates. It +introduces bibliography entry types for catalogs and features a tabular +bibliography, among other things. Various options are available to change and +adjust the outcome according to one's own preferences. The style is +compatible with English and German.") + (license license:lppl1.3+))) + (define-public texlive-bibleref (package (name "texlive-bibleref") |