mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: Add texlive-smartdiagram.
* gnu/packages/tex.scm (texlive-smartdiagram): New variable.
This commit is contained in:
parent
42e6fbcfa7
commit
75a5c6b823
1 changed files with 20 additions and 0 deletions
|
@ -3971,6 +3971,26 @@ (define-public texlive-simpleoptics
|
|||
mirrors for use in optical diagrams.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-smartdiagram
|
||||
(package
|
||||
(name "texlive-smartdiagram")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/smartdiagram/"
|
||||
"source/latex/smartdiagram/"
|
||||
"tex/latex/smartdiagram/")
|
||||
(base32
|
||||
"0qlgafprxqjhy14imb3isgqjsp1y78qrcqlr0n1rvgwppmi1fd0c")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/smartdiagram")
|
||||
(synopsis "Generate diagrams from lists")
|
||||
(description
|
||||
"The package will create smart diagrams from lists of items, for simple
|
||||
documents and for presentations.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-amiri
|
||||
(package
|
||||
(name "texlive-amiri")
|
||||
|
|
Loading…
Reference in a new issue