mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: Add texlive-montserrat.
* gnu/packages/tex.scm (texlive-montserrat): New variable.
This commit is contained in:
parent
5d9aa48bf0
commit
c1e5a72270
1 changed files with 32 additions and 0 deletions
|
@ -18850,6 +18850,38 @@ (define-public texlive-mnsymbol
|
||||||
package is provided.")
|
package is provided.")
|
||||||
(license license:public-domain)))
|
(license license:public-domain)))
|
||||||
|
|
||||||
|
(define-public texlive-montserrat
|
||||||
|
(package
|
||||||
|
(name "texlive-montserrat")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/fonts/montserrat/"
|
||||||
|
"fonts/enc/dvips/montserrat/"
|
||||||
|
"fonts/map/dvips/montserrat/"
|
||||||
|
"fonts/opentype/public/montserrat/"
|
||||||
|
"fonts/tfm/public/montserrat/"
|
||||||
|
"fonts/type1/public/montserrat/"
|
||||||
|
"fonts/vf/public/montserrat/"
|
||||||
|
"tex/latex/montserrat/")
|
||||||
|
(base32
|
||||||
|
"08aaypw8l30sb0rvv2s9jcw15k3909xam98z2c6vj2x5jyi9wzn7")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/montserrat")
|
||||||
|
(synopsis "Montserrat sans serif, with LaTeX support files")
|
||||||
|
(description
|
||||||
|
"Montserrat is a geometric sans-serif typeface designed by Julieta
|
||||||
|
Ulanovsky. It is rather close in spirit to Gotham and Proxima Nova, but has
|
||||||
|
its own individual appearance --- more informal, less extended, and more
|
||||||
|
idiosyncratic. It is provided in a total of nine different weights, each
|
||||||
|
having eight figure styles and small caps in both upright and italic shapes.
|
||||||
|
There are two quite different versions that don't fit into the usual LaTeX
|
||||||
|
classifications. The version having the appellation Alternates has letter
|
||||||
|
shapes that are much more rounded than the default version, reflecting the
|
||||||
|
signage in the neighborhood of Montserrat.")
|
||||||
|
(license (list license:silofl1.1 license:lppl1.3+))))
|
||||||
|
|
||||||
(define-public texlive-multibib
|
(define-public texlive-multibib
|
||||||
(package
|
(package
|
||||||
(name "texlive-multibib")
|
(name "texlive-multibib")
|
||||||
|
|
Loading…
Reference in a new issue