[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: gnu: Add texlive-latex-enotez.
From: |
guix-commits |
Subject: |
03/08: gnu: Add texlive-latex-enotez. |
Date: |
Sat, 10 Sep 2022 06:43:11 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 13f1584b2ed01f93af010b5e84b5281a07acf0cb
Author: Wiktor Żelazny <wzelazny@vurv.cz>
AuthorDate: Mon Sep 5 20:06:24 2022 +0200
gnu: Add texlive-latex-enotez.
* gnu/packages/tex.scm (texlive-latex-enotez): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/tex.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 530ba5070a..ff4701b873 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6709,6 +6709,22 @@ splines, and filled circles and ellipses. The package
uses @code{tpic}
@code{\\special} commands.")
(license license:public-domain)))
+(define-public texlive-latex-enotez
+ (package
+ (inherit (simple-texlive-package
+ "texlive-latex-enotez"
+ (list "doc/latex/enotez/"
+ "tex/latex/enotez/")
+ (base32 "1s1wyq6m5932gpbpvvkiw857q94jn1rp7xy9y7hysz9aafjqjyk2")
+ #:trivial? #t))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/enotez")
+ (synopsis "Support for end-notes")
+ (description
+ "This package allows nested endnotes, supports @code{hyperref} and
+provides means for easy customization of the list of notes.")
+ (license license:lppl1.3c+)))
+
(define-public texlive-enumitem
(package
(inherit
- branch master updated (4f134f26fd -> fe42befd64), guix-commits, 2022/09/10
- 04/08: gnu: Add texlive-latex-translations., guix-commits, 2022/09/10
- 02/08: gnu: Add texlive-latex-seqsplit., guix-commits, 2022/09/10
- 01/08: gnu: Add comments to the bottom of a few package modules., guix-commits, 2022/09/10
- 06/08: gnu: Add texlive-latex-marginfix., guix-commits, 2022/09/10
- 05/08: gnu: Add go-github-com-goccy-go-json., guix-commits, 2022/09/10
- 08/08: gnu: python-pip: Update to 22.2.2., guix-commits, 2022/09/10
- 03/08: gnu: Add texlive-latex-enotez.,
guix-commits <=
- 07/08: gnu: Add texlive-latex-pbox., guix-commits, 2022/09/10