me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-tkz-doc.

* gnu/packages/tex.scm (texlive-tkz-doc): New variable.
Nicolas Goaziou 2023-07-13 10:50:56 +02:00
parent 4ff396a886
commit 3f5b283875
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -5404,6 +5404,26 @@ temporarily out of circulation to give the author time to investigate some
problems.")
(license license:lppl1.3c)))
(define-public texlive-tkz-doc
(package
(name "texlive-tkz-doc")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/tkz-doc/")
(base32
"00awi2m8ak949r6bxzw1l69fx8gjcn4kmrr0q0yp8qghga40c6n3")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/tkz-doc")
(synopsis "Documentation macros for the TKZ series of packages")
(description
"This bundle offers a documentation class (@code{tkz-doc}) and
a package (@code{tkzexample}). These files are used in the documentation of
the author's packages @code{tkz-base}, @code{tkz-euclide}, @code{tkz-fct},
@code{tkz-linknodes}, and @code{tkz-tab}.")
(license license:lppl1.3+)))
(define-public texlive-amiri
(package
(name "texlive-amiri")