guix-commits
[Top][All Lists]
Advanced

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

208/296: gnu: Add texlive-tabriz-thesis.


From: guix-commits
Subject: 208/296: gnu: Add texlive-tabriz-thesis.
Date: Thu, 24 Aug 2023 05:21:06 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 870154635f69831cf583c17a5e0442742d929da2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:41:53 2023 +0200

    gnu: Add texlive-tabriz-thesis.
    
    * gnu/packages/tex.scm (texlive-tabriz-thesis): 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 0c21e49a5f..9f9fbdf0a3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -28943,6 +28943,28 @@ configuration of the language to be used in the 
diagrams.  The @code{tablor}
 package requires that shell escape be enabled.")
     (license license:lppl)))
 
+(define-public texlive-tabriz-thesis
+  (package
+    (name "texlive-tabriz-thesis")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/tabriz-thesis/"
+                   "doc/xelatex/tabriz-thesis/"
+                   "tex/latex/tabriz-thesis/"
+                   "tex/xelatex/tabriz-thesis/")
+             (base32
+              "13k6kmg1x143m1kfc3wcvyy6l60vpzz5ivmdpcqhjbdd3wz7b2ry")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/tabriz-thesis";)
+    (synopsis "Template for the University of Tabriz")
+    (description
+     "The package offers a document class for typesetting theses and
+dissertations at the University of Tabriz.  The class requires use of
+XeLaTeX.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-tabvar
   (package
     (name "texlive-tabvar")



reply via email to

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