From 64cb0f2f08f34642a7eb933ef1f84f9af7cd9e26 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 13 Jul 2023 00:34:54 +0200 Subject: gnu: Add texlive-hvfloat. * gnu/packages/tex.scm (texlive-hvfloat): New variable. --- gnu/packages/tex.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'gnu/packages') diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index b986e6dd42..6adb905332 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -17555,6 +17555,25 @@ implements Hobby's algorithm for a path built out of Bezier curves which 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") -- cgit v1.2.3