guix-commits
[Top][All Lists]
Advanced

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

212/296: gnu: Add texlive-thesis-ekf.


From: guix-commits
Subject: 212/296: gnu: Add texlive-thesis-ekf.
Date: Thu, 24 Aug 2023 05:21:07 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit f96c553b8796902d0928f67df0e5f9186eeaaa21
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:42:55 2023 +0200

    gnu: Add texlive-thesis-ekf.
    
    * gnu/packages/tex.scm (texlive-thesis-ekf): 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 5b891b4aa7..3b4ba8e8bc 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -29586,6 +29586,27 @@ of one's notes from one textbook to another can be 
achieved relatively easily
 by changing package options.")
     (license license:lppl1.3+)))
 
+(define-public texlive-thesis-ekf
+  (package
+    (name "texlive-thesis-ekf")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/thesis-ekf/"
+                   "source/latex/thesis-ekf/"
+                   "tex/latex/thesis-ekf/")
+             (base32
+              "06jc8h1195h6440yc2xblv7x8cyf6yhfh99x3p6hk97hcvq0ing4")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/thesis-ekf";)
+    (synopsis "Thesis class for Eszterhazy Karoly Catholic University")
+    (description
+     "This is a class file for theses and dissertations at the Eszterhazy
+Karoly Catholic University (Eger, Hungary).  The documentation is in
+Hungarian.")
+    (license license:lppl1.2+)))
+
 (define-public texlive-thmbox
   (package
     (name "texlive-thmbox")



reply via email to

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