GNU bug report logs - #57601
[PATCH] gnu: Add texlive-latex-enotez.

Previous Next

Package: guix-patches;

Reported by: Wiktor Żelazny <wz <at> freeshell.de>

Date: Mon, 5 Sep 2022 18:07:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Wiktor Żelazny <wz <at> freeshell.de>
Subject: bug#57601: closed (Re: [bug#57601] [PATCH] gnu: Add
 texlive-latex-enotez.)
Date: Sat, 10 Sep 2022 10:47:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#57601: [PATCH] gnu: Add texlive-latex-enotez.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 57601 <at> debbugs.gnu.org.

-- 
57601: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57601
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Wiktor Żelazny <wz <at> freeshell.de>
Cc: 57601-done <at> debbugs.gnu.org,
 Wiktor Żelazny <wzelazny <at> vurv.cz>
Subject: Re: [bug#57601] [PATCH] gnu: Add texlive-latex-enotez.
Date: Sat, 10 Sep 2022 11:46:31 +0100
[Message part 3 (text/plain, inline)]
Wiktor Żelazny <wz <at> freeshell.de> writes:

> From: Wiktor Żelazny <wzelazny <at> vurv.cz>
>
> * gnu/packages/tex.scm (texlive-latex-enotez): New variable.
> ---
>  gnu/packages/tex.scm | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)

Thanks, pushed to master as fe42befd64df016d755f56107a407f5e4b5c3814.

Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Wiktor Żelazny <wz <at> freeshell.de>
To: guix-patches <at> gnu.org
Cc: Wiktor Żelazny <wzelazny <at> vurv.cz>
Subject: [PATCH] gnu: Add texlive-latex-enotez.
Date: Mon,  5 Sep 2022 20:06:24 +0200
From: Wiktor Żelazny <wzelazny <at> vurv.cz>

* gnu/packages/tex.scm (texlive-latex-enotez): New variable.
---
 gnu/packages/tex.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 56308c4cf9..8e561513a5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6688,6 +6688,22 @@ (define-public texlive-latex-eepic
 @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

base-commit: 31b4eea5c0d361dfbca119c27cbc1e8c6f65782a
-- 
2.37.2




This bug report was last modified 2 years and 312 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.