guix-commits
[Top][All Lists]
Advanced

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

11/306: gnu: Add texlive-almendra.


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

ngz pushed a commit to branch master
in repository guix.

commit 041bc8638c3ef937ebcae04e69184779745f65e1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 10:47:16 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 0c5c30c5de..ac53b66c7c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2048,6 +2048,34 @@ package gives access to almost all runes ever used in 
Europe.  The bundle
 covers not only the main forms but also a lot of varieties.")
     (license license:lppl)))
 
+(define-public texlive-almendra
+  (package
+    (name "texlive-almendra")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/almendra/"
+                   "fonts/enc/dvips/almendra/"
+                   "fonts/map/dvips/almendra/"
+                   "fonts/tfm/public/almendra/"
+                   "fonts/truetype/public/almendra/"
+                   "fonts/type1/public/almendra/"
+                   "fonts/vf/public/almendra/"
+                   "tex/latex/almendra/")
+             (base32
+              "1mkj0cjpry0hdynlpf719haczm1csv0yvla6nhlgp3dq5k28hvp2")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/almendra";)
+    (synopsis "Almendra fonts with LaTeX support")
+    (description
+     "This package provides LaTeX, pdfLaTeX, XeLaTeX, and LuaLaTeX support for
+the Almendra family of fonts, designed by Ana Sanfelippo.  Almendra is
+a typeface design based on calligraphy.  Its style is related to the Chancery
+and Gothic hands.  There are regular and bold weights with matching italics.
+There is also a regular-weight small-caps.")
+    (license (list license:silofl1.1 license:lppl))))
+
 (define-public texlive-alpha-persian
   (package
     (name "texlive-alpha-persian")



reply via email to

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