guix-commits
[Top][All Lists]
Advanced

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

56/296: gnu: Add texlive-ecothesis.


From: guix-commits
Subject: 56/296: gnu: Add texlive-ecothesis.
Date: Thu, 24 Aug 2023 05:19:57 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit fe52e1d1ffa6778ff129fa56ef633339cc81319c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:34:27 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b1a116e003..426db2bfec 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12010,6 +12010,24 @@ The macro sets are based on (and require) the 
@code{harvard} package, and all
 provide variations of author-date styles of presentation.")
     (license license:lppl)))
 
+(define-public texlive-ecothesis
+  (package
+    (name "texlive-ecothesis")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/ecothesis/")
+             (base32
+              "1avnq2y5l2bc2lkf2g16p2vh77dabv52jr6jrm4jfm1wdapc6fmq")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/ecothesis";)
+    (synopsis "LaTeX thesis template for the Universidade Federal de Vicosa")
+    (description
+     "The package provides a LaTeX thesis template for the @acronym{UFV,
+Universidade Federal de Vicosa}, Brazil.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-eczar
   (package
     (name "texlive-eczar")



reply via email to

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