gnu: Add texlive-scale.

* gnu/packages/tex.scm (texlive-scale): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-29 16:00:17 +02:00
parent 8a29fb6991
commit dbf280c06b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -94568,6 +94568,27 @@ (define-public texlive-savetrees
options for the broad brush approach.")
(license license:lppl1.3+)))
(define-public texlive-scale
(package
(name "texlive-scale")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/scale/" "source/latex/scale/"
"tex/latex/scale/")
(base32
"150dm7w2nlqfrhi71xnnmi92mrhdn7lbpnnsz22r0z71wk95qb26")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/scale")
(synopsis "Scale document by sqrt(2) or magstep(2)")
(description
"This package provides a package to scale a document by sqrt(2) (or by
@code{\\magstep@{2@}}). This is useful if you are preparing a document on,
for example, A5 paper and want to print on A4 paper to achieve a better
resolution.")
(license license:gpl3+)))
;;;
;;; 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