mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: Add texlive-tikztosvg.
* gnu/packages/tex.scm (texlive-tikztosvg): New variable.
This commit is contained in:
parent
15c3f3f6e3
commit
ba81602c24
1 changed files with 22 additions and 0 deletions
|
@ -5262,6 +5262,28 @@ (define-public texlive-tikzsymbols
|
|||
"The package provides various emoticons, cooking symbols and trees.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-tikztosvg
|
||||
(package
|
||||
(name "texlive-tikztosvg")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/man/man1/tikztosvg.1"
|
||||
"doc/man/man1/tikztosvg.man1.pdf"
|
||||
"doc/support/tikztosvg/"
|
||||
"scripts/tikztosvg/")
|
||||
(base32
|
||||
"1h1g3vsljx3bz929krr21i65n20drwhwxi88gwcvrxrgsvi9xj08")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(arguments (list #:link-scripts #~(list "tikztosvg")))
|
||||
(home-page "https://ctan.org/pkg/tikztosvg")
|
||||
(synopsis "Utility for rendering TikZ diagrams to SVG")
|
||||
(description
|
||||
"This package provides a shell script that calls XeTeX and
|
||||
@command{pdf2svg} to convert TikZ environments to SVG files.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public texlive-amiri
|
||||
(package
|
||||
(name "texlive-amiri")
|
||||
|
|
Loading…
Reference in a new issue