mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
gnu: Add texlive-hvfloat.
* gnu/packages/tex.scm (texlive-hvfloat): New variable.
This commit is contained in:
parent
1d8451dded
commit
64cb0f2f08
1 changed files with 19 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue