me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-screenplay-pkg.

* gnu/packages/tex.scm (texlive-screenplay-pkg): New variable.
Nicolas Goaziou 2023-08-16 19:50:05 +02:00
parent 4968451d6e
commit 2b7eaa0458
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -11322,6 +11322,26 @@ specialists.")
Picture Arts and Sciences.")
(license license:gpl3+)))
(define-public texlive-screenplay-pkg
(package
(name "texlive-screenplay-pkg")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/screenplay-pkg/"
"tex/latex/screenplay-pkg/")
(base32
"07xl6631yjjx56whl1vl4mzdcn8k63i624lspxiw18ppfrxdh3an")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/screenplay-pkg")
(synopsis "Package version of the screenplay document class")
(description
"This package implements the tools of the @code{screenplay} document
class in the form of a package so that screenplay fragments can be included
within another document class.")
(license license:lppl1.3+)))
(define-public texlive-serbian-apostrophe
(package
(name "texlive-serbian-apostrophe")