[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
169/418: gnu: texlive-endfloat: Refresh package definition.
From: |
guix-commits |
Subject: |
169/418: gnu: texlive-endfloat: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:09 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 0006a3d8d4171e73f5cea0b702431ecb70e39950
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 12:45:44 2023 +0200
gnu: texlive-endfloat: Refresh package definition.
* gnu/packages/tex.scm (texlive-endfloat): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-GRAPHICS.
---
gnu/packages/tex.scm | 34 ++++++++++++++++++----------------
1 file changed, 18 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 20a1203925..d05de5f85a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12170,23 +12170,25 @@ index for a document.")
(define-public texlive-endfloat
(package
- (inherit (simple-texlive-package
- "texlive-endfloat"
- (list "doc/latex/endfloat/"
- "source/latex/endfloat/"
- "tex/latex/endfloat/")
- (base32
- "1zslmc5g28z6adfyd8bdlbw03jawxmgafq0mgwy811hrbcppb2kg")
- #:trivial? #t))
- (home-page "https://www.ctan.org/pkg/endfloat")
+ (name "texlive-endfloat")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/endfloat/" "source/latex/endfloat/"
+ "tex/latex/endfloat/")
+ (base32
+ "1zslmc5g28z6adfyd8bdlbw03jawxmgafq0mgwy811hrbcppb2kg")))
+ (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")
- (description "Place all floats on pages by themselves at the end of
-the document, optionally leaving markers like “[Figure 3 about here]”
-in the text near to where the figure (or table) would normally have
-occurred. Float types figure and table are recognised by the package,
-unmodified. Since several packages define other types of float, it is
-possible to register these float types with endfloat.")
- (license license:gpl2+)))
+ (description
+ "The @code{endfloat} package places all floats on pages by themselves at
+the end of the document, optionally leaving markers in the text near to where
+the figure (or table) would normally have occurred.")
+ (license license:gpl3+)))
(define-public texlive-was
(package
- 151/418: gnu: texlive-everysel: Refresh package definition., (continued)
- 151/418: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/05/29
- 155/418: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/05/29
- 146/418: gnu: texlive-sourceserifpro: Refresh package definition., guix-commits, 2023/05/29
- 158/418: gnu: texlive-pgfgantt: Refresh package definition., guix-commits, 2023/05/29
- 153/418: gnu: texlive-ragged2e: Refresh package definition., guix-commits, 2023/05/29
- 154/418: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/05/29
- 160/418: gnu: Add texlive-lipsum., guix-commits, 2023/05/29
- 163/418: gnu: Add texlive-ntheorem., guix-commits, 2023/05/29
- 166/418: gnu: texlive-threeparttablex: Refresh package definition., guix-commits, 2023/05/29
- 164/418: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/05/29
- 169/418: gnu: texlive-endfloat: Refresh package definition.,
guix-commits <=
- 167/418: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/05/29
- 173/418: gnu: texlive-inriafonts: Refresh package definition., guix-commits, 2023/05/29
- 171/418: gnu: texlive-apa6: Refresh package definition., guix-commits, 2023/05/29
- 172/418: gnu: texlive-floatflt: Refresh package definition., guix-commits, 2023/05/29
- 174/418: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/05/29
- 175/418: gnu: texlive-nth: Refresh package definition., guix-commits, 2023/05/29
- 177/418: gnu: texlive-translator: Refresh package definition., guix-commits, 2023/05/29
- 180/418: gnu: Add texlive-listngsutf8., guix-commits, 2023/05/29
- 179/418: gnu: Add texlive-incgraph., guix-commits, 2023/05/29
- 182/418: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/05/29