guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

21/93: gnu: Add texlive-epigram.


From: guix-commits
Subject: 21/93: gnu: Add texlive-epigram.
Date: Thu, 20 Jul 2023 05:21:16 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit c37da0c23a8d7ec87dfae3e35abeae8a3e61edd6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 20 10:48:20 2023 +0200

    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 @@ and Slovak typographical rules.  It is implemented using 
encTeX and provides
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]