guix-commits
[Top][All Lists]
Advanced

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

259/296: gnu: Add texlive-unizgklasa.


From: guix-commits
Subject: 259/296: gnu: Add texlive-unizgklasa.
Date: Thu, 24 Aug 2023 05:21:20 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit bc6557b833315b654c40ee6ccbe1ef00a93a443b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 17:11:55 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 10d75232c8..5a86248b02 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -31250,6 +31250,29 @@ fields of study at Vienna University.  In this case, 
however, some settings
 may have to be adjusted.")
     (license license:lppl1.3+)))
 
+(define-public texlive-unizgklasa
+  (package
+    (name "texlive-unizgklasa")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/unizgklasa/"
+                   "tex/latex/unizgklasa/")
+             (base32
+              "1lrw0j34r9p2ydsajkvg2k7n8kirpi6lqj2iwhvfqh0pg230y82q")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/unizgklasa";)
+    (synopsis
+     "LaTeX class for theses at the Faculty Of Graphic Arts in Zagreb")
+    (description
+     "This class is intended for generating graduate and final theses
+according to the instructions of the Faculty of Graphic Arts, University of
+Zagreb.  It does not necessarily correspond to the requirements of each
+component of the University, but is designed as an idea for linking and
+uniformizing the look of all graduate papers.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-uppunctlm
   (package
     (name "texlive-uppunctlm")



reply via email to

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