ngz pushed a commit to branch master
in repository guix.
commit 3ed52bed91b7eff6ca59385e329f7095c7474de2
Author: Nicolas Goaziou <[email protected]>
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")