This is an automated email from the git hooks/post-receive script.
andreas pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new a050044255 gnu: Add texlive-floatflt.
a050044255 is described below
commit a0500442557e2e7f0a138b6079df51290e3016dd
Author: Andreas Enge <[email protected]>
AuthorDate: Sun Jun 19 21:18:02 2022 +0200
gnu: Add texlive-floatflt.
* gnu/packages/tex.scm (texlive-floatflt): New variable.
---
gnu/packages/tex.scm | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a7b62150f8..de0a6d347c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013, 2014, 2015, 2016 Andreas Enge <[email protected]>
+;;; Copyright © 2013, 2014, 2015, 2016, 2022 Andreas Enge <[email protected]>
;;; Copyright © 2014 Eric Bavier <[email protected]>
;;; Copyright © 2015 Mark H Weaver <[email protected]>
;;; Copyright © 2016 Roel Janssen <[email protected]>
@@ -10819,6 +10819,24 @@ pdfLaTeX: it provides two style files,
@file{InriaSerif.sty} and
their associated files. These were created using autoinst.")
(license (list license:lppl license:silofl1.1))))
+(define-public texlive-floatflt
+ (package
+ (inherit (simple-texlive-package
+ "texlive-floatflt"
+ (list "doc/latex/floatflt/"
+ "source/latex/floatflt/"
+ "tex/latex/floatflt/")
+ (base32
+ "1piy8ajbbcadsjwp0mhlgxm2ggggnb5sn75arfs5fxiaqrwd572j")
+ #:trivial? #t))
+ (home-page "https://ctan.org/macros/latex/contrib/floatflt")
+ (synopsis "Wrap text around floats")
+ (description
+ "The package can float text around figures and tables which do not
+span the full width of a page; it improves upon floatfig, and allows
+tables and figures to be set left/right or alternating on even/odd pages.")
+ (license license:lppl1.3+)))
+
(define-public bibtool
(package
(name "bibtool")