guix-commits
[Top][All Lists]
Advanced

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

31/163: gnu: Add texlive-biblatex-chicago.


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

ngz pushed a commit to branch master
in repository guix.

commit 71ed91c7903bb77c9423288d6e5833bbf3f0989e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 19:55:03 2023 +0200

    gnu: Add texlive-biblatex-chicago.
    
    * gnu/packages/tex.scm (texlive-biblatex-chicago): 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 8913d76c56..15ba1a0745 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3636,6 +3636,28 @@ standard (Chem.@: Commun.) style; and Angewandte Chem.@: 
style, (thus covering
 a wide range of journals).")
     (license license:lppl1.3c)))
 
+(define-public texlive-biblatex-chicago
+  (package
+    (name "texlive-biblatex-chicago")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/biblatex-chicago/"
+                   "tex/latex/biblatex-chicago/")
+             (base32
+              "00y8h4hvmz17bn46936xfi1cy0rsh5y33pyc1hrkrrldabq8rxys")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/biblatex-chicago";)
+    (synopsis "Chicago style files for BibLaTeX")
+    (description
+     "This is a BibLaTeX style that implements the Chicago author-date and
+notes with bibliography style specifications given in the @emph{Chicago Manual
+of Style}, 17th edition (with continuing support for the 16th edition, too).
+The style implements entry types for citing audio-visual materials, among many
+others.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-bibleref
   (package
     (name "texlive-bibleref")



reply via email to

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