guix-commits
[Top][All Lists]
Advanced

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

06/243: gnu: Add texlive-lshort-czech.


From: guix-commits
Subject: 06/243: gnu: Add texlive-lshort-czech.
Date: Fri, 11 Aug 2023 08:45:22 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit a99fa13e4f321e530f3d221136b8482bf348838d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 11:55:18 2023 +0200

    gnu: Add texlive-lshort-czech.
    
    * gnu/packages/tex.scm (texlive-lshort-czech): 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 7cb734b86e..1fb4600b8f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4500,6 +4500,24 @@ from use of the package are in the format used in the 
textbook @emph{Language,
 Proof, and Logic} by Dave Barker-Plummer, Jon Barwise, and John Etchemendy.")
     (license license:lppl1.3+)))
 
+(define-public texlive-lshort-czech
+  (package
+    (name "texlive-lshort-czech")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/lshort-czech/")
+             (base32
+              "0ar9qa0cg0mjv6ydgx1phaa1qpiy25s3jciznbylgi5xprvnnfa9")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/lshort-czech";)
+    (synopsis "Czech translation of the @emph{Short Introduction to LaTeX2e}")
+    (description
+     "This is the Czech translation of a @emph{(Not So) Short Introduction to
+LaTeX2e}.}")
+    (license license:gpl3+)))
+
 (define-public texlive-lstbayes
   (package
     (name "texlive-lstbayes")



reply via email to

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