me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-grading-scheme.

* gnu/packages/tex.scm (texlive-grading-scheme): New variable.
master
Nicolas Goaziou 2023-08-29 15:51:52 +02:00
parent 3ed3746a93
commit c4d2d2a026
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -84152,6 +84152,28 @@ gradient colors. The RGB values of the first and the last character are
specified as parameters while the rest of the text is colored automatically.") specified as parameters while the rest of the text is colored automatically.")
(license license:lppl1.3c))) (license license:lppl1.3c)))
(define-public texlive-grading-scheme
(package
(name "texlive-grading-scheme")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/grading-scheme/"
"source/latex/grading-scheme/"
"tex/latex/grading-scheme/")
(base32
"1drxrhkqwg5pz1macxqs11jx06w0myiynqkamrvfzpww0jfij36i")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/grading-scheme")
(synopsis "Typeset grading schemes in tabular format")
(description
"This package aims at an easy-to-use interface to typeset grading schemes in
tabular format, in particular grading-schemes of exercises of mathematical
olympiads where multiple solutions have to be graded and might offer mutual
exclusive ways of receiving points.")
(license license:lppl1.3c)))
;;; ;;;
;;; 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