guix-commits
[Top][All Lists]
Advanced

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

106/243: gnu: Add texlive-kaytannollista-latexia.


From: guix-commits
Subject: 106/243: gnu: Add texlive-kaytannollista-latexia.
Date: Fri, 11 Aug 2023 08:45:51 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit e198500f9a1ea7fa5891f07b688436b5a794c8ce
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 18:05:26 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 151a7965c9..f25844f22a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4615,6 +4615,26 @@ using TikZ.  Though similar to the @code{karnaugh} 
macros, it provides
 a key-value system to customize Karnaugh maps and a proper LaTeX package.")
     (license license:lppl1.2+)))
 
+(define-public texlive-kaytannollista-latexia
+  (package
+    (name "texlive-kaytannollista-latexia")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/kaytannollista-latexia/")
+             (base32
+              "12ysr2501m77zjljpi30cxw45drn2hw552yk9asksvrbvavjphm0")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/kaytannollista-latexia";)
+    (synopsis "Practical manual for LaTeX (Finnish)")
+    (description
+     "@emph{Kaytannollista Latexia} is a practical manual for LaTeX written in
+the Finnish language.  The manual covers most of the topics that a typical
+document author needs.  So it can be a useful guide for beginners as well as
+a reference manual for advanced users.")
+    (license license:cc-by-sa4.0)))
+
 (define-public texlive-knuth-errata
   (package
     (name "texlive-knuth-errata")



reply via email to

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