guix-commits
[Top][All Lists]
Advanced

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

269/296: gnu: Add texlive-uvaletter.


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

ngz pushed a commit to branch master
in repository guix.

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

    gnu: Add texlive-uvaletter.
    
    * gnu/packages/tex.scm (texlive-uvaletter): 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 4b8b886e3e..fadc5888ad 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -31560,6 +31560,25 @@ University of Toronto School of Graduate Studies 
(SGS), as of Fall 2020.")
 masters and PhD thesis submissions of the University of Texas at Austin.")
     (license license:cc0)))
 
+(define-public texlive-uvaletter
+  (package
+    (name "texlive-uvaletter")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/uvaletter/"
+                   "tex/latex/uvaletter/")
+             (base32
+              "12y57x4np1asfcbm6izn31rzqbxdxmsfc8gibgz6sh7nj2vvhf22")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/uvaletter";)
+    (synopsis "Unofficial letterhead template for the University of Amsterdam")
+    (description
+     "This is an unofficial LaTeX package that provides a letterhead template
+for the University of Amsterdam.")
+    (license license:expat)))
+
 (define-public texlive-vak
   (package
     (name "texlive-vak")



reply via email to

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