me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-handin.

* gnu/packages/tex.scm (texlive-handin): New variable.
master
Nicolas Goaziou 2023-08-29 15:52:09 +02:00
parent 05f9bc15ce
commit 2480326ba0
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -84568,6 +84568,26 @@ functionality of Prosper even further.")
Configuration is provided via using key-value syntax.")
(license license:lppl1.3c)))
(define-public texlive-handin
(package
(name "texlive-handin")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/handin/" "tex/latex/handin/")
(base32
"0xxh7419yv2rfzpl9z28dxpb1jvfxdyap1zc3i32y1fl1c7n2naq")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/handin")
(synopsis
"Light weight template for creating school submissions using LaTeX")
(description
"This package is for students creating school submissions using LaTeX. It is
especially suitable for math, physics, statistics and the like. It can easily
be used for creating exercises, too.")
(license license:lppl1.3c)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar