ngz pushed a commit to branch master
in repository guix.

commit 27847e523e65a66bf8810be23026b9e388585425
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 11:58:42 2023 +0200

    gnu: Add texlive-concmath-otf.
    
    * gnu/packages/tex.scm (texlive-concmath-otf): 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 b450431542..b64ccbf6d9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8872,6 +8872,28 @@ from Knuth's Concrete Roman fonts; they are distributed 
as Metafont source.
 LaTeX support is offered by the @code{concmath} package.")
     (license license:lppl)))
 
+(define-public texlive-concmath-otf
+  (package
+    (name "texlive-concmath-otf")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/concmath-otf/"
+                   "fonts/opentype/public/concmath-otf/"
+                   "tex/latex/concmath-otf/")
+             (base32
+              "00vs2c2lxdrqiwf4scni0yv4kz0mkigqv5kpsrak62j8vb7piv7b")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/concmath-otf";)
+    (synopsis "Concrete based OpenType Math font")
+    (description
+     "This package provides an OpenType version of the Concrete Math font
+created by Ulrik Vieth in Metafont.  @file{concmath-otf.sty} is a replacement
+for the original @file{concmath.sty} package to be used with LuaTeX or XeTeX
+engines.")
+    (license (list license:silofl1.1 license:lppl1.3+))))
+
 (define-public texlive-concrete
   (package
     (name "texlive-concrete")

Reply via email to