guix-commits
[Top][All Lists]
Advanced

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

85/306: gnu: Add texlive-dejavu-otf.


From: guix-commits
Subject: 85/306: gnu: Add texlive-dejavu-otf.
Date: Mon, 21 Aug 2023 10:35:48 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit d6a45ed9a9723e0db3ba10f78413c98351355e1d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:01:27 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3f48581d8f..d069d59f3c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9652,6 +9652,25 @@ labels and captions to be added seamlessly.  It is also 
possible to place
 multiple DMN tables in one table/figure environment.")
     (license license:lppl1.3c)))
 
+(define-public texlive-dejavu-otf
+  (package
+    (name "texlive-dejavu-otf")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/dejavu-otf/"
+                   "tex/latex/dejavu-otf/")
+             (base32
+              "0vn16rb816w7kdqkyqxr01w1qd654s1f3k368q0cj0ab1247q7q8")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/dejavu-otf";)
+    (synopsis "Support for the TTF and OTF DejaVu fonts")
+    (description
+     "The @code{dejavu-otf} package supports the TTF fonts from the DejaVu
+project and the OpenType version of the TeXGyre Math.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-delim
   (package
     (name "texlive-delim")



reply via email to

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