mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: Add texlive-gamebook.
* gnu/packages/tex.scm (texlive-gamebook): New variable.
This commit is contained in:
parent
c6e0b02922
commit
719adbe81d
1 changed files with 21 additions and 0 deletions
|
@ -6679,6 +6679,27 @@ (define-public texlive-functan
|
||||||
possibility to override the standard behavior of norms, ...).")
|
possibility to override the standard behavior of norms, ...).")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-gamebook
|
||||||
|
(package
|
||||||
|
(name "texlive-gamebook")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/gamebook/"
|
||||||
|
"source/latex/gamebook/"
|
||||||
|
"tex/latex/gamebook/")
|
||||||
|
(base32
|
||||||
|
"0ksyr0hb1bfhc1lbbnzlj7ih8xw516djkn0lddnn07sb6hpzl8x4")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/gamebook")
|
||||||
|
(synopsis "Typeset gamebooks and other interactive novels")
|
||||||
|
(description
|
||||||
|
"This package provides the means in order to lay-out gamebooks with LaTeX.
|
||||||
|
A simple gamebook example is included with the package, and acts as
|
||||||
|
a tutorial.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-gastex
|
(define-public texlive-gastex
|
||||||
(package
|
(package
|
||||||
(name "texlive-gastex")
|
(name "texlive-gastex")
|
||||||
|
|
Loading…
Reference in a new issue