guix-commits
[Top][All Lists]
Advanced

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

234/296: gnu: Add texlive-uantwerpendocs.


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

ngz pushed a commit to branch master
in repository guix.

commit c315632d3df5b0289534538314e3875ac58a66a3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 17:01:26 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 85a5badad0..597ecbbbfa 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -30468,6 +30468,29 @@ any document class.")
      "This is document class for theses at University of Alaska Fairbanks.")
     (license license:lppl)))
 
+(define-public texlive-uantwerpendocs
+  (package
+    (name "texlive-uantwerpendocs")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/uantwerpendocs/"
+                   "source/latex/uantwerpendocs/"
+                   "tex/latex/uantwerpendocs/")
+             (base32
+              "0v1fj5bbx6whzp5csljf0hqlxhib6ajdc3diygxjr4pkv5156zxn")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/uantwerpendocs";)
+    (synopsis
+     "Course texts, master theses, and exams in University of Antwerp style")
+    (description
+     "These class files implement the house style of the University of
+Antwerp.  Using these class files will make it easy for you to make and keep
+your documents compliant to this version and future versions of the house
+style of the University of Antwerp.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-ulqda
   (package
     (name "texlive-ulqda")



reply via email to

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