mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: texlive-mweights: Refresh package definition.
* gnu/packages/tex.scm (texlive-mweights): Remove SIMPLE-TEXLIVE-PACKAGE call.
This commit is contained in:
parent
51a3fc45a6
commit
92ea6d7d6b
1 changed files with 18 additions and 15 deletions
|
@ -11255,22 +11255,25 @@ (define-public texlive-preprint
|
||||||
|
|
||||||
(define-public texlive-mweights
|
(define-public texlive-mweights
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(name "texlive-mweights")
|
||||||
"texlive-mweights"
|
(version (number->string %texlive-revision))
|
||||||
(list "/doc/latex/mweights/"
|
(source (texlive-origin
|
||||||
"/tex/latex/mweights/")
|
name version
|
||||||
(base32
|
(list "doc/latex/mweights/" "tex/latex/mweights/")
|
||||||
"12493g3yz06mhiybnphqbp49fjzy36clzw63b74mkfhsg1pq7h1b")
|
(base32
|
||||||
#:trivial? #t))
|
"12493g3yz06mhiybnphqbp49fjzy36clzw63b74mkfhsg1pq7h1b")))
|
||||||
(home-page "https://www.ctan.org/pkg/mweights")
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/mweights")
|
||||||
(synopsis "Support for multiple-weight font packages")
|
(synopsis "Support for multiple-weight font packages")
|
||||||
(description "Many font families available for use with LaTeX are
|
(description
|
||||||
available at multiple weights. Many Type 1-oriented support packages
|
"Many font families available for use with LaTeX are available at
|
||||||
for such fonts re-define the standard @code{\\mddefault} or
|
multiple weights. Many Type 1-oriented support packages for such fonts
|
||||||
@code{\\bfdefault} macros. This can create difficulties if the weight
|
re-define the standard @code{\\mddefault} or @code{\\bfdefault} macros. This
|
||||||
desired for one font family is not available for another font family,
|
can create difficulties if the weight desired for one font family isn't
|
||||||
or if it differs from the weight desired for another font family. The
|
available for another font family, or if it differs from the weight desired
|
||||||
@code{mweights} package provides a solution to these difficulties.")
|
for another font family. The package provides a solution to these
|
||||||
|
difficulties.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-cabin
|
(define-public texlive-cabin
|
||||||
|
|
Loading…
Reference in a new issue