gnu: Add texlive-tikzscale.
* gnu/packages/tex.scm (texlive-tikzscale): New variable.
This commit is contained in:
parent
681513a251
commit
3251b54d52
1 changed files with 21 additions and 0 deletions
|
@ -5222,6 +5222,27 @@ (define-public texlive-tikzposter
|
|||
spacing and layout of the poster is to a large extent automated.")
|
||||
(license license:lppl1.2+)))
|
||||
|
||||
(define-public texlive-tikzscale
|
||||
(package
|
||||
(name "texlive-tikzscale")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/tikzscale/"
|
||||
"source/latex/tikzscale/"
|
||||
"tex/latex/tikzscale/")
|
||||
(base32
|
||||
"1iq7f9jnw86rhp7b3sim3z56ygj005zygzfc0bdnpmx5s4ds1gpv")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/tikzscale")
|
||||
(synopsis "Resize pictures while respecting text size")
|
||||
(description
|
||||
"The package extends the @code{\\includegraphics} command to support
|
||||
@code{tikzpicture} environments. It allows scaling of TikZ images and
|
||||
PGFPlots to a given width or height without changing the text size.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-amiri
|
||||
(package
|
||||
(name "texlive-amiri")
|
||||
|
|
Loading…
Reference in a new issue