gnu: Add texlive-egameps.
* gnu/packages/tex.scm (texlive-egameps): New variable.
This commit is contained in:
parent
b5ba3ae637
commit
c6e0b02922
1 changed files with 18 additions and 0 deletions
|
@ -5807,6 +5807,24 @@ order that one would expect.")
|
||||||
editions.")
|
editions.")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
|
(define-public texlive-egameps
|
||||||
|
(package
|
||||||
|
(name "texlive-egameps")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/egameps/" "tex/latex/egameps/")
|
||||||
|
(base32
|
||||||
|
"1wlki6y54czvvq7cvs7pvsvl1fhd8laaj5j52jv1v8w1msh5mlpr")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/egameps")
|
||||||
|
(synopsis "LaTeX package for typesetting extensive games")
|
||||||
|
(description
|
||||||
|
"The style is intended to have enough features to draw any extensive game
|
||||||
|
with relative ease. The facilities of PSTricks are used for graphics.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-eledform
|
(define-public texlive-eledform
|
||||||
(package
|
(package
|
||||||
(name "texlive-eledform")
|
(name "texlive-eledform")
|
||||||
|
|
Reference in a new issue