guix-commits
[Top][All Lists]
Advanced

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

62/296: gnu: Add texlive-elteikthesis.


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

ngz pushed a commit to branch master
in repository guix.

commit 4d28b31fef3d9f489b22321527e43ace553cb52d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:36:32 2023 +0200

    gnu: Add texlive-elteikthesis.
    
    * gnu/packages/tex.scm (texlive-elteikthesis): 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 768fce30f2..7f162a01ba 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12349,6 +12349,26 @@ electronic submission system and elsewhere.")
 articles both in Elsevier's electronic submission system and elsewhere.")
     (license license:lppl1.2+)))
 
+(define-public texlive-elteikthesis
+  (package
+    (name "texlive-elteikthesis")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/elteikthesis/"
+                   "tex/latex/elteikthesis/")
+             (base32
+              "0brfkpg32vqm42cwp10vbjbk752jcfq5g65znl0z539xdynf1nnp")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/elteikthesis";)
+    (synopsis "Thesis template for Eotvos Lorand University (Informatics)")
+    (description
+     "This package provides a bachelor and master thesis template for the
+Eotvos Lorand University, Faculty of Informatics (Budapest, Hungary).  The
+template supports producing both Hungarian and English theses.")
+    (license license:expat)))
+
 (define-public texlive-eltex
   (package
     (name "texlive-eltex")



reply via email to

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