From d6a45ed9a9723e0db3ba10f78413c98351355e1d Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 21 Aug 2023 12:01:27 +0200 Subject: [PATCH] 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 @@ (define-public texlive-decision-table 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")