guix-commits
[Top][All Lists]
Advanced

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

90/163: gnu: Add texlive-chicago.


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

ngz pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6062211a4d..373ee29c6c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6236,6 +6236,24 @@ given by Mumbai University.")
                    (license:fsf-free "file://doc/latex/aalok/README.txt")
                    license:fdl1.3+))))
 
+(define-public texlive-chicago
+  (package
+    (name "texlive-chicago")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/chicago/" "tex/latex/chicago/")
+             (base32
+              "0mwrphf2g7v5yc0qij76dkzalgm3fhcm8zs7akgaypyk98cvxw8k")))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/chicago";)
+    (synopsis "Chicago bibliography style")
+    (description
+     "Chicago is a BibTeX style that follows the @samp{B} reference style of
+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-chinesechess
   (package
     (name "texlive-chinesechess")



reply via email to

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