[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")
- 164/306: gnu: Add texlive-hindmadurai., (continued)
- 164/306: gnu: Add texlive-hindmadurai., guix-commits, 2023/08/21
- 166/306: gnu: Add texlive-ifsym., guix-commits, 2023/08/21
- 167/306: gnu: Add texlive-imfellenglish., guix-commits, 2023/08/21
- 169/306: gnu: Add texlive-inter., guix-commits, 2023/08/21
- 171/306: gnu: Add texlive-jablantile., guix-commits, 2023/08/21
- 173/306: gnu: Add texlive-josefin., guix-commits, 2023/08/21
- 175/306: gnu: Add texlive-kixfont., guix-commits, 2023/08/21
- 177/306: gnu: Add texlive-lato., guix-commits, 2023/08/21
- 179/306: gnu: Add texlive-lfb., guix-commits, 2023/08/21
- 87/306: gnu: Add texlive-dictsym., guix-commits, 2023/08/21
- 186/306: gnu: Add texlive-librebaskerville.,
guix-commits <=
- 189/306: gnu: Add texlive-librefranklin., guix-commits, 2023/08/21
- 192/306: gnu: Add texlive-lobster2., guix-commits, 2023/08/21
- 193/306: gnu: Add texlive-logix., guix-commits, 2023/08/21
- 194/306: gnu: Add texlive-lxfonts., guix-commits, 2023/08/21
- 200/306: gnu: Add texlive-mdsymbol., guix-commits, 2023/08/21
- 202/306: gnu: Add texlive-miama., guix-commits, 2023/08/21
- 206/306: gnu: Add texlive-mnsymbol., guix-commits, 2023/08/21
- 211/306: gnu: Add texlive-newtxsf., guix-commits, 2023/08/21
- 210/306: gnu: Add texlive-newpx., guix-commits, 2023/08/21
- 212/306: gnu: Add texlive-newtxtt., guix-commits, 2023/08/21