mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Add texlive-tikzsymbols.
* gnu/packages/tex.scm (texlive-tikzsymbols): New variable.
This commit is contained in:
parent
3251b54d52
commit
15c3f3f6e3
1 changed files with 19 additions and 0 deletions
|
@ -5243,6 +5243,25 @@ (define-public texlive-tikzscale
|
|||
PGFPlots to a given width or height without changing the text size.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-tikzsymbols
|
||||
(package
|
||||
(name "texlive-tikzsymbols")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/tikzsymbols/"
|
||||
"source/latex/tikzsymbols/"
|
||||
"tex/latex/tikzsymbols/")
|
||||
(base32
|
||||
"0q19w9adpfxrsh7jmf4qpjarhgb4wng66kjkmalcxijd99kxbkhk")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/tikzsymbols")
|
||||
(synopsis "Some symbols created using TikZ")
|
||||
(description
|
||||
"The package provides various emoticons, cooking symbols and trees.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-amiri
|
||||
(package
|
||||
(name "texlive-amiri")
|
||||
|
|
Loading…
Reference in a new issue