me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-figsize.

* gnu/packages/tex.scm (texlive-figsize): New variable.
master
Nicolas Goaziou 2023-08-29 15:50:11 +02:00
parent 972f5301d0
commit 7700691b4d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 24 additions and 0 deletions

View File

@ -82045,6 +82045,30 @@ ability to @code{\\FSUnshift} and @code{\\FSShift} from the bottom (front) of
the FIFO/Stack.")
(license license:lppl)))
(define-public texlive-figsize
(package
(name "texlive-figsize")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/figsize/" "tex/latex/figsize/")
(base32
"10gy0r3dcrl3ghc7rxwfvklanygv2qg6wqh6m96nybnzibgcirxw")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/figsize")
(synopsis "Auto-size graphics")
(description
"The FigSize package enables automatic sizing of graphics, especially when
including graphics with the @code{graphicx} package. The user only has to
specify the number of graphics that should fit to a page or fraction there of
and the package will dynamically calculate the correct graphics sizes relative
to the page size. Thus, graphics can be auto-sized to fill a whole page or
fraction and manual changes of graphic sizes are never needed when changing
document layouts. Finally, the package's dynamic lengths can be used to allow
other document element sizes to be dynamic.")
(license license:lppl)))
;;;
;;; 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