gnu: Add texlive-tikz-ext.
* gnu/packages/tex.scm (texlive-tikz-ext): New variable.
This commit is contained in:
parent
1f944d1473
commit
9b71929c9f
1 changed files with 22 additions and 0 deletions
|
@ -4339,6 +4339,28 @@ you personalize the look and feel of the graphs.")
|
||||||
@code{picture} environments.")
|
@code{picture} environments.")
|
||||||
(license license:wtfpl2)))
|
(license license:wtfpl2)))
|
||||||
|
|
||||||
|
(define-public texlive-tikz-ext
|
||||||
|
(package
|
||||||
|
(name "texlive-tikz-ext")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/tikz-ext/"
|
||||||
|
"tex/generic/tikz-ext/"
|
||||||
|
"tex/latex/tikz-ext/" "tex/plain/tikz-ext/")
|
||||||
|
(base32
|
||||||
|
"1sb7h2jrz82g10j5qq4h4qiyj5jdriyx7618rfgx05cz8rdv6mxs")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/tikz-ext")
|
||||||
|
(synopsis "Collection of libraries for PGF/TikZ")
|
||||||
|
(description
|
||||||
|
"This is a collection of libraries for PGF/TikZ. Currently these are
|
||||||
|
@code{transformations.mirror}, @code{paths.arcto}, @code{paths.ortho},
|
||||||
|
@code{paths.timer}, @code{patterns.images}, @code{topaths.arcthrough} and
|
||||||
|
@code{misc}.")
|
||||||
|
(license (list license:fdl1.3+ license:lppl))))
|
||||||
|
|
||||||
(define-public texlive-amiri
|
(define-public texlive-amiri
|
||||||
(package
|
(package
|
||||||
(name "texlive-amiri")
|
(name "texlive-amiri")
|
||||||
|
|
Reference in a new issue