mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: Add texlive-floatflt.
* gnu/packages/tex.scm (texlive-floatflt): New variable.
This commit is contained in:
parent
0d461393e4
commit
a050044255
1 changed files with 19 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2013, 2014, 2015, 2016 Andreas Enge <andreas@enge.fr>
|
;;; Copyright © 2013, 2014, 2015, 2016, 2022 Andreas Enge <andreas@enge.fr>
|
||||||
;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org>
|
;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org>
|
||||||
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
|
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
|
||||||
;;; Copyright © 2016 Roel Janssen <roel@gnu.org>
|
;;; Copyright © 2016 Roel Janssen <roel@gnu.org>
|
||||||
|
@ -10819,6 +10819,24 @@ (define-public texlive-inriafonts
|
||||||
their associated files. These were created using autoinst.")
|
their associated files. These were created using autoinst.")
|
||||||
(license (list license:lppl license:silofl1.1))))
|
(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
|
(define-public bibtool
|
||||||
(package
|
(package
|
||||||
(name "bibtool")
|
(name "bibtool")
|
||||||
|
|
Loading…
Reference in a new issue