mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: Add texlive-tkz-graph.
* gnu/packages/tex.scm (texlive-tkz-graph): New variable.
This commit is contained in:
parent
2039548b66
commit
4f00f57e30
1 changed files with 19 additions and 0 deletions
|
@ -5463,6 +5463,25 @@ (define-public texlive-tkz-fct
|
|||
Gnuplot.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-tkz-graph
|
||||
(package
|
||||
(name "texlive-tkz-graph")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/tkz-graph/"
|
||||
"tex/latex/tkz-graph/")
|
||||
(base32
|
||||
"1mdfdi97d8q7jqy7l3pqqs7ai4ph5r1aci3ahfsg5zmpmkwr981r")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/tkz-graph")
|
||||
(synopsis "Draw graph-theory graphs")
|
||||
(description
|
||||
"The package is designed to create graph diagrams as simply as possible,
|
||||
using TikZ.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-amiri
|
||||
(package
|
||||
(name "texlive-amiri")
|
||||
|
|
Loading…
Reference in a new issue