guix-commits
[Top][All Lists]
Advanced

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

246/296: gnu: Add texlive-ukbill.


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

ngz pushed a commit to branch master
in repository guix.

commit 84b65a5c106cca864e226935a64fd87897dbba34
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 17:06:00 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2bd71a3ed5..c9513a1b3b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -30725,6 +30725,24 @@ doctoral dissertations --- your thesis committee 
members.")
 the University's Handbook for Graduate Students Preparing to Deposit.")
     (license license:lppl)))
 
+(define-public texlive-ukbill
+  (package
+    (name "texlive-ukbill")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/ukbill/" "tex/latex/ukbill/")
+             (base32
+              "1kdz2dfa9y5gjm61k3l9cyc95fc8ibq8c1vlap3gfzwadl4fggp1")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/ukbill";)
+    (synopsis "Class for typesetting UK legislation")
+    (description
+     "This package provides formatting to easily typeset draft UK legislation.
+The font Palatine Parliamentary is required to use this package.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-ulqda
   (package
     (name "texlive-ulqda")



reply via email to

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