guix-commits
[Top][All Lists]
Advanced

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

237/296: gnu: Add texlive-ucdavisthesis.


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

ngz pushed a commit to branch master
in repository guix.

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

    gnu: Add texlive-ucdavisthesis.
    
    * gnu/packages/tex.scm (texlive-ucdavisthesis): 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 b7d76c652a..c3820f7fe2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -30532,6 +30532,28 @@ of masters theses and PhD dissertations at the 
University of
 California, Berkeley.  It is based on the @code{memoir} class.")
     (license license:lppl1.3+)))
 
+(define-public texlive-ucdavisthesis
+  (package
+    (name "texlive-ucdavisthesis")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/ucdavisthesis/"
+                   "source/latex/ucdavisthesis/"
+                   "tex/latex/ucdavisthesis/")
+             (base32
+              "0ymgnb2q77j5gfhcb4w4hvsafvs3vyygvzbq7zl9zgzzb02ml35j")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/ucdavisthesis";)
+    (synopsis
+     "Thesis and dissertation class for University of California at Davis")
+    (description
+     "The @code{ucdavisthesis} class is a LaTeX class that allows you to
+create a dissertation or thesis conforming to UC Davis formatting
+requirements as of April 2016.")
+    (license license:lppl1.2+)))
+
 (define-public texlive-ulqda
   (package
     (name "texlive-ulqda")



reply via email to

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