guix-commits
[Top][All Lists]
Advanced

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

239/296: gnu: Add texlive-ucthesis.


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

ngz pushed a commit to branch master
in repository guix.

commit 744b085b2f3f4b554ea1315f81885c9b1fd6a500
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 17:03:00 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index cbe82e12de..af2b8cd741 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -30576,6 +30576,25 @@ 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-ucthesis
+  (package
+    (name "texlive-ucthesis")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/ucthesis/" "tex/latex/ucthesis/")
+             (base32
+              "19s6s4wxq494shi2pgrdyaz9qx52zma62czd92mrkjp2diim1197")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/ucthesis";)
+    (synopsis "University of California thesis format")
+    (description
+     "This package provides a modified version of the standard LaTeX report
+style that is accepted for use with University of California PhD dissertations
+and masters theses.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-ulqda
   (package
     (name "texlive-ulqda")



reply via email to

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