guix-commits
[Top][All Lists]
Advanced

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

273/296: gnu: Add texlive-uwa-pif.


From: guix-commits
Subject: 273/296: gnu: Add texlive-uwa-pif.
Date: Thu, 24 Aug 2023 05:21:25 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 08f6bd7117181dfec59d0421a0d31c59953b4ea1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 17:18:08 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6b6c63faca..758a3435e0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -31649,6 +31649,32 @@ and uses the Arial and UWA Slab fonts by default.  The 
class works with
 XeLaTeX and LuaLaTeX.")
     (license license:lppl1.3+)))
 
+(define-public texlive-uwa-pif
+  (package
+    (name "texlive-uwa-pif")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/uwa-pif/" "source/latex/uwa-pif/"
+                   "tex/latex/uwa-pif/")
+             (base32
+              "048367w14wnk8h517xc914xvp0g10ysk0kziikk2s4q70qk2jci0")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/uwa-pif";)
+    (synopsis
+     "@acronym{PIF, Participant Information Form} for a human research
+protocol at the University of Western Australia")
+    (description
+     "This package generates a @acronym{PIF, Participant Information Form} for
+a human research protocol at the @acronym{UWA, University of Western
+Australia}.  It requires the UWA logo in PDF format, which is available in SVG
+format at
+@url{https://static-listing.weboffice.uwa.edu.au/visualid/core-rebrand/img/uwacrest/},
+and uses the Calibri fonts by default.  The class works with XeLaTeX and
+LuaLaTeX.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-vak
   (package
     (name "texlive-vak")



reply via email to

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