mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-visualtikz.
* gnu/packages/tex.scm (texlive-visualtikz): New variable.
This commit is contained in:
parent
a496516c12
commit
90faae4c12
1 changed files with 19 additions and 0 deletions
|
@ -18056,6 +18056,25 @@ (define-public texlive-visualpstricks
|
|||
per command or per parameter.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-visualtikz
|
||||
(package
|
||||
(name "texlive-visualtikz")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/visualtikz/")
|
||||
(base32
|
||||
"1q0a1mhc330z8cnhghp2p46bxsmzz8cdba8hcvssglz0gsq5z5fc")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/visualtikz")
|
||||
(synopsis "Visual help for TikZ based on images with minimum text")
|
||||
(description
|
||||
"This package provides a visual help for TikZ based on images with
|
||||
minimum text: an image per command or parameter. The document is in French,
|
||||
but will be translated into English later.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-web
|
||||
(package
|
||||
(name "texlive-web")
|
||||
|
|
Loading…
Reference in a new issue