guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add texlive-calrsfs.


From: guix-commits
Subject: branch master updated: gnu: Add texlive-calrsfs.
Date: Fri, 28 Jan 2022 09:27:46 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a057d2acbf gnu: Add texlive-calrsfs.
a057d2acbf is described below

commit a057d2acbf8d78afe474669fea29adef6aa949cc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jan 28 15:27:03 2022 +0100

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 950554069a..f332f231b7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5044,6 +5044,19 @@ both); or to remove surrounding spaces within a macro 
definition, or to define
 space-stripped macros.")
     (license license:lppl)))
 
+(define-public texlive-calrsfs
+  (package
+    (inherit
+     (simple-texlive-package
+      "texlive-calrsfs"
+      (list "doc/latex/calrsfs/" "tex/latex/calrsfs/")
+      (base32 "0aqa0k0zzzicx5nynd29i9pdb7a4j6fvf1xwrbm4qg64pl55i6xa")
+      #:trivial? #t))
+    (home-page "https://ctan.org/macros/latex/contrib/calrsfs";)
+    (synopsis "Copperplate calligraphic letters in LaTeX")
+    (description "This package provides a math interface to the Rsfs fonts.")
+    (license license:public-domain)))
+
 (define-public texlive-capt-of
   (let ((template
          (simple-texlive-package



reply via email to

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