guix-commits
[Top][All Lists]
Advanced

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

242/296: gnu: Add texlive-ufrgscca.


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

ngz pushed a commit to branch master
in repository guix.

commit 984024420847013994ffe7b61de75f2846856d02
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 17:05:07 2023 +0200

    gnu: Add texlive-ufrgscca.
    
    * gnu/packages/tex.scm (texlive-ufrgscca): 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 3959e94c6b..e4fe2aac3c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -30641,6 +30641,29 @@ in French, the language of the typical user at the 
Universite de Sherbrooke.")
 Science and Technology of China.")
     (license license:lppl1.3+)))
 
+(define-public texlive-ufrgscca
+  (package
+    (name "texlive-ufrgscca")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/ufrgscca/" "tex/latex/ufrgscca/")
+             (base32
+              "0xrmgs9zjqqa09gasf2b96mjvwqshjqpyaz4icvrlr7yx9hqqs2y")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/ufrgscca";)
+    (synopsis
+     "Bundle for undergraduate students final work or report (TCC) at
+UFRGS/EE")
+    (description
+     "This bundled is aimed at producing undergraduate students final work or
+report at UFRGS/EE (Engineering School at the Federal University of Rio Grande
+do Sul), closely following ABNT rules (Brazilian Association for Technical
+Norms).  It is composed of a main class, @code{ufrgscca}, and a set of
+auxiliary packages, some of which can be used independently.")
+    (license (list license:lppl1.3c license:gpl3+))))
+
 (define-public texlive-ulqda
   (package
     (name "texlive-ulqda")



reply via email to

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