gnu: Add texlive-variablelm.

* gnu/packages/tex.scm (texlive-variablelm): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:04:15 +02:00
parent e471f1a02f
commit 30ba93b1da
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -99174,6 +99174,27 @@ (define-public texlive-uwmslide
default.")
(license license:artistic2.0)))
(define-public texlive-variablelm
(package
(name "texlive-variablelm")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/variablelm/"
"tex/latex/variablelm/")
(base32
"1jlcvsz8ah8s33vqbnw13mgap3k8lh4p6ap1bwf6czwyq7m5r47h")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/variablelm")
(synopsis "Font definitions for the variable Latin Modern fonts")
(description
"This package provides a mechanism for scaling a typeface. It is directed at
the Latin Modern fonts and provides the font definitions and the corresponding
style file. This mechanism is useful in mixed text compositions, for example
Japanese-Latin.")
(license license:gfl1.0)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar