guix-commits
[Top][All Lists]
Advanced

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

41/296: gnu: Add texlive-cascadilla.


From: guix-commits
Subject: 41/296: gnu: Add texlive-cascadilla.
Date: Thu, 24 Aug 2023 05:19:52 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 51c96628b84ab22d1566a8da60d2cdc58cb2d2ab
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:28:42 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c589924e85..daf975c0db 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7955,6 +7955,29 @@ for the deductions.")
 the Cascadia Code family of fonts with support for LaTeX and pdfLaTeX.")
     (license (list license:silofl1.1 license:lppl))))
 
+(define-public texlive-cascadilla
+  (package
+    (name "texlive-cascadilla")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/cascadilla/"
+                   "doc/latex/cascadilla/"
+                   "tex/latex/cascadilla/")
+             (base32
+              "0sl29gxjhkakaz7r48wfbvcxngnxdyixmh5awxnlsmrajxgdzh9l")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/cascadilla";)
+    (synopsis "Conform to the stylesheet of the Cascadilla Proceedings
+Project")
+    (description
+     "The class provides an extension of the standard LaTeX @code{article}
+class that may be used to typeset papers conforming to the stylesheet of the
+Cascadilla Proceedings Project, which is used by a number of linguistics
+conference proceedings.")
+    (license license:lppl)))
+
 (define-public texlive-catcodes
   (package
     (name "texlive-catcodes")



reply via email to

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