mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: Add texlive-mweights.
* gnu/packages/tex.scm: New variable.
This commit is contained in:
parent
bb4f47a7f6
commit
71ca8fd40b
1 changed files with 20 additions and 0 deletions
|
@ -7928,3 +7928,23 @@ (define-public texlive-fontaxes
|
|||
shape axis and it adds three new axes to deal with the different
|
||||
figure versions offered by many professional fonts.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-mweights
|
||||
(package
|
||||
(inherit (simple-texlive-package
|
||||
"texlive-mweights"
|
||||
(list "/doc/latex/mweights/"
|
||||
"/tex/latex/mweights/")
|
||||
(base32
|
||||
"1k2xclk54q3xgn48hji23q52nivkzgwf0s30bmm6k83f7v57qv8h")
|
||||
#:trivial? #t))
|
||||
(home-page "https://www.ctan.org/pkg/mweights")
|
||||
(synopsis "Support for multiple-weight font packages")
|
||||
(description "Many font families available for use with LaTeX are
|
||||
available at multiple weights. Many Type 1-oriented support packages
|
||||
for such fonts re-define the standard @code{\\mddefault} or
|
||||
@code{\\bfdefault} macros. This can create difficulties if the weight
|
||||
desired for one font family is not available for another font family,
|
||||
or if it differs from the weight desired for another font family. The
|
||||
@code{mweights} package provides a solution to these difficulties.")
|
||||
(license license:lppl)))
|
||||
|
|
Loading…
Reference in a new issue