gnu: Add texlive-ktv-texdata.

* gnu/packages/tex.scm (texlive-ktv-texdata): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 15:53:42 +02:00
parent b3c4a59ca6
commit 2cc82e365c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -86501,6 +86501,29 @@ (define-public texlive-komacv-rg
Babel or Polyglossia.")
(license license:lppl1.2+)))
(define-public texlive-ktv-texdata
(package
(name "texlive-ktv-texdata")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/ktv-texdata/"
"source/latex/ktv-texdata/"
"tex/latex/ktv-texdata/")
(base32
"1flmshqyjjh5m6s51rym9rn92pgqlkjvsxlvifgxj5blc4p8gmhi")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/ktv-texdata")
(synopsis "Extract subsets of documents")
(description
"The package defines an exercice environment which numbers every exercise, and
a command @code{\\get} to extract a collection whose argument is
a comma-separated set of exercise index numbers. While the package was
designed for teachers constructing tables of exercises, it plainly has more
general application.")
(license license:gpl3+)))
;;;
;;; 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