guix-commits
[Top][All Lists]
Advanced

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

238/296: gnu: Add texlive-ucsmonograph.


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

ngz pushed a commit to branch master
in repository guix.

commit cb63e9fe6c5dff3793015afe741fc3dffe8bf93f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 17:02:51 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c3820f7fe2..cbe82e12de 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -30554,6 +30554,28 @@ create a dissertation or thesis conforming to UC Davis 
formatting
 requirements as of April 2016.")
     (license license:lppl1.2+)))
 
+(define-public texlive-ucsmonograph
+  (package
+    (name "texlive-ucsmonograph")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/ucsmonograph/"
+                   "source/latex/ucsmonograph/"
+                   "tex/latex/ucsmonograph/")
+             (base32
+              "13yf91i1c4bin9vbvsjpl5s7fkina5ai5zw868wdk5fiqvmqvgx7")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/ucsmonograph";)
+    (synopsis
+     "Typesetting academic documents from the University of Caxias do Sul")
+    (description
+     "This is a LaTeX class for typesetting academic documents according to
+the @acronym{ABNT, Brazilian Technical Standards Association} standards and
+the @acronym{UCS, University of Caxias do Sul} specifications.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-ulqda
   (package
     (name "texlive-ulqda")



reply via email to

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