guix-commits
[Top][All Lists]
Advanced

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

300/306: gnu: Add texlive-yfonts.


From: guix-commits
Subject: 300/306: gnu: Add texlive-yfonts.
Date: Mon, 21 Aug 2023 10:37:04 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 8f7322d035675889c84c1f6fd89bae6b21a4e1b8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 13:08:47 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2c39569bdf..ce28128116 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -26203,6 +26203,25 @@ structural formulas in a way that reflects their 
structure.  The package
 provides three output modes: LaTeX, PostScript and PDF.")
     (license license:lppl1.3+)))
 
+(define-public texlive-yfonts
+  (package
+    (name "texlive-yfonts")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/yfonts/" "source/latex/yfonts/"
+                   "tex/latex/yfonts/")
+             (base32
+              "021sb52516ksxs1pb8nb1gchaagb0hblx55yyxzpywrryfkjd3rx")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/yfonts";)
+    (synopsis "Support for old German fonts")
+    (description
+     "This package provides a LaTeX interface to the old German Gothic,
+Schwabacher, Fraktur and the baroque initials.")
+    (license license:lppl)))
+
 (define-public texlive-yhmath
   (package
     (name "texlive-yhmath")



reply via email to

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