Archived
1
0
Fork 0

gnu: Add texlive-uassign.

* gnu/packages/tex.scm (texlive-uassign): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:03:56 +02:00
parent 4be5e72398
commit 1c43775a0c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -98807,6 +98807,25 @@ may help in making typesetting decisions.")
page into columns, and may be used for fixing measurements of layout.") page into columns, and may be used for fixing measurements of layout.")
(license license:lppl))) (license license:lppl)))
(define-public texlive-uassign
(package
(name "texlive-uassign")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/uassign/" "tex/latex/uassign/")
(base32
"0qfj5z9ljd5x169jcr8dv09ajib9cc1m2hwq0ymz95qc17s7rk5l")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/uassign")
(synopsis
"Environments and options for typesetting university assignments")
(description
"The purpose of this package is to provide simple question and solution style
environments for typesetting university assignments.")
(license license:lppl)))
;;; ;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; 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 ;;; of a merge conflict, place them above by existing packages with similar