mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 02:29:24 -05:00
gnu: Add texlive-courier-scaled.
* gnu/packages/tex.scm (texlive-courier-scaled): New variable.
This commit is contained in:
parent
c7a5109186
commit
3ed52bed91
1 changed files with 20 additions and 0 deletions
|
@ -9084,6 +9084,26 @@ (define-public texlive-countriesofeurope
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue