mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 12:49:45 -05:00
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 @@ (define-public texlive-edmac
|
|||
editions.")
|
||||
(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
|
||||
(package
|
||||
(name "texlive-eledform")
|
||||
|
|
Loading…
Reference in a new issue