gnu: Add texlive-epigram.

* gnu/packages/tex.scm (texlive-epigram): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-20 10:48:20 +02:00
parent 11a51001b9
commit c37da0c23a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2368,6 +2368,24 @@ (define-public texlive-encxvlna
files both for plain TeX and LaTeX.")
(license license:lppl)))
(define-public texlive-epigram
(package
(name "texlive-epigram")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "tex/generic/epigram/")
(base32
"1zps5067mgi7xq3fpjvjln8i0rz53j7qn660khraq8ribv4glnpf")))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/epigram")
(synopsis "Display short quotations")
(description
"The package determines (on the basis of the width of the text of the
epigram, laid out on a single line) whether to produce a line or a displayed
paragraph.")
(license license:public-domain)))
(define-public texlive-findhyph
(package
(name "texlive-findhyph")