[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
293/452: gnu: texlive-endnotes: Refresh package definition.
From: |
guix-commits |
Subject: |
293/452: gnu: texlive-endnotes: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:44 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit e8172f8d3fb9df80e67be8aa7b21bacacfaa5353
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 00ae907a69..984155a9eb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7631,20 +7631,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
- 224/452: gnu: texlive-stmaryrd: Fix build., (continued)
- 224/452: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/06/09
- 237/452: gnu: texlive-pdftexcmds: Refresh package definition., guix-commits, 2023/06/09
- 244/452: gnu: texlive-fancyhdr: Refresh package definition., guix-commits, 2023/06/09
- 248/452: gnu: texlive-kvoptions: Refresh package definition., guix-commits, 2023/06/09
- 251/452: gnu: texlive-subfigure: Refresh package definition., guix-commits, 2023/06/09
- 256/452: gnu: texlive-numprint: Refresh package definition., guix-commits, 2023/06/09
- 269/452: gnu: Add texlive-colorprofiles., guix-commits, 2023/06/09
- 264/452: gnu: texlive-kvdefinekeys: Refresh package definition., guix-commits, 2023/06/09
- 283/452: gnu: texlive-xcolor: Refresh package definition., guix-commits, 2023/06/09
- 290/452: gnu: texlive-txfonts: Refresh package definition., guix-commits, 2023/06/09
- 293/452: gnu: texlive-endnotes: Refresh package definition.,
guix-commits <=
- 308/452: gnu: texlive-fira: Refresh package definition., guix-commits, 2023/06/09
- 312/452: gnu: texlive-luaotfload: Refresh package definition., guix-commits, 2023/06/09
- 317/452: gnu: texlive-greek-fontenc: Refresh package definition., guix-commits, 2023/06/09
- 333/452: gnu: texlive-mkpattern: Refresh package definition., guix-commits, 2023/06/09
- 334/452: gnu: texlive-mflogo-font: Refresh package definition., guix-commits, 2023/06/09
- 344/452: gnu: texlive-cbfonts: Refresh package definition., guix-commits, 2023/06/09
- 349/452: gnu: texlive-underscore: Refresh package definition., guix-commits, 2023/06/09
- 351/452: gnu: texlive-dvipdfmx: Refresh package definition., guix-commits, 2023/06/09
- 353/452: gnu: Add texlive-manfnt-font., guix-commits, 2023/06/09
- 355/452: gnu: Add texlive-luatex., guix-commits, 2023/06/09