mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: Add texlive-puyotikz.
* gnu/packages/tex.scm (texlive-puyotikz): New variable.
This commit is contained in:
parent
453c307e2f
commit
07b554e2ff
1 changed files with 20 additions and 0 deletions
|
@ -3535,6 +3535,26 @@ (define-public texlive-ptolemaicastronomy
|
||||||
of sphere model diagrams in the style of Lewis.")
|
of sphere model diagrams in the style of Lewis.")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
|
(define-public texlive-puyotikz
|
||||||
|
(package
|
||||||
|
(name "texlive-puyotikz")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/puyotikz/" "scripts/puyotikz/"
|
||||||
|
"tex/latex/puyotikz/")
|
||||||
|
(base32
|
||||||
|
"15vw485phk523kby1q1wn0s0f7185cqj7sjsr8hc6iccdbzwknc0")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/puyotikz")
|
||||||
|
(synopsis "Quickly typeset board states of Puyo Puyo games")
|
||||||
|
(description
|
||||||
|
"This LaTeX package permits to quickly typeset board states of Puyo Puyo
|
||||||
|
games. It supports large and small boards with arbitrary shape, hidden rows,
|
||||||
|
current and next puyos, labels and move planning markers.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public texlive-amiri
|
(define-public texlive-amiri
|
||||||
(package
|
(package
|
||||||
(name "texlive-amiri")
|
(name "texlive-amiri")
|
||||||
|
|
Loading…
Reference in a new issue