[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/306: gnu: Add texlive-baskervald.
From: |
guix-commits |
Subject: |
29/306: gnu: Add texlive-baskervald. |
Date: |
Mon, 21 Aug 2023 10:35:28 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 201e1924d75dc69372bb1100e9df7fdb88a8eda2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 10:57:32 2023 +0200
gnu: Add texlive-baskervald.
* gnu/packages/tex.scm (texlive-baskervald): 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 724ccce9d8..7009b3e85d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3716,6 +3716,34 @@ of mathematical disciplines.")
(description "This package provides fonts supporting chess diagrams.")
(license license:gpl3+)))
+(define-public texlive-baskervald
+ (package
+ (name "texlive-baskervald")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/baskervald/"
+ "fonts/afm/arkandis/baskervald/"
+ "fonts/enc/dvips/baskervald/"
+ "fonts/map/dvips/baskervald/"
+ "fonts/tfm/arkandis/baskervald/"
+ "fonts/type1/arkandis/baskervald/"
+ "fonts/vf/arkandis/baskervald/"
+ "source/fonts/baskervald/"
+ "tex/latex/baskervald/")
+ (base32
+ "1alny6nsxm43mn84w16vp2whlhnmqkr7pfx8jsmgkz8bkxzh9pg9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/baskervaldadf";)
+ (synopsis "Baskervald ADF fonts collection with TeX and LaTeX support")
+ (description
+ "Baskervald ADF is a serif family with lining figures designed as
+a substitute for Baskerville. The family currently includes upright and
+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-basque-book
(package
(name "texlive-basque-book")
- 14/306: gnu: Add texlive-anonymouspro., (continued)
- 14/306: gnu: Add texlive-anonymouspro., guix-commits, 2023/08/21
- 15/306: gnu: Add texlive-antiqua., guix-commits, 2023/08/21
- 17/306: gnu: Add texlive-archivo., guix-commits, 2023/08/21
- 16/306: gnu: Add texlive-archaic., guix-commits, 2023/08/21
- 18/306: gnu: Add texlive-arimo., guix-commits, 2023/08/21
- 23/306: gnu: Add texlive-astro., guix-commits, 2023/08/21
- 22/306: gnu: Add texlive-aspectratio., guix-commits, 2023/08/21
- 20/306: gnu: Add texlive-asapsym., guix-commits, 2023/08/21
- 21/306: gnu: Add texlive-ascii-font., guix-commits, 2023/08/21
- 24/306: gnu: Add texlive-atkinson., guix-commits, 2023/08/21
- 29/306: gnu: Add texlive-baskervald.,
guix-commits <=
- 19/306: gnu: Add texlive-arvo., guix-commits, 2023/08/21
- 32/306: gnu: Add texlive-bbding., guix-commits, 2023/08/21
- 35/306: gnu: Add texlive-belleek., guix-commits, 2023/08/21
- 47/306: gnu: Add texlive-calligra., guix-commits, 2023/08/21
- 49/306: gnu: Add texlive-cantarell., guix-commits, 2023/08/21
- 45/306: gnu: Add texlive-brushscr., guix-commits, 2023/08/21
- 52/306: gnu: Add texlive-cascadia-code., guix-commits, 2023/08/21
- 58/306: gnu: Add texlive-clara., guix-commits, 2023/08/21
- 62/306: gnu: Add texlive-cmathbb., guix-commits, 2023/08/21
- 63/306: gnu: Add texlive-cmll., guix-commits, 2023/08/21