guix-commits
[Top][All Lists]
Advanced

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

47/306: gnu: Add texlive-calligra.


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

ngz pushed a commit to branch master
in repository guix.

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

    gnu: Add texlive-calligra.
    
    * gnu/packages/tex.scm (texlive-calligra): 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 b9552a2b0a..6fe54142c1 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6903,6 +6903,28 @@ at the side opposite to the equation numbers.  
Calculations are allowed inside
 hints although numbering and commenting is then disabled.")
     (license license:lppl1.3+)))
 
+(define-public texlive-calligra
+  (package
+    (name "texlive-calligra")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/calligra/"
+                   "fonts/source/public/calligra/"
+                   "fonts/tfm/public/calligra/")
+             (base32
+              "1h9w2qifsd0sjr2czy6zbyvgvdl72nd1sn2hmxv0jsmbcjqak1ib")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (native-inputs (list texlive-metafont))
+    (home-page "https://ctan.org/pkg/calligra";)
+    (synopsis "Calligraphic font")
+    (description
+     "This package provides a calligraphic font in the handwriting style.
+The font is supplied as Metafont source.  LaTeX support of the font is
+provided in the @code{calligra} package in the @code{fundus} bundle.")
+    (license license:expat)))
+
 (define-public texlive-cartonaugh
   (package
     (name "texlive-cartonaugh")



reply via email to

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