mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: Add texlive-ktv-texdata.
* gnu/packages/tex.scm (texlive-ktv-texdata): New variable.
This commit is contained in:
parent
b3c4a59ca6
commit
2cc82e365c
1 changed files with 23 additions and 0 deletions
|
@ -86501,6 +86501,29 @@ (define-public texlive-komacv-rg
|
||||||
Babel or Polyglossia.")
|
Babel or Polyglossia.")
|
||||||
(license license:lppl1.2+)))
|
(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
|
;;; 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
|
||||||
|
|
Loading…
Reference in a new issue