gnu: Add texlive-varisize.
* gnu/packages/tex.scm (texlive-varisize): New variable.
This commit is contained in:
parent
f59fe570ef
commit
31cb95d203
1 changed files with 19 additions and 0 deletions
|
@ -3962,6 +3962,25 @@ analytical expansion of sin and cos.")
|
||||||
barcodes.")
|
barcodes.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-varisize
|
||||||
|
(package
|
||||||
|
(name "texlive-varisize")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/plain/varisize/" "tex/plain/varisize/")
|
||||||
|
(base32
|
||||||
|
"0nd89zhwyg5z9wcy1lixg3hzcfw83lsilkjhhy9kir0fi9whdbv4")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/varisize")
|
||||||
|
(synopsis "Change font size in Plain TeX")
|
||||||
|
(description
|
||||||
|
"This package provides a series of files, each of which defines
|
||||||
|
a size-change macro. Note that @file{10point.tex} is by convention called by
|
||||||
|
one of the other files, so that there's always a way back.")
|
||||||
|
(license license:public-domain)))
|
||||||
|
|
||||||
(define-public texlive-lcdftypetools
|
(define-public texlive-lcdftypetools
|
||||||
(package
|
(package
|
||||||
(name "texlive-lcdftypetools")
|
(name "texlive-lcdftypetools")
|
||||||
|
|
Reference in a new issue