guix-commits
[Top][All Lists]
Advanced

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

05/243: gnu: Add texlive-cstex.


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

ngz pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2180431c87..7cb734b86e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11834,6 +11834,23 @@ see the structure of a document by looking at the 
source file of the manual.")
      "This package provides LaTeX support for Czech and Slovak typesetting.")
     (license license:gpl3+)))
 
+(define-public texlive-cstex
+  (package
+    (name "texlive-cstex")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/cstex/")
+             (base32
+              "1vsbq9a31ymvrj0bx48n93chyqmma3q7b49k7dmhb0hkic6h73aj")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/cstex";)
+    (synopsis "Support for Czech/Slovak languages")
+    (description
+     "CSTeX is a Czech and Slovak languages distribution of Plain and LaTeX.")
+    (license license:gpl2)))
+
 (define-public texlive-cweb
   (package
     (name "texlive-cweb")



reply via email to

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