guix-commits
[Top][All Lists]
Advanced

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

296/306: gnu: Add texlive-urwchancal.


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

ngz pushed a commit to branch master
in repository guix.

commit 68b6a4842036ebaeaa485431fe0bf5c0a77935df
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 13:07:50 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 5e6ff374e9..c9646bde8b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -25602,6 +25602,30 @@ file which has a reasonably conventional structure.  
The result is meant to be
 robust rather than pretty.")
     (license (list license:gpl2 license:lppl))))
 
+(define-public texlive-urwchancal
+  (package
+    (name "texlive-urwchancal")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/urwchancal/"
+                   "fonts/tfm/urw/urwchancal/"
+                   "fonts/vf/urw/urwchancal/"
+                   "tex/latex/urwchancal/")
+             (base32
+              "05mwicyb46hjlqpq432z4b3f0q566xplzp1fjiw1ijmns5xhvig9")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/urwchancal";)
+    (synopsis "Use URW's clone of Zapf Chancery as a maths alphabet")
+    (description
+     "The package allows (the URW clone of) Zapf Chancery to function as
+a maths alphabet, the target of @code{\\mathcal} or @code{\\mathscr}, with
+accents appearing where they should, and other spacing parameters set to
+reasonable (not very tight) values.  The font itself may be found in the URW
+basic fonts collection.  This package supersedes the @code{pzccal} package.")
+    (license license:lppl)))
+
 (define-public texlive-usebib
   (package
     (name "texlive-usebib")



reply via email to

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