[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
54/306: gnu: Add texlive-cfr-lm.
From: |
guix-commits |
Subject: |
54/306: gnu: Add texlive-cfr-lm. |
Date: |
Mon, 21 Aug 2023 10:35:39 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 1f3e53ec99402d5dbed15b76f8a97dea7058ea93
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 11:53:31 2023 +0200
gnu: Add texlive-cfr-lm.
* gnu/packages/tex.scm (texlive-cfr-lm): New variable.
---
gnu/packages/tex.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index af9d162aa4..76cf5b602b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7226,6 +7226,40 @@ fonts from the initials package in LaTeX, e.g., with the
@code{lettrine}
package.")
(license license:lppl1.3+)))
+(define-public texlive-cfr-lm
+ (package
+ (name "texlive-cfr-lm")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/cfr-lm/"
+ "fonts/enc/dvips/cfr-lm/"
+ "fonts/map/dvips/cfr-lm/"
+ "fonts/tfm/public/cfr-lm/"
+ "fonts/vf/public/cfr-lm/"
+ "source/fonts/cfr-lm/"
+ "tex/latex/cfr-lm/")
+ (base32
+ "06zsvbnpg93gw7m0nfsxc1hcqi6idgdc3xwwwy954fx13dpvrqfi")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cfr-lm")
+ (synopsis "Enhanced support for the Latin Modern fonts")
+ (description
+ "The package supports a number of features of the Latin Modern fonts
+which are not easily accessible via the default (La)TeX support. In
+particular, the package supports the use of the various styles of digits
+available, small-caps and upright italic shapes, and alternative weights and
+widths. It also supports variable width typewriter and the @code{quotation}
+font.
+
+By default, the package uses proportional oldstyle digits and variable width
+typewriter but this can be changed by passing appropriate options to the
+package. The package also supports using (for example) different styles of
+digits within a document so it is possible to use proportional oldstyle digits
+by default, say, but tabular lining digits within a particular table.")
+ (license license:lppl1.3+)))
+
(define-public texlive-chbibref
(package
(name "texlive-chbibref")
- 106/306: gnu: Add texlive-ektype-tanka., (continued)
- 106/306: gnu: Add texlive-ektype-tanka., guix-commits, 2023/08/21
- 103/306: gnu: Add texlive-eczar., guix-commits, 2023/08/21
- 107/306: gnu: Add texlive-electrum., guix-commits, 2023/08/21
- 109/306: gnu: Add texlive-epigrafica., guix-commits, 2023/08/21
- 114/306: gnu: Add texlive-esstix., guix-commits, 2023/08/21
- 119/306: gnu: Add texlive-fbb., guix-commits, 2023/08/21
- 123/306: gnu: Add texlive-fge., guix-commits, 2023/08/21
- 131/306: gnu: Add texlive-forum., guix-commits, 2023/08/21
- 44/306: gnu: Add texlive-braille., guix-commits, 2023/08/21
- 93/306: gnu: Add texlive-droid., guix-commits, 2023/08/21
- 54/306: gnu: Add texlive-cfr-lm.,
guix-commits <=
- 65/306: gnu: Add texlive-cmsrb., guix-commits, 2023/08/21
- 72/306: gnu: Add texlive-concmath-otf., guix-commits, 2023/08/21
- 74/306: gnu: Add texlive-cooperhewitt., guix-commits, 2023/08/21
- 76/306: gnu: Add texlive-countriesofeurope., guix-commits, 2023/08/21
- 78/306: gnu: Add texlive-courierten., guix-commits, 2023/08/21
- 79/306: gnu: Add texlive-crimson., guix-commits, 2023/08/21
- 88/306: gnu: Add texlive-dingbat., guix-commits, 2023/08/21
- 86/306: gnu: Add texlive-dice., guix-commits, 2023/08/21
- 89/306: gnu: Add texlive-domitian., guix-commits, 2023/08/21
- 91/306: gnu: Add texlive-dozenal., guix-commits, 2023/08/21