me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-assignment.

* gnu/packages/tex.scm (texlive-assignment): New variable.
master
Nicolas Goaziou 2023-08-29 15:43:58 +02:00
parent 624056ff53
commit 645ecf9b19
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -73171,6 +73171,25 @@ command. There is provision for answering ``same as last time'' or ``all
files''.")
(license license:lppl1.3+)))
(define-public texlive-assignment
(package
(name "texlive-assignment")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/assignment/"
"tex/latex/assignment/")
(base32
"182q447ng23vhw3d27dr3dnpqfrp3y8jl7j2l2l6angg9fslp0g0")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/assignment")
(synopsis "Class file for typesetting homework and lab assignments")
(description
"This package provides a class file for typesetting homework and lab
assignments.")
(license license:lppl)))
;;;
;;; 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