Archived
1
0
Fork 0

gnu: Add texlive-gamebook.

* gnu/packages/tex.scm (texlive-gamebook): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-17 15:09:01 +02:00
parent c6e0b02922
commit 719adbe81d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6679,6 +6679,27 @@ products and convergence with some object oriented flavor (it gives the
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")