guix-commits
[Top][All Lists]
Advanced

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

303/306: gnu: Add texlive-yinit-otf.


From: guix-commits
Subject: 303/306: gnu: Add texlive-yinit-otf.
Date: Mon, 21 Aug 2023 10:37:05 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 924b0cb5d4e68cee56e6655983214a7887ce6afa
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 13:09:50 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index edf8dac67f..470bea41b6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -26294,6 +26294,26 @@ Fraktur fonts of Yannis Haralambous set of old German 
fonts.")
 and a LaTeX package for using them.")
     (license license:lppl1.3c)))
 
+(define-public texlive-yinit-otf
+  (package
+    (name "texlive-yinit-otf")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/yinit-otf/"
+                   "fonts/opentype/public/yinit-otf/")
+             (base32
+              "0p3a56kg63smsgwr0vlfzjxrdw11j3777y09gdbdd1cc50r9p3zx")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/yinit-otf";)
+    (synopsis
+     "OTF conversion of Yannis Haralambous' Old German decorative initials")
+    (description
+     "This package is a conversion of the @code{yinit} font into OTF.
+Original Metafont files for @code{yinit} are in the @code{yinit} package.")
+    (license license:public-domain)))
+
 (define-public texlive-youngtab
   (package
     (name "texlive-youngtab")



reply via email to

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