[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/53: gnu: Add texlive-edfnotes.
From: |
guix-commits |
Subject: |
11/53: gnu: Add texlive-edfnotes. |
Date: |
Wed, 16 Aug 2023 14:27:03 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit e672c59b59d8401297387d76ecd07089af5b85e0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Aug 16 19:30:24 2023 +0200
gnu: Add texlive-edfnotes.
* gnu/packages/tex.scm (texlive-edfnotes): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 64501bbb9e..f82d3afad5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5439,6 +5439,27 @@ letters statistical distributions constants and symbols
matrix operators and
statistical operators.")
(license license:lppl1.3+)))
+(define-public texlive-edfnotes
+ (package
+ (name "texlive-edfnotes")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/edfnotes/"
+ "source/latex/edfnotes/"
+ "tex/latex/edfnotes/")
+ (base32
+ "074db5fanasjzk7clj0l4ka3x1qpmvczwxix0l2v6sjjmyb4xfz4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/edfnotes")
+ (synopsis "Critical annotations to footnotes with @code{ednotes}")
+ (description
+ "The package modifies the annotation commands and label-test mechanism of
+the ednotes package so that critical notes appear on the pages and in the
+order that one would expect.")
+ (license license:lppl1.3+)))
+
(define-public texlive-edmac
(package
(name "texlive-edmac")
- branch master updated (b86813c8a8 -> 07dc3d0247), guix-commits, 2023/08/16
- 01/53: gnu: Add texlive-adtrees., guix-commits, 2023/08/16
- 02/53: gnu: Add texlive-bibleref., guix-commits, 2023/08/16
- 03/53: gnu: Add texlive-bibleref-lds., guix-commits, 2023/08/16
- 06/53: gnu: Add texlive-covington., guix-commits, 2023/08/16
- 05/53: gnu: Add texlive-bibleref-parse., guix-commits, 2023/08/16
- 12/53: gnu: Add texlive-eledform., guix-commits, 2023/08/16
- 14/53: gnu: Add texlive-expex., guix-commits, 2023/08/16
- 11/53: gnu: Add texlive-edfnotes.,
guix-commits <=
- 07/53: gnu: Add texlive-diadia., guix-commits, 2023/08/16
- 13/53: gnu: Add texlive-eledmac., guix-commits, 2023/08/16
- 09/53: gnu: Add texlive-dvgloss., guix-commits, 2023/08/16
- 16/53: gnu: Add texlive-gmverse., guix-commits, 2023/08/16
- 17/53: gnu: Add texlive-jura., guix-commits, 2023/08/16
- 04/53: gnu: Add texlive-bibleref-mouth., guix-commits, 2023/08/16
- 10/53: gnu: Add texlive-ecltree., guix-commits, 2023/08/16
- 08/53: gnu: Add texlive-dramatist., guix-commits, 2023/08/16
- 18/53: gnu: Add texlive-juraabbrev., guix-commits, 2023/08/16
- 22/53: gnu: Add texlive-ledmac., guix-commits, 2023/08/16