guix-commits
[Top][All Lists]
Advanced

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

111/243: gnu: Add texlive-lshort-slovenian.


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

ngz pushed a commit to branch master
in repository guix.

commit 6c1805a7c1a85e1b1a94b7287235687323de32f4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 18:10:02 2023 +0200

    gnu: Add texlive-lshort-slovenian.
    
    * gnu/packages/tex.scm (texlive-lshort-slovenian): 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 f3c4ffcaa0..ffb40ef889 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5031,6 +5031,24 @@ LaTeX2e}, with added coverage of Finnish typesetting 
rules.")
 Short Introduction to LaTeX2e}.")
     (license license:lppl)))
 
+(define-public texlive-lshort-slovenian
+  (package
+    (name "texlive-lshort-slovenian")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/lshort-slovenian/")
+             (base32
+              "0cwjg0z5vr4x93bz1khwl27rk8k7kpjm978iyzn6w7gx3wi87zr0")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/lshort-slovenian";)
+    (synopsis "Slovenian introduction to LaTeX")
+    (description
+     "This package provides a Slovenian translation of the @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]