guix-commits
[Top][All Lists]
Advanced

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

186/306: gnu: Add texlive-librebaskerville.


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

ngz pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index bd6c1ca6c2..2687894157 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -16539,6 +16539,33 @@ a math accompaniment to Libertine under LaTeX.  In 
addition, with option
 Roman and Greek letters.")
     (license (list license:silofl1.1 license:lppl))))
 
+(define-public texlive-librebaskerville
+  (package
+    (name "texlive-librebaskerville")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/librebaskerville/"
+                   "fonts/enc/dvips/librebaskerville/"
+                   "fonts/map/dvips/librebaskerville/"
+                   "fonts/tfm/impallari/librebaskerville/"
+                   "fonts/truetype/impallari/librebaskerville/"
+                   "fonts/type1/impallari/librebaskerville/"
+                   "fonts/vf/impallari/librebaskerville/"
+                   "tex/latex/librebaskerville/")
+             (base32
+              "1rjac2w8q0m4a6qcdjphv3rgws19vbg65wv6gk1frl0d14bijqdy")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/librebaskerville";)
+    (synopsis "Libre Baskerville family of fonts with LaTeX support")
+    (description
+     "This package provides the Libre Baskerville family of fonts, designed by
+Pablo Impallari, for use with LaTeX, pdfLaTeX, XeLaTeX or LuaLaTeX.  It is
+primarily intended to be a web font but is also attractive as a text font.
+A BoldItalic variant has been artificially generated.")
+    (license (list license:silofl1.1 license:lppl))))
+
 (define-public texlive-lie-hasse
   (package
     (name "texlive-lie-hasse")



reply via email to

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