all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57601] [PATCH] gnu: Add texlive-latex-enotez.
@ 2022-09-05 18:06 Wiktor Żelazny
  2022-09-10 10:46 ` bug#57601: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Wiktor Żelazny @ 2022-09-05 18:06 UTC (permalink / raw)
  To: 57601; +Cc: Wiktor Żelazny

From: Wiktor Żelazny <wzelazny@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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57601: [PATCH] gnu: Add texlive-latex-enotez.
  2022-09-05 18:06 [bug#57601] [PATCH] gnu: Add texlive-latex-enotez Wiktor Żelazny
@ 2022-09-10 10:46 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2022-09-10 10:46 UTC (permalink / raw)
  To: Wiktor Żelazny; +Cc: 57601-done, Wiktor Żelazny

[-- Attachment #1: Type: text/plain, Size: 331 bytes --]


Wiktor Żelazny <wz@freeshell.de> writes:

> From: Wiktor Żelazny <wzelazny@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-10 10:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-05 18:06 [bug#57601] [PATCH] gnu: Add texlive-latex-enotez Wiktor Żelazny
2022-09-10 10:46 ` bug#57601: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.