me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-dblfloatfix.

* gnu/packages/tex.scm (texlive-dblfloatfix): New variable.
master
Nicolas Goaziou 2023-08-29 15:48:00 +02:00
parent 67fc212456
commit 1ad428a6a3
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -78860,6 +78860,26 @@ currently unmaintained.")
currently unmaintained.") currently unmaintained.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-dblfloatfix
(package
(name "texlive-dblfloatfix")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/dblfloatfix/"
"tex/latex/dblfloatfix/")
(base32
"1pga2fs38f5fh8dms7a2zy8lv25qw86j920d72wy42adn0l3f5gd")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/dblfloatfix")
(synopsis "Fixes for twocolumn floats")
(description
"The package solves two problems: floats in a two-column document come out in
the right order and allowed float positions are now @samp{[tbp]}. The package
actually merges facilities from @code{fixltx2e} and @code{stfloats}.")
(license license:lppl1.3+)))
;;; ;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; 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 ;;; of a merge conflict, place them above by existing packages with similar