mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-27 04:36:55 +01:00
gnu: texlive-endfloat: Refresh package definition.
* gnu/packages/tex.scm (texlive-endfloat): Remove SIMPLE-TEXLIVE-PACKAGE call. [propagated-inputs]: Add TEXLIVE-GRAPHICS.
This commit is contained in:
parent
f778e76f5d
commit
39517adc48
1 changed files with 18 additions and 16 deletions
|
@ -12162,23 +12162,25 @@ (define-public texlive-apacite
|
||||||
|
|
||||||
(define-public texlive-endfloat
|
(define-public texlive-endfloat
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(name "texlive-endfloat")
|
||||||
"texlive-endfloat"
|
(version (number->string %texlive-revision))
|
||||||
(list "doc/latex/endfloat/"
|
(source (texlive-origin
|
||||||
"source/latex/endfloat/"
|
name version
|
||||||
"tex/latex/endfloat/")
|
(list "doc/latex/endfloat/" "source/latex/endfloat/"
|
||||||
(base32
|
"tex/latex/endfloat/")
|
||||||
"1zslmc5g28z6adfyd8bdlbw03jawxmgafq0mgwy811hrbcppb2kg")
|
(base32
|
||||||
#:trivial? #t))
|
"1zslmc5g28z6adfyd8bdlbw03jawxmgafq0mgwy811hrbcppb2kg")))
|
||||||
(home-page "https://www.ctan.org/pkg/endfloat")
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
(list texlive-graphics))
|
||||||
|
(home-page "https://ctan.org/pkg/endfloat")
|
||||||
(synopsis "Move floats to the end, leaving markers where they belong")
|
(synopsis "Move floats to the end, leaving markers where they belong")
|
||||||
(description "Place all floats on pages by themselves at the end of
|
(description
|
||||||
the document, optionally leaving markers like “[Figure 3 about here]”
|
"The @code{endfloat} package places all floats on pages by themselves at
|
||||||
in the text near to where the figure (or table) would normally have
|
the end of the document, optionally leaving markers in the text near to where
|
||||||
occurred. Float types figure and table are recognised by the package,
|
the figure (or table) would normally have occurred.")
|
||||||
unmodified. Since several packages define other types of float, it is
|
(license license:gpl3+)))
|
||||||
possible to register these float types with endfloat.")
|
|
||||||
(license license:gpl2+)))
|
|
||||||
|
|
||||||
(define-public texlive-was
|
(define-public texlive-was
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue