[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
77/306: gnu: Add texlive-courier-scaled.
From: |
guix-commits |
Subject: |
77/306: gnu: Add texlive-courier-scaled. |
Date: |
Mon, 21 Aug 2023 10:35:46 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 3ed52bed91b7eff6ca59385e329f7095c7474de2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 11:59:39 2023 +0200
gnu: Add texlive-courier-scaled.
* gnu/packages/tex.scm (texlive-courier-scaled): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b0f830dfca..7e4338fe86 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9084,6 +9084,26 @@ provides glyphs with a filled outline of the shape of
each country; each glyph
is at the same cartographic scale.")
(license (list license:silofl1.1 license:lppl))))
+(define-public texlive-courier-scaled
+ (package
+ (name "texlive-courier-scaled")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/courier-scaled/"
+ "tex/latex/courier-scaled/")
+ (base32
+ "1d61afhvx9s70mg9d97m0zyzqfdlwbgljwgkv0z87khxy4z33wy6")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/courier-scaled")
+ (synopsis "Provides a scaled Courier font")
+ (description
+ "This package sets the default typewriter font to Courier with a possible
+scale factor (in the same way as the @code{helvet} package for Helvetica works
+for sans serif).")
+ (license license:lppl1.2+)))
+
(define-public texlive-covington
(package
(name "texlive-covington")
- 91/306: gnu: Add texlive-dozenal., (continued)
- 91/306: gnu: Add texlive-dozenal., guix-commits, 2023/08/21
- 105/306: gnu: Add texlive-eiad-ltx., guix-commits, 2023/08/21
- 112/306: gnu: Add texlive-erewhon-math., guix-commits, 2023/08/21
- 113/306: gnu: Add texlive-esrelation., guix-commits, 2023/08/21
- 116/306: gnu: Add texlive-etbb., guix-commits, 2023/08/21
- 118/306: gnu: Add texlive-euxm., guix-commits, 2023/08/21
- 125/306: gnu: Add texlive-firamath-otf., guix-commits, 2023/08/21
- 132/306: gnu: Add texlive-fouriernc., guix-commits, 2023/08/21
- 69/306: gnu: Add texlive-comfortaa., guix-commits, 2023/08/21
- 75/306: gnu: Add texlive-cormorantgaramond., guix-commits, 2023/08/21
- 77/306: gnu: Add texlive-courier-scaled.,
guix-commits <=
- 100/306: gnu: Add texlive-ebgaramond-maths., guix-commits, 2023/08/21
- 96/306: gnu: Add texlive-duerer-latex., guix-commits, 2023/08/21
- 97/306: gnu: Add texlive-dutchcal., guix-commits, 2023/08/21
- 129/306: gnu: Add texlive-fontawesome5., guix-commits, 2023/08/21
- 80/306: gnu: Add texlive-crimsonpro., guix-commits, 2023/08/21
- 85/306: gnu: Add texlive-dejavu-otf., guix-commits, 2023/08/21
- 83/306: gnu: Add texlive-dancers., guix-commits, 2023/08/21
- 101/306: gnu: Add texlive-ecc., guix-commits, 2023/08/21
- 104/306: gnu: Add texlive-eiad., guix-commits, 2023/08/21
- 111/306: gnu: Add texlive-erewhon., guix-commits, 2023/08/21