me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-hfutexam.

* gnu/packages/tex.scm (texlive-hfutexam): New variable.
master
Nicolas Goaziou 2023-08-22 15:45:53 +02:00
parent 6772083e57
commit cccecd2257
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -16270,6 +16270,24 @@ with guillemets, and support for character protruding using the
@code{pdfcprot} package.") @code{pdfcprot} package.")
(license license:gpl3+))) (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 (define-public texlive-hindmadurai
(package (package
(name "texlive-hindmadurai") (name "texlive-hindmadurai")