guix-commits
[Top][All Lists]
Advanced

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

101/306: gnu: Add texlive-ecc.


From: guix-commits
Subject: 101/306: gnu: Add texlive-ecc.
Date: Mon, 21 Aug 2023 10:35:53 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 5aef2a1114f4bfc0ff53a9ba3a5588837942c0f2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:11:28 2023 +0200

    gnu: Add texlive-ecc.
    
    * gnu/packages/tex.scm (texlive-ecc): New variable.
---
 gnu/packages/tex.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5f131a13fd..386e85d857 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10676,6 +10676,28 @@ are provided.")
 mathematics.")
     (license license:lppl1.3+)))
 
+(define-public texlive-ecc
+  (package
+    (name "texlive-ecc")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/ecc/" "fonts/source/public/ecc/"
+                   "fonts/tfm/public/ecc/")
+             (base32
+              "06mznqh1k9ff8rpifxkphv3yk9ym6zcvz3x1ksk677n6fp5a5jkh")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (native-inputs (list texlive-ec texlive-metafont))
+    (home-page "https://ctan.org/pkg/ecc";)
+    (synopsis "Sources for the European Concrete fonts")
+    (description
+     "The Metafont sources and TFM files of the European Concrete Fonts.
+This is the T1-encoded extension of Knuth's Concrete fonts, including also the
+corresponding text companion fonts.  Adobe Type 1 versions of the fonts are
+available as part of the @code{cm-super} font bundle.")
+    (license license:lppl)))
+
 (define-public texlive-ecltree
   (package
     (name "texlive-ecltree")



reply via email to

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