guix-commits
[Top][All Lists]
Advanced

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

86/296: gnu: Add texlive-hfutexam.


From: guix-commits
Subject: 86/296: gnu: Add texlive-hfutexam.
Date: Thu, 24 Aug 2023 05:20:11 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit cccecd2257cc471af9eb451803e8cc87ec7bb510
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 15:45:53 2023 +0200

    gnu: Add texlive-hfutexam.
    
    * gnu/packages/tex.scm (texlive-hfutexam): 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 eee596d996..a8cd185c77 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -16270,6 +16270,24 @@ with guillemets, and support for character protruding 
using the
 @code{pdfcprot} package.")
     (license license:gpl3+)))
 
+(define-public texlive-hfutexam
+  (package
+    (name "texlive-hfutexam")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/hfutexam/" "tex/latex/hfutexam/")
+             (base32
+              "0r2048lpvj213m3a90sw93gcfdjja3w3vkrq3z171ravpl8l0bsm")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/hfutexam";)
+    (synopsis "Exam class for Hefei University of Technology, China")
+    (description
+     "This package provides an exam class for Hefei University of
+Technology (China).")
+    (license license:lppl1.3c)))
+
 (define-public texlive-hindmadurai
   (package
     (name "texlive-hindmadurai")



reply via email to

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