guix-commits
[Top][All Lists]
Advanced

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

226/296: gnu: Add texlive-mathastext.


From: guix-commits
Subject: 226/296: gnu: Add texlive-mathastext.
Date: Thu, 24 Aug 2023 05:21:11 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit bce40220deb1f0c6d55b7694ec4d877dc2e83f8c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 22 16:54:50 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 09e5e844aa..a54de4c216 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -20859,6 +20859,33 @@ addressed via macros @code{\\mathcal}, 
@code{\\mathbb}, @code{\\mathfrak} and
 @code{\\mathscr}).")
     (license license:lppl1.3c)))
 
+(define-public texlive-mathastext
+  (package
+    (name "texlive-mathastext")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/mathastext/"
+                   "source/latex/mathastext/"
+                   "tex/latex/mathastext/")
+             (base32
+              "1660w9yhgw9ihhy06f9zqgw9isvprrs2x9yikhbz7szphq3cfpfv")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/mathastext";)
+    (synopsis "Use the text font in maths mode")
+    (description
+     "The package uses a text font (usually the document's text font) for the
+letters of the Latin alphabet needed when typesetting
+mathematics. (Optionally, other characters in the font may also be used).
+This facility makes possible (for a document with simple mathematics) a far
+wider choice of text font, with little worry that no specially designed
+accompanying maths fonts are available.  The package also offers a simple
+mechanism for using many different choices of (text hence, now, maths) font in
+the same document.  Of course, using one font for two purposes helps produce
+smaller PDF files.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-mathcommand
   (package
     (name "texlive-mathcommand")



reply via email to

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