mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add texlive-tkz-tab.
* gnu/packages/tex.scm (texlive-tkz-tab): New variable.
This commit is contained in:
parent
667d5bc9fc
commit
bd6330f65b
1 changed files with 19 additions and 0 deletions
|
@ -5500,6 +5500,25 @@ (define-public texlive-tkz-orm
|
|||
in TeX based on the PGF and TikZ picture environment.")
|
||||
(license (list license:gpl2 license:lppl1.3+))))
|
||||
|
||||
(define-public texlive-tkz-tab
|
||||
(package
|
||||
(name "texlive-tkz-tab")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/tkz-tab/" "tex/latex/tkz-tab/")
|
||||
(base32
|
||||
"0j50pf0lf9dbi0zfnqm62rlyazsgbmpcqwlajqsjccqqkirdv6pb")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/tkz-tab")
|
||||
(synopsis "Tables of signs and variations using PGF/TikZ")
|
||||
(description
|
||||
"The package provides comprehensive facilities for preparing lists of
|
||||
signs and variations, using PGF. This package has been taken temporarily out
|
||||
of circulation to give the author time to investigate some problems.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-amiri
|
||||
(package
|
||||
(name "texlive-amiri")
|
||||
|
|
Loading…
Reference in a new issue