[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
169/452: gnu: texlive-endfloat: Refresh package definition.
From: |
guix-commits |
Subject: |
169/452: gnu: texlive-endfloat: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:17 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 35d02b4d1cb7f652f0f0770df8913f0a4d3a4f16
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 8c59d9643c..2476ab0b7a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12162,23 +12162,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
- 47/452: gnu: texlive-latex-seqsplit -> texlive-seqsplit., (continued)
- 47/452: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/06/09
- 48/452: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/06/09
- 70/452: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/06/09
- 66/452: gnu: Add texlive-atenddvi., guix-commits, 2023/06/09
- 73/452: gnu: texlive-latex-changebar -> texlive-changebar., guix-commits, 2023/06/09
- 100/452: gnu: texlive-latex-ucs -> texlive-ucs., guix-commits, 2023/06/09
- 95/452: gnu: Add texlive-luatexbase., guix-commits, 2023/06/09
- 121/452: gnu: texlive-fonts-iwona -> texlive-iwona., guix-commits, 2023/06/09
- 112/452: gnu: texlive-latex-bussproofs -> texlive-bussproofs., guix-commits, 2023/06/09
- 130/452: gnu: texlive-ydoc: Refresh package definition., guix-commits, 2023/06/09
- 169/452: gnu: texlive-endfloat: Refresh package definition.,
guix-commits <=
- 205/452: gnu: texlive-csquotes: Refresh package definition., guix-commits, 2023/06/09
- 225/452: gnu: Add texlive-xmltexconfig., guix-commits, 2023/06/09
- 230/452: gnu: texlive-csplain: Refresh package definition., guix-commits, 2023/06/09
- 231/452: gnu: texlive-babel-french: Refresh package definition., guix-commits, 2023/06/09
- 239/452: gnu: texlive-capt-of: Refresh package definition., guix-commits, 2023/06/09
- 241/452: gnu: texlive-metalogo: Refresh package definition., guix-commits, 2023/06/09
- 245/452: gnu: texlive-polyglossia: Refresh package definition., guix-commits, 2023/06/09
- 250/452: gnu: texlive-pdfpages: Refresh package definition., guix-commits, 2023/06/09
- 252/452: gnu: texlive-lh: Refresh package definition., guix-commits, 2023/06/09
- 258/452: gnu: texlive-bigintcalc: Refresh package definition., guix-commits, 2023/06/09