guix-commits
[Top][All Lists]
Advanced

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

154/306: gnu: Add texlive-gudea.


From: guix-commits
Subject: 154/306: gnu: Add texlive-gudea.
Date: Mon, 21 Aug 2023 10:36:09 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 93b5b90ba4..292c23a80c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13630,6 +13630,30 @@ Afterwards all necessary dimensions are calculated and 
the scheme is drawn.
 Currently two steps of symmetry reduction are supported.")
     (license license:lppl)))
 
+(define-public texlive-gudea
+  (package
+    (name "texlive-gudea")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/gudea/"
+                   "fonts/enc/dvips/gudea/"
+                   "fonts/map/dvips/gudea/"
+                   "fonts/tfm/public/gudea/"
+                   "fonts/type1/public/gudea/"
+                   "fonts/vf/public/gudea/"
+                   "tex/latex/gudea/")
+             (base32
+              "0kj53idgxyqwishg0vibhhrj443016z61c0jl7rx91a508vbwbn2")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/gudea";)
+    (synopsis "Gudea font face with support for LaTeX and pdfLaTeX")
+    (description
+     "This package provides the Gudea family of fonts designed by Agustina
+Mingote, with support for LaTeX and pdfLaTeX.")
+    (license (list license:silofl1.1 license:lppl))))
+
 (define-public texlive-guide-to-latex
   (package
     (name "texlive-guide-to-latex")



reply via email to

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