gnu: Add texlive-hvfloat.

* gnu/packages/tex.scm (texlive-hvfloat): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-13 00:34:54 +02:00
parent 1d8451dded
commit 64cb0f2f08
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -17555,6 +17555,25 @@ (define-public texlive-hobby
passes through a given set of points.")
(license license:lppl1.3+)))
(define-public texlive-hvfloat
(package
(name "texlive-hvfloat")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/hvfloat/" "tex/latex/hvfloat/")
(base32
"0qfmgxn77vzb9jv3njfpzbqrs2c31z6kl89nwmr3la4kphb7y91w")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/hvfloat")
(synopsis "Controlling captions, fullpage and doublepage floats")
(description
"This package defines a macro to place objects (tables and figures) and
their captions in different positions with different rotating angles within
a float. All objects and captions can be framed.")
(license license:lppl)))
(define-public texlive-inlinedef
(package
(name "texlive-inlinedef")