guix-commits
[Top][All Lists]
Advanced

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

30/306: gnu: Add texlive-baskervaldx.


From: guix-commits
Subject: 30/306: gnu: Add texlive-baskervaldx.
Date: Mon, 21 Aug 2023 10:35:28 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 9f3006847cff51a82e05e9636f138cfdb592eeb5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 10:57:54 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7009b3e85d..8d04dd28e0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3744,6 +3744,34 @@ italic or oblique shapes in each of regular, bold and 
heavy weights.  All
 fonts include the slashed zero and additional non-standard ligatures.")
     (license license:lppl)))
 
+(define-public texlive-baskervaldx
+  (package
+    (name "texlive-baskervaldx")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/baskervaldx/"
+                   "fonts/afm/public/baskervaldx/"
+                   "fonts/enc/dvips/baskervaldx/"
+                   "fonts/map/dvips/baskervaldx/"
+                   "fonts/opentype/public/baskervaldx/"
+                   "fonts/tfm/public/baskervaldx/"
+                   "fonts/type1/public/baskervaldx/"
+                   "fonts/vf/public/baskervaldx/"
+                   "tex/latex/baskervaldx/")
+             (base32
+              "1qszqzpy9bdqajd1h7cha0xm0kgy21q9yzsrrgwygchkz9zv6r66")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/baskervaldx";)
+    (synopsis "Extension and modification of BaskervaldADF with LaTeX support")
+    (description
+     "This package extends and modifies the BaskervaldADF font (a Baskerville
+substitute) with more accented glyphs, with small caps and oldstyle figures in
+all shapes.  It includes OpenType and PostScript fonts, as well as LaTeX
+support files.")
+    (license (list license:gpl2+ license:lppl1.3+))))
+
 (define-public texlive-basque-book
   (package
     (name "texlive-basque-book")



reply via email to

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