mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-tkz-euclide.
* gnu/packages/tex.scm (texlive-tkz-euclide): New variable.
This commit is contained in:
parent
3f5b283875
commit
83341d33ff
1 changed files with 20 additions and 0 deletions
|
@ -5424,6 +5424,26 @@ (define-public texlive-tkz-doc
|
|||
@code{tkz-linknodes}, and @code{tkz-tab}.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-tkz-euclide
|
||||
(package
|
||||
(name "texlive-tkz-euclide")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/tkz-euclide/"
|
||||
"tex/latex/tkz-euclide/")
|
||||
(base32
|
||||
"0ykhhyvrjy2q731m8dm2k73kiddy1xnznhsayyid4yjjnwdqq1bw")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/tkz-euclide")
|
||||
(synopsis "Tools for drawing Euclidean geometry")
|
||||
(description
|
||||
"The @code{tkz-euclide} package is a set of files designed to give math
|
||||
teachers and students easy access to the programming of Euclidean geometry
|
||||
with TikZ.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-amiri
|
||||
(package
|
||||
(name "texlive-amiri")
|
||||
|
|
Loading…
Reference in a new issue