guix-commits
[Top][All Lists]
Advanced

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

183/296: gnu: Add texlive-sapthesis.


From: guix-commits
Subject: 183/296: gnu: Add texlive-sapthesis.
Date: Thu, 24 Aug 2023 05:20:58 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 34a7fa399ea61365616b1d88fc086e598dbe27c4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:32:57 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index baf07b6f0d..6be7ce8964 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -26685,6 +26685,26 @@ fixes the positioning of such accents when the default 
font (@code{cmssi}) is
 used for sans serif maths.")
     (license license:lppl1.3+)))
 
+(define-public texlive-sapthesis
+  (package
+    (name "texlive-sapthesis")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bst/sapthesis/"
+                   "doc/latex/sapthesis/"
+                   "tex/latex/sapthesis/")
+             (base32
+              "15livlw0xbc6ys408pqqvh3qvzphigar9cr57dd0is4zrh4c2y36")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/sapthesis";)
+    (synopsis "Typeset theses for Sapienza-University, Rome")
+    (description
+     "The class will typeset PhD, master, and bachelor theses that adhere to
+the publishing guidelines of the Sapienza University of Rome.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-sasnrdisplay
   (package
     (name "texlive-sasnrdisplay")



reply via email to

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