guix-commits
[Top][All Lists]
Advanced

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

103/243: gnu: Add texlive-hrlatex.


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

ngz pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 644d816c7d..82e95d71da 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4289,6 +4289,27 @@ adds a collection of useful @acronym{HEP, High Energy 
Physics} units to the
 existing SIunits set.")
     (license license:lppl)))
 
+(define-public texlive-hrlatex
+  (package
+    (name "texlive-hrlatex")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/hrlatex/" "source/latex/hrlatex/"
+                   "tex/latex/hrlatex/")
+             (base32
+              "16npkf18gy8clwkzvm0qysfv90wb6979cppj5rykn1x0icsvw2ix")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/hrlatex";)
+    (synopsis "LaTeX support for Croatian documents")
+    (description
+     "This package simplifies creation of new documents for the (average)
+Croatian user.  As an example, a class file @code{hrdipl.cls} (designed for
+the graduation thesis at the University of Zagreb) and sample thesis documents
+are included.")
+    (license license:lppl)))
+
 (define-public texlive-ibrackets
   (package
     (name "texlive-ibrackets")



reply via email to

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