guix-commits
[Top][All Lists]
Advanced

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

154/163: gnu: Add texlive-windycity.


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

ngz pushed a commit to branch master
in repository guix.

commit 889ba05ae91cae8b8e972ad2c5ceb512b7a27d07
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 13:41:37 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e51c1b39b0..348e999317 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -18120,6 +18120,26 @@ package uses TikZ for most things.  The package 
support exporting the game to
 a VASSAL module.")
     (license license:cc-by-sa4.0)))
 
+(define-public texlive-windycity
+  (package
+    (name "texlive-windycity")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/windycity/"
+                   "tex/latex/windycity/")
+             (base32
+              "13fw7nnkgnphwm3vjdsn40p7n5j6cfb4c60ga6y16xrcwihzdqpb")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/windycity";)
+    (synopsis "Chicago style for BibLaTeX")
+    (description
+     "Windy City is a style for BibLaTeX that formats notes, bibliographies,
+parenthetical citations, and reference lists according to the 17th edition of
+@emph{The Chicago Manual of Style}.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-witharrows
   (package
     (name "texlive-witharrows")



reply via email to

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