mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
gnu: Add texlive-poetry.
* gnu/packages/tex.scm (texlive-poetry): New variable.
This commit is contained in:
parent
f00bf64f79
commit
bfe5ea96e5
1 changed files with 23 additions and 0 deletions
|
@ -10559,6 +10559,29 @@ (define-public texlive-poemscol
|
||||||
of contents.")
|
of contents.")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
|
(define-public texlive-poetry
|
||||||
|
(package
|
||||||
|
(name "texlive-poetry")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/poetry/" "source/latex/poetry/"
|
||||||
|
"tex/latex/poetry/")
|
||||||
|
(base32
|
||||||
|
"1z262am0qh6h1qqf36hxj2lc7d5pr4r65yx8ysrydh0sijccgild")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/poetry")
|
||||||
|
(synopsis "Facilities for typesetting poetry and poetical structure")
|
||||||
|
(description
|
||||||
|
"This package provides some macros and general doodads for typesetting poetry.
|
||||||
|
There is, of course, already the excellent @code{verse} package, and the
|
||||||
|
@code{poetrytex} package provides some extra functionality on top of it. But
|
||||||
|
@code{poetry} provides much of the same functionality in a bit of a different
|
||||||
|
way, and with a few additional abilities, such as facilities for a list of
|
||||||
|
poems, an index of first lines, and some structural commands.")
|
||||||
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-polexpr
|
(define-public texlive-polexpr
|
||||||
(package
|
(package
|
||||||
(name "texlive-polexpr")
|
(name "texlive-polexpr")
|
||||||
|
|
Loading…
Reference in a new issue