guix-commits
[Top][All Lists]
Advanced

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

104/243: gnu: Add texlive-huaz.


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

ngz pushed a commit to branch master
in repository guix.

commit b242b6d113b069729747735ccd58fea39c4eef05
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 4 18:04:48 2023 +0200

    gnu: Add texlive-huaz.
    
    * gnu/packages/tex.scm (texlive-huaz): 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 82e95d71da..898575a717 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4310,6 +4310,26 @@ the graduation thesis at the University of Zagreb) and 
sample thesis documents
 are included.")
     (license license:lppl)))
 
+(define-public texlive-huaz
+  (package
+    (name "texlive-huaz")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/huaz/" "tex/latex/huaz/")
+             (base32
+              "103wnzw8401d1ckc31y6ga75bph0ls71hxs0hdkszw719ghm7vjr")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/huaz";)
+    (synopsis "Automatic Hungarian definite articles")
+    (description
+     "In Hungarian there are two definite articles, @samp{a} and @samp{az},
+which are determined by the pronunciation of the subsequent word.  The
+@code{huaz} package helps the user to insert automatically the correct
+definite article for cross-references and other commands containing text.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-ibrackets
   (package
     (name "texlive-ibrackets")



reply via email to

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