[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
293/435: gnu: texlive-endnotes: Refresh package definition.
From: |
guix-commits |
Subject: |
293/435: gnu: texlive-endnotes: Refresh package definition. |
Date: |
Tue, 6 Jun 2023 11:40:09 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 244ae44b8896e8e67f2b38a23de217806e296544
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 b3f79117a1..c3120a2186 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7639,20 +7639,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
- 270/435: gnu: texlive-pdfx: Refresh package definition., (continued)
- 270/435: gnu: texlive-pdfx: Refresh package definition., guix-commits, 2023/06/06
- 275/435: gnu: texlive-halloweenmath: Refresh package definition., guix-commits, 2023/06/06
- 276/435: gnu: texlive-atveryend: Refresh package definition., guix-commits, 2023/06/06
- 278/435: gnu: texlive-epstopdf-pkg: Refresh package definition., guix-commits, 2023/06/06
- 279/435: gnu: texlive-filecontents: Refresh package definition., guix-commits, 2023/06/06
- 281/435: gnu: Add texlive-hopatch., guix-commits, 2023/06/06
- 287/435: gnu: texlive-tools: Refresh package definition., guix-commits, 2023/06/06
- 288/435: gnu: texlive-amsfonts: Refresh package definition., guix-commits, 2023/06/06
- 291/435: gnu: texlive-stix2-otf: Refresh package definition., guix-commits, 2023/06/06
- 296/435: gnu: texlive-palatino: Refresh package definition., guix-commits, 2023/06/06
- 293/435: gnu: texlive-endnotes: Refresh package definition.,
guix-commits <=
- 299/435: gnu: texlive-ae: Refresh package definition., guix-commits, 2023/06/06
- 304/435: gnu: texlive-carlisle: Refresh package definition., guix-commits, 2023/06/06
- 305/435: gnu: texlive-calrsfs: Refresh package definition., guix-commits, 2023/06/06
- 309/435: gnu: texlive-tipa: Refresh package definition., guix-commits, 2023/06/06
- 312/435: gnu: texlive-luaotfload: Refresh package definition., guix-commits, 2023/06/06
- 310/435: gnu: Add texlive-cmexb., guix-commits, 2023/06/06
- 315/435: gnu: texlive-l3build: Refresh package definition., guix-commits, 2023/06/06
- 316/435: gnu: texlive-url: Refresh package definition., guix-commits, 2023/06/06
- 319/435: gnu: texlive-graphics-def: Refresh package definition., guix-commits, 2023/06/06
- 323/435: gnu: texlive-latexconfig: Refresh package definition., guix-commits, 2023/06/06