guix-commits
[Top][All Lists]
Advanced

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

92/163: gnu: Add texlive-chicagoa.


From: guix-commits
Subject: 92/163: gnu: Add texlive-chicagoa.
Date: Sat, 19 Aug 2023 14:39:44 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit bd44ccf5347623933135ceb440489d1419d02317
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 11:59:41 2023 +0200

    gnu: Add texlive-chicagoa.
    
    * gnu/packages/tex.scm (texlive-chicagoa): New variable.
---
 gnu/packages/tex.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1e2e85dafd..ec53d9afdf 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6273,6 +6273,23 @@ provided.  The style was derived from the @code{newapa} 
style.")
 in place of the original's annotation.")
     (license license:lppl)))
 
+(define-public texlive-chicagoa
+  (package
+    (name "texlive-chicagoa")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/chicagoa/")
+             (base32
+              "1za4fqlpirbr3qs894abnlwmrhsqbahniyyimy1dxal0cp61cfil")))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/chicagoa";)
+    (synopsis "Chicago bibliography style with annotations")
+    (description
+     "This is a modification of the author's @code{chicago} style, to support
+an annotation field in bibliographies.")
+    (license license:knuth)))
+
 (define-public texlive-chinesechess
   (package
     (name "texlive-chinesechess")



reply via email to

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