[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")
- 16/93: gnu: Add texlive-dirtree., (continued)
- 16/93: gnu: Add texlive-dirtree., guix-commits, 2023/07/20
- 22/93: gnu: Add texlive-epsf-dvipdfmx., guix-commits, 2023/07/20
- 24/93: gnu: Add texlive-expkv-bundle., guix-commits, 2023/07/20
- 02/93: gnu: Add texlive-abstyles., guix-commits, 2023/07/20
- 04/93: gnu: Add texlive-autoaligne., guix-commits, 2023/07/20
- 06/93: gnu: Add texlive-bitelist., guix-commits, 2023/07/20
- 13/93: gnu: Add texlive-crossrefenum., guix-commits, 2023/07/20
- 17/93: gnu: Add texlive-docbytex., guix-commits, 2023/07/20
- 19/93: gnu: Add texlive-eijkhout., guix-commits, 2023/07/20
- 20/93: gnu: Add texlive-encxvlna., guix-commits, 2023/07/20
- 21/93: gnu: Add texlive-epigram.,
guix-commits <=
- 23/93: gnu: Add texlive-expex-acro., guix-commits, 2023/07/20
- 15/93: gnu: Add texlive-dinat., guix-commits, 2023/07/20
- 25/93: gnu: Add texlive-fenixpar., guix-commits, 2023/07/20
- 26/93: gnu: Add texlive-figflow., guix-commits, 2023/07/20
- 27/93: gnu: Add texlive-fixpdfmag., guix-commits, 2023/07/20
- 29/93: gnu: Add texlive-fntproof., guix-commits, 2023/07/20
- 30/93: gnu: Add texlive-font-change., guix-commits, 2023/07/20
- 32/93: gnu: Add texlive-getoptk., guix-commits, 2023/07/20
- 39/93: gnu: Add texlive-inputnormalization., guix-commits, 2023/07/20
- 12/93: gnu: Add texlive-compare., guix-commits, 2023/07/20