guix-commits
[Top][All Lists]
Advanced

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

160/163: gnu: Add texlive-mathalpha.


From: guix-commits
Subject: 160/163: gnu: Add texlive-mathalpha.
Date: Sat, 19 Aug 2023 14:40:01 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit f8c6ab42eff5b16fc9c7469af2762ad449ec6d87
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 18 14:31:13 2023 +0200

    gnu: Add texlive-mathalpha.
    
    * gnu/packages/tex.scm (texlive-mathalpha): 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 74d9d2022e..f768299021 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12831,6 +12831,28 @@ Mathématiques Appliquées et Industrielles (SMAI).")
 4th edition.")
     (license license:public-domain)))
 
+(define-public texlive-mathalpha
+  (package
+    (name "texlive-mathalpha")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/mathalpha/"
+                   "tex/latex/mathalpha/")
+             (base32
+              "19wniyaba8cz4vk279ashg68bxq9178cvvz53cng2cn6i6rw32rv")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/mathalpha";)
+    (synopsis "General package for loading maths alphabets in LaTeX")
+    (description
+     "Package @code{mathalfa} was renamed to @code{mathalpha}.  For backward
+compatibility the old name will continue to be recognized in LaTeX documents.
+The package provides means of loading maths alphabets (such as are normally
+addressed via macros @code{\\mathcal}, @code{\\mathbb}, @code{\\mathfrak} and
+@code{\\mathscr}).")
+    (license license:lppl1.3c)))
+
 (define-public texlive-mathcommand
   (package
     (name "texlive-mathcommand")



reply via email to

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