mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add texlive-play.
* gnu/packages/tex.scm (texlive-play): New variable.
This commit is contained in:
parent
5cf9c9364c
commit
5e4f6f30f2
1 changed files with 19 additions and 0 deletions
|
@ -10472,6 +10472,25 @@ (define-public texlive-plari
|
|||
paragraphs vertically separated rather than indented.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-play
|
||||
(package
|
||||
(name "texlive-play")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/play/" "source/latex/play/"
|
||||
"tex/latex/play/")
|
||||
(base32
|
||||
"1v1d8hfng6s8x8spzrzhhkgg36zay9jvfna9md1mh4ijlipnzyma")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/play")
|
||||
(synopsis "Typeset drama using LaTeX")
|
||||
(description
|
||||
"This package provides a class and style file that supports the
|
||||
typesetting of plays, including options for line numbering.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-pm-isomath
|
||||
(package
|
||||
(name "texlive-pm-isomath")
|
||||
|
|
Loading…
Reference in a new issue