guix-commits
[Top][All Lists]
Advanced

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

15/21: gnu: Add texlive-lgrmath.


From: guix-commits
Subject: 15/21: gnu: Add texlive-lgrmath.
Date: Mon, 14 Aug 2023 13:11:48 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit a341d7c65aa3f458584ec2136be52247e2b0042f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 18:47:13 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1f34163aaa..7aeac2099b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11943,6 +11943,27 @@ Plain TeX are included in the package; for use with 
LaTeX, see @code{lgreek}
 use with LaTeX.")
     (license license:gpl2)))
 
+(define-public texlive-lgrmath
+  (package
+    (name "texlive-lgrmath")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/lgrmath/" "source/latex/lgrmath/"
+                   "tex/latex/lgrmath/")
+             (base32
+              "0lj4jdzwykqz1hkv2s6y2ghf1zlalx27gd6kfpbnignxmh63cpkb")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/lgrmath";)
+    (synopsis "Use LGR-encoded fonts in math mode")
+    (description
+     "The @code{lgrmath} package is a LaTeX package which sets the Greek
+letters in math mode to use glyphs from the LGR-encoded font of one's choice.
+The documentation includes a rather extensive list of the available font
+family names on typical LaTeX installations.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-localloc
   (package
     (name "texlive-localloc")



reply via email to

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