me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-fewerfloatpages.

* gnu/packages/tex.scm (texlive-fewerfloatpages): New variable.
master
Nicolas Goaziou 2023-08-29 15:50:06 +02:00
parent 756664d3da
commit ee3fc756de
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -81930,6 +81930,28 @@ significantly less effort. Just load the package as usual, then, the control
sequence @code{\\classname} will hold the name you were looking for.")
(license license:lppl1.3c)))
(define-public texlive-fewerfloatpages
(package
(name "texlive-fewerfloatpages")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/fewerfloatpages/"
"source/latex/fewerfloatpages/"
"tex/latex/fewerfloatpages/")
(base32
"1qvyjgigrm3nqcn795v992zifnhs77nhxj9hgxsalf2r668nlw2v")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/fewerfloatpages")
(synopsis "Reduce the number of unnecessary float pages")
(description
"This package implements a float algorithm extension for handling float pages.
It attempts to reduce the number of unnecessary (fairly empty) float pages
while making sure that floats nevertheless stay close to their call-outs.
Several aspects of the algorithm behavior are adjustable.")
(license license:lppl1.3c)))
;;;
;;; 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