mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: Add texlive-signchart.
* gnu/packages/tex.scm (texlive-signchart): New variable.
This commit is contained in:
parent
287345ef8f
commit
eed4409bd4
1 changed files with 20 additions and 0 deletions
|
@ -3908,6 +3908,26 @@ (define-public texlive-setdeck
|
||||||
(description "The package will typeset cards for use in a game of Set.")
|
(description "The package will typeset cards for use in a game of Set.")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
|
(define-public texlive-signchart
|
||||||
|
(package
|
||||||
|
(name "texlive-signchart")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/signchart/"
|
||||||
|
"source/latex/signchart/"
|
||||||
|
"tex/latex/signchart/")
|
||||||
|
(base32
|
||||||
|
"0vg7xkrc0chp0r9j05ra499n4zkwg1gh9ywfnb54yhwcas301izs")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/signchart")
|
||||||
|
(synopsis "Create sign charts")
|
||||||
|
(description
|
||||||
|
"The package allows users to easily typeset sign charts directly into
|
||||||
|
their (La)TeX document.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-amiri
|
(define-public texlive-amiri
|
||||||
(package
|
(package
|
||||||
(name "texlive-amiri")
|
(name "texlive-amiri")
|
||||||
|
|
Loading…
Reference in a new issue