guix-commits
[Top][All Lists]
Advanced

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

26/296: gnu: Add texlive-bangorexam.


From: guix-commits
Subject: 26/296: gnu: Add texlive-bangorexam.
Date: Thu, 24 Aug 2023 05:19:48 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit cca994ec13be5d65fb087837420b9f81b8858132
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:21:54 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 4b0985c87c..efe2d727b5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4188,6 +4188,27 @@ levels (i.e., both undergraduate and graduate students 
may use the class).  It
 also provides macros designed to optimise the process of producing a thesis.")
     (license license:lppl1.3+)))
 
+(define-public texlive-bangorexam
+  (package
+    (name "texlive-bangorexam")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/bangorexam/"
+                   "source/latex/bangorexam/"
+                   "tex/latex/bangorexam/")
+             (base32
+              "09pp88415mba65icf6cx4vqn3an54hrgkd8s677ndlf2ml7n0lhs")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/bangorexam";)
+    (synopsis "Typeset an examination at Bangor University")
+    (description
+     "The package allows typesetting of Bangor Univesity's exam style.  It
+currently supports a standard A/B choice, A-only compulsory and n from m exam
+styles.  Marks are totalled and checked automatically.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-bangtex
   (package
     (name "texlive-bangtex")



reply via email to

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