guix-commits
[Top][All Lists]
Advanced

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

48/296: gnu: Add texlive-cleanthesis.


From: guix-commits
Subject: 48/296: gnu: Add texlive-cleanthesis.
Date: Thu, 24 Aug 2023 05:19:54 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 1067b29ac95b3c88a072c7a2cdfe57d3da68c099
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:30:58 2023 +0200

    gnu: Add texlive-cleanthesis.
    
    * gnu/packages/tex.scm (texlive-cleanthesis): 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 67bb672b29..3e4acfa0bc 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9245,6 +9245,25 @@ a range of techniques to get the best results achievable 
using TeX.  Included
 in the bundle are templates to make thesis writing easier.")
     (license license:gpl2+)))
 
+(define-public texlive-cleanthesis
+  (package
+    (name "texlive-cleanthesis")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/cleanthesis/"
+                   "tex/latex/cleanthesis/")
+             (base32
+              "11fv49w1nydm5fvkp1p2375ywdfd5yh8hayqfnr6wdidzdycpg85")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/cleanthesis";)
+    (synopsis "Clean LaTeX style for thesis documents")
+    (description
+     "The package offers a clean, simple, and elegant LaTeX style for thesis
+documents.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-clearsans
   (package
     (name "texlive-clearsans")



reply via email to

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