From c37da0c23a8d7ec87dfae3e35abeae8a3e61edd6 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 20 Jul 2023 10:48:20 +0200 Subject: [PATCH] gnu: Add texlive-epigram. * gnu/packages/tex.scm (texlive-epigram): New variable. --- gnu/packages/tex.scm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index b7e374617e..ac8f49f616 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -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")