gnu: Add texlive-gmverse.

* gnu/packages/tex.scm (texlive-gmverse): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-16 19:33:24 +02:00
parent 38f3f08085
commit 4883c9d1b9
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -6456,6 +6456,26 @@ package. Its main features are:
Polyglossia.")
(license license:lppl1.3+)))
(define-public texlive-gmverse
(package
(name "texlive-gmverse")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/gmverse/" "tex/latex/gmverse/")
(base32
"13vs1w9pfl4is5f5papwqqm83kmb17d4z7gv8nxkswnav9v5cl56")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/gmverse")
(synopsis "Package for typesetting (short) poems")
(description
"This package provides a redefinition of the @code{verse} environment to
make the @code{\\\\} command optional for line ends and to give it
a possibility of optical centering and right-hanging alignment of lines broken
because of length.")
(license license:lppl)))
(define-public texlive-gost
(package
(name "texlive-gost")