guix-commits
[Top][All Lists]
Advanced

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

110/243: gnu: Add texlive-lshort-finnish.


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

ngz pushed a commit to branch master
in repository guix.

commit c1b95246828aab0059b3f6a803c3d16ca7a1df19
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 18:09:50 2023 +0200

    gnu: Add texlive-lshort-finnish.
    
    * gnu/packages/tex.scm (texlive-lshort-finnish): 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 c1af970ec5..f3c4ffcaa0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4995,6 +4995,24 @@ be updated.  This translation has, in its turn, been 
translated into several
 other languages; see the @code{lshort} catalogue entry for the current list.")
     (license license:gpl2)))
 
+(define-public texlive-lshort-finnish
+  (package
+    (name "texlive-lshort-finnish")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/lshort-finnish/")
+             (base32
+              "06madlm869kmwxprmy2c78ma4s8zk8mclzmd4xdl0r4mlhk4vdsl")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/lshort-finnish";)
+    (synopsis "Finnish introduction to LaTeX")
+    (description
+     "This is the Finnish translation of @emph{(No So) Short Introduction to
+LaTeX2e}, with added coverage of Finnish typesetting rules.")
+    (license license:public-domain)))
+
 (define-public texlive-lshort-slovak
   (package
     (name "texlive-lshort-slovak")



reply via email to

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