guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: Add texlive-endnotes.


From: guix-commits
Subject: 01/04: gnu: Add texlive-endnotes.
Date: Tue, 11 Oct 2022 04:25:41 -0400 (EDT)

lbraun pushed a commit to branch master
in repository guix.

commit 043ac1360eb05ddd26c009d0159c0c3343842a47
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Tue Oct 11 10:12:37 2022 +0200

    gnu: Add texlive-endnotes.
    
    * gnu/packages/tex.scm (texlive-endnotes): New variable.
---
 gnu/packages/tex.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8e7efa2a82..dd852bc813 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6803,6 +6803,23 @@ splines, and filled circles and ellipses.  The package 
uses @code{tpic}
 provides means for easy customization of the list of notes.")
     (license license:lppl1.3c+)))
 
+(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")
+    (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+)))
+
 (define-public texlive-enumitem
   (package
     (inherit



reply via email to

[Prev in Thread] Current Thread [Next in Thread]