[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
299/421: gnu: texlive-endnotes: Refresh package definition.
From: |
guix-commits |
Subject: |
299/421: gnu: texlive-endnotes: Refresh package definition. |
Date: |
Sun, 28 May 2023 01:30:16 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit d83d16d479893a2baed9caa6be2fb0a9631bca4f
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
- 138/421: gnu: texlive-kastrup: Refresh package definition., (continued)
- 138/421: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/05/28
- 149/421: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/05/28
- 173/421: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/05/28
- 217/421: gnu: texlive-xypic: Refresh package definition., guix-commits, 2023/05/28
- 243/421: gnu: texlive-pdftexcmds: Refresh package definition., guix-commits, 2023/05/28
- 254/421: gnu: texlive-kvoptions: Refresh package definition., guix-commits, 2023/05/28
- 282/421: gnu: texlive-atveryend: Refresh package definition., guix-commits, 2023/05/28
- 288/421: gnu: texlive-hycolor: Refresh package definition., guix-commits, 2023/05/28
- 293/421: gnu: texlive-tools: Refresh package definition., guix-commits, 2023/05/28
- 295/421: gnu: texlive-jadetex: Refresh package definition., guix-commits, 2023/05/28
- 299/421: gnu: texlive-endnotes: Refresh package definition.,
guix-commits <=
- 311/421: gnu: texlive-calrsfs: Refresh package definition., guix-commits, 2023/05/28
- 314/421: gnu: texlive-fira: Refresh package definition., guix-commits, 2023/05/28
- 317/421: gnu: texlive-cs: Refresh package definition., guix-commits, 2023/05/28
- 321/421: gnu: texlive-l3build: Refresh package definition., guix-commits, 2023/05/28
- 319/421: gnu: texlive-lua-alt-getopt: Refresh package definition., guix-commits, 2023/05/28
- 326/421: gnu: texlive-glyphlist: Refresh package definition., guix-commits, 2023/05/28
- 330/421: gnu: texlive-kpfonts: Refresh package definition., guix-commits, 2023/05/28
- 342/421: gnu: texlive-lm-math: Refresh package definition., guix-commits, 2023/05/28
- 340/421: gnu: texlive-mflogo-font: Refresh package definition., guix-commits, 2023/05/28
- 348/421: gnu: texlive-cm: Refresh package definition., guix-commits, 2023/05/28