gnu: Add texlive-tkzexample.

* gnu/packages/tex.scm (texlive-tkzexample): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-13 10:53:48 +02:00
parent bd6330f65b
commit 17f9177e87
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5519,6 +5519,25 @@ (define-public texlive-tkz-tab
of circulation to give the author time to investigate some problems.")
(license license:lppl1.3+)))
(define-public texlive-tkzexample
(package
(name "texlive-tkzexample")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/tkzexample/"
"tex/latex/tkzexample/")
(base32
"1y445fjvy13cqa9y1sbac43wbmidvfn7vb7jws11fl4lj7vvgvhz")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/tkzexample")
(synopsis "Package for the documentation of all @samp{tkz-} packages")
(description
"This package is needed to compile the documentation of all @samp{tkz-}
packages (like @code{tkz-euclide}).")
(license license:lppl1.3+)))
(define-public texlive-amiri
(package
(name "texlive-amiri")