[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
49/306: gnu: Add texlive-cantarell.
From: |
guix-commits |
Subject: |
49/306: gnu: Add texlive-cantarell. |
Date: |
Mon, 21 Aug 2023 10:35:36 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit d79cac422e1a75ec7e6032fa0156157e5f5ff5fc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 11:51:51 2023 +0200
gnu: Add texlive-cantarell.
* gnu/packages/tex.scm (texlive-cantarell): 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 8d9153187d..372e82c7c7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6946,6 +6946,33 @@ provided in the @code{calligra} package in the
@code{fundus} bundle.")
font.")
(license license:expat)))
+(define-public texlive-cantarell
+ (package
+ (name "texlive-cantarell")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/cantarell/"
+ "fonts/enc/dvips/cantarell/"
+ "fonts/map/dvips/cantarell/"
+ "fonts/opentype/gnome/cantarell/"
+ "fonts/tfm/gnome/cantarell/"
+ "fonts/type1/gnome/cantarell/"
+ "fonts/vf/gnome/cantarell/"
+ "tex/latex/cantarell/")
+ (base32
+ "11cj8z6wyzq92x66alas88qgrs4ap0xgvf0yr7h62vg5ym3618c8")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cantarell";)
+ (synopsis "LaTeX support for the Cantarell font family")
+ (description
+ "Cantarell is a contemporary Humanist sans serif designed by Dave
+Crossland and Jakub Steiner. The present package provides support for this
+font in LaTeX. It includes Type 1 versions of the fonts, converted for this
+package using FontForge from its sources, for full support with Dvips.")
+ (license (list license:silofl1.1 license:lppl1.3c))))
+
(define-public texlive-cartonaugh
(package
(name "texlive-cartonaugh")
- 23/306: gnu: Add texlive-astro., (continued)
- 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, 2023/08/21
- 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 <=
- 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
- 60/306: gnu: Add texlive-cm-mf-extra-bold., guix-commits, 2023/08/21
- 66/306: gnu: Add texlive-cmtiup., guix-commits, 2023/08/21
- 70/306: gnu: Add texlive-comicneue., guix-commits, 2023/08/21
- 25/306: gnu: Add texlive-augie., guix-commits, 2023/08/21
- 27/306: gnu: Add texlive-aurical., guix-commits, 2023/08/21