[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
293/418: gnu: texlive-endnotes: Refresh package definition.
From: |
guix-commits |
Subject: |
293/418: gnu: texlive-endnotes: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:30 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 71173c48f62d47982d1c87ebec9a4d629af75d2b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 15:15:06 2023 +0200
gnu: texlive-endnotes: Refresh package definition.
* gnu/packages/tex.scm (texlive-endnotes): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 29 ++++++++++++++++-------------
1 file changed, 16 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index cf6650b4b9..9b1cbd257f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7665,20 +7665,23 @@ provides means for easy customization of the list of
notes.")
(define-public texlive-endnotes
(package
- (inherit (simple-texlive-package
- "texlive-endnotes"
- (list "doc/latex/endnotes/"
- "tex/latex/endnotes/")
- (base32
- "1s7j5sg8fbhifng0gfqnghbvalbbh0p7j9v06r660w089364ypwz")
- #:trivial? #t))
- (home-page "https://www.ctan.org/pkg/endnotes")
- (synopsis "Deal with endnotesings in strings")
+ (name "texlive-endnotes")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/endnotes/" "tex/latex/endnotes/")
+ (base32
+ "1s7j5sg8fbhifng0gfqnghbvalbbh0p7j9v06r660w089364ypwz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/endnotes")
+ (synopsis "Place footnotes at the end")
(description
- "Accumulates notes (using the @code{\\endnote} command, which can be used
-as a replacement for @code{\\footnote}), and places them at the end of
-the section, chapter or document.")
- (license license:lppl1.0+)))
+ "The @code{endnotes} package can be used to accumulate notes (using the
+@code{\\endnote} command, which can be used as a replacement for
+@code{\\footnote}), and place them at the end of the section, chapter or
+document.")
+ (license license:lppl1.2+)))
(define-public texlive-enumitem
(package
- 253/418: gnu: texlive-acronym: Refresh package definition., (continued)
- 253/418: gnu: texlive-acronym: Refresh package definition., guix-commits, 2023/05/29
- 256/418: gnu: texlive-numprint: Refresh package definition., guix-commits, 2023/05/29
- 260/418: gnu: texlive-etexcmds: Refresh package definition., guix-commits, 2023/05/29
- 262/418: gnu: texlive-infwarerr: Refresh package definition., guix-commits, 2023/05/29
- 263/418: gnu: texlive-intcalc: Refresh package definition., guix-commits, 2023/05/29
- 267/418: gnu: texlive-pdfescape: Refresh package definition., guix-commits, 2023/05/29
- 266/418: gnu: texlive-ltxcmds: Refresh package definition., guix-commits, 2023/05/29
- 273/418: gnu: texlive-unicode-data: Refresh package definition., guix-commits, 2023/05/29
- 280/418: gnu: texlive-graphics: Refresh package definition., guix-commits, 2023/05/29
- 284/418: gnu: texlive-hyperref: Refresh package definition., guix-commits, 2023/05/29
- 293/418: gnu: texlive-endnotes: Refresh package definition.,
guix-commits <=
- 76/418: gnu: texlive-latex-fancybox -> texlive-fancybox., guix-commits, 2023/05/29
- 111/418: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/05/29
- 112/418: gnu: texlive-latex-bussproofs -> texlive-bussproofs., guix-commits, 2023/05/29
- 113/418: gnu: texlive-latex-textpos -> texlive-textpos., guix-commits, 2023/05/29
- 181/418: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/05/29
- 187/418: gnu: texlive-mweights: Refresh package definition., guix-commits, 2023/05/29
- 192/418: gnu: texlive-arev: Refresh package definition., guix-commits, 2023/05/29
- 196/418: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/05/29
- 197/418: gnu: texlive-caption: Refresh package definition., guix-commits, 2023/05/29
- 199/418: gnu: texlive-microtype: Refresh package definition., guix-commits, 2023/05/29