guix-commits
[Top][All Lists]
Advanced

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

03/243: gnu: Add texlive-csbulletin.


From: guix-commits
Subject: 03/243: gnu: Add texlive-csbulletin.
Date: Fri, 11 Aug 2023 08:45:20 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 156b25b9a349dd1e653dfd9add18a83c7628f8af
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 11:54:06 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index eb7eed54a6..2a6c98245e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11762,6 +11762,27 @@ Adobe's basic set.")
     ;; No license version specified.
     (license license:gpl3+)))
 
+(define-public texlive-csbulletin
+  (package
+    (name "texlive-csbulletin")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/csbulletin/"
+                   "tex/latex/csbulletin/")
+             (base32
+              "15zjwwjdxs0avb5y4g29nyvhafrv2s8pgqihhi2kb72y8wzj9cdz")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/csbulletin";)
+    (synopsis
+     "LaTeX class for articles submitted to the CSTUG Bulletin 
(@emph{Zpravodaj})")
+    (description
+     "The package provides the class for articles for the CSTUG
+Bulletin (@emph{Zpravodaj Ceskoslovenskeho sdruzeni uzivatelu TeXu}).  You can
+see the structure of a document by looking at the source file of the manual.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-cweb
   (package
     (name "texlive-cweb")



reply via email to

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