guix-commits
[Top][All Lists]
Advanced

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

272/296: gnu: Add texlive-uwa-pcf.


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

ngz pushed a commit to branch master
in repository guix.

commit 5031fee0fcd6ee9c192ab970f6238357e334ee5b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 17:17:56 2023 +0200

    gnu: Add texlive-uwa-pcf.
    
    * gnu/packages/tex.scm (texlive-uwa-pcf): 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 94455382ed..6b6c63faca 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -31623,6 +31623,32 @@ and uses the Arial and UWA Slab fonts by default.  The 
package works with
 XeLaTeX and LuaLaTeX.")
     (license license:lppl1.3+)))
 
+(define-public texlive-uwa-pcf
+  (package
+    (name "texlive-uwa-pcf")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/uwa-pcf/" "source/latex/uwa-pcf/"
+                   "tex/latex/uwa-pcf/")
+             (base32
+              "0b41nfrrqmcq3abcwb13hb9anhb5c12c5ha60ni1yz2xqvimr1im")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/uwa-pcf";)
+    (synopsis
+     "@acronym{PCF, Participant Consent Form} for a human research protocol
+at the University of Western Australia")
+    (description
+     "This LaTeX class generates a @acronym{PCF, Participant Consent 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 Arial and UWA Slab 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]