[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/16: gnu: Add texlive-courier.
From: |
guix-commits |
Subject: |
13/16: gnu: Add texlive-courier. |
Date: |
Thu, 14 Jan 2021 09:58:51 -0500 (EST) |
apteryx pushed a commit to branch master
in repository guix.
commit 0390d786bbb92bce32281808e6a0ef246f05dc06
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Jan 5 13:01:48 2021 -0500
gnu: Add texlive-courier.
* gnu/packages/tex.scm (texlive-courier): 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 2cd93da..2e55202 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -825,6 +825,33 @@ originals.")
(define-public texlive-fonts-cm-super
(deprecated-package "texlive-fonts-cm-super" texlive-cm-super))
+(define-public texlive-courier
+ (package
+ (inherit (simple-texlive-package
+ "texlive-courier"
+ (list "/dvips/courier/"
+ "/fonts/afm/adobe/courier/"
+ "/fonts/afm/urw/courier/"
+ "/fonts/map/dvips/courier/"
+ "/fonts/tfm/adobe/courier/"
+ "/fonts/tfm/urw35vf/courier/"
+ "/fonts/type1/adobe/courier/"
+ "/fonts/type1/urw/courier/"
+ "/fonts/vf/adobe/courier/"
+ "/fonts/vf/urw35vf/courier/"
+ "/tex/latex/courier/"
+ "/tex4ht/ht-fonts/alias/adobe/courier/"
+ "/tex4ht/ht-fonts/unicode/adobe/courier/")
+ (base32
+ "1hfgisdi7mjf5156ax6d6zsbiq42zkmp1x5lg17rgzf61k6d6z1y")
+ #:trivial? #t))
+ (home-page "https://ctan.org/pkg/urw-base35")
+ (synopsis "URW Base 35 font pack for LaTeX")
+ (description "This package provides a drop-in replacements for the Courier
+font from Adobe's basic set.")
+ ;; No license version specified.
+ (license license:gpl3+)))
+
(define-public texlive-lm
(package
(inherit (simple-texlive-package
- 08/16: gnu: Add docbook-sgml-3.1., (continued)
- 08/16: gnu: Add docbook-sgml-3.1., guix-commits, 2021/01/14
- 02/16: gnu: opensp: Add doc output, enable tests and add search path., guix-commits, 2021/01/14
- 03/16: gnu: Add openjade., guix-commits, 2021/01/14
- 05/16: gnu: Add docbook-sgml., guix-commits, 2021/01/14
- 06/16: gnu: Add docbook-dsssl., guix-commits, 2021/01/14
- 07/16: gnu: Add perl-sgmls., guix-commits, 2021/01/14
- 09/16: gnu: Add texlive-marvosym., guix-commits, 2021/01/14
- 12/16: gnu: Add texlive-jknappen., guix-commits, 2021/01/14
- 10/16: gnu: Add config., guix-commits, 2021/01/14
- 11/16: gnu: Add texlive-tipa., guix-commits, 2021/01/14
- 13/16: gnu: Add texlive-courier.,
guix-commits <=
- 14/16: gnu: Add texlive-helvetic., guix-commits, 2021/01/14
- 15/16: gnu: Add texlive-wasy., guix-commits, 2021/01/14
- 16/16: gnu: texlive-wasysym: Update synopsis and description., guix-commits, 2021/01/14