guix-commits
[Top][All Lists]
Advanced

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

91/163: gnu: Add texlive-chicago-annote.


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

ngz pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 373ee29c6c..1e2e85dafd 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6254,6 +6254,25 @@ the 13th Edition of the Chicago manual of style; a LaTeX 
package is also
 provided.  The style was derived from the @code{newapa} style.")
     (license license:knuth)))
 
+(define-public texlive-chicago-annote
+  (package
+    (name "texlive-chicago-annote")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/chicago-annote/"
+                   "doc/bibtex/chicago-annote/")
+             (base32
+              "16hqz4xf7mbnrnx8420ynykxr1l3slfvjq8d8s0mrw42v88965ni")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/chicago-annote";)
+    (synopsis "Chicago-based annotated BibTeX style")
+    (description
+     "This is a revision of chicagoa.bst, using the commonly-used annote field
+in place of the original's annotation.")
+    (license license:lppl)))
+
 (define-public texlive-chinesechess
   (package
     (name "texlive-chinesechess")



reply via email to

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