From unknown Fri Aug 15 14:17:23 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#57601 <57601@debbugs.gnu.org> To: bug#57601 <57601@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add texlive-latex-enotez. Reply-To: bug#57601 <57601@debbugs.gnu.org> Date: Fri, 15 Aug 2025 21:17:23 +0000 retitle 57601 [PATCH] gnu: Add texlive-latex-enotez. reassign 57601 guix-patches submitter 57601 Wiktor =C5=BBelazny severity 57601 normal tag 57601 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 05 14:06:44 2022 Received: (at submit) by debbugs.gnu.org; 5 Sep 2022 18:06:44 +0000 Received: from localhost ([127.0.0.1]:48788 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oVGUd-00066O-MR for submit@debbugs.gnu.org; Mon, 05 Sep 2022 14:06:43 -0400 Received: from lists.gnu.org ([209.51.188.17]:57288) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oVGUc-00066H-1Y for submit@debbugs.gnu.org; Mon, 05 Sep 2022 14:06:42 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58434) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVGUb-0001XQ-CI for guix-patches@gnu.org; Mon, 05 Sep 2022 14:06:41 -0400 Received: from freeshell.de ([116.202.128.144]:36648) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVGUZ-00086b-D9 for guix-patches@gnu.org; Mon, 05 Sep 2022 14:06:40 -0400 Received: from localhost.localdomain (cst-prg-31-169.cust.vodafone.cz [46.135.31.169]) (Authenticated sender: wz) by freeshell.de (Postfix) with ESMTPSA id 0C2C6B39133F; Mon, 5 Sep 2022 20:06:33 +0200 (CEST) From: =?UTF-8?q?Wiktor=20=C5=BBelazny?= To: guix-patches@gnu.org Subject: [PATCH] gnu: Add texlive-latex-enotez. Date: Mon, 5 Sep 2022 20:06:24 +0200 Message-Id: <20220905180624.17002-1-wz@freeshell.de> X-Mailer: git-send-email 2.37.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=116.202.128.144; envelope-from=wz@freeshell.de; helo=freeshell.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?Wiktor=20=C5=BBelazny?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) From: Wiktor Żelazny * 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 From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 10 06:47:01 2022 Received: (at 57601-done) by debbugs.gnu.org; 10 Sep 2022 10:47:01 +0000 Received: from localhost ([127.0.0.1]:36666 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oWy0r-0007aE-5X for submit@debbugs.gnu.org; Sat, 10 Sep 2022 06:47:01 -0400 Received: from mira.cbaines.net ([212.71.252.8]:41426) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oWy0j-0007Zz-C2 for 57601-done@debbugs.gnu.org; Sat, 10 Sep 2022 06:47:00 -0400 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:fc93:27fb:8412:c8b7]) by mira.cbaines.net (Postfix) with ESMTPSA id ECA1627BBE9; Sat, 10 Sep 2022 11:46:52 +0100 (BST) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id f8f939ed; Sat, 10 Sep 2022 10:46:52 +0000 (UTC) References: <20220905180624.17002-1-wz@freeshell.de> User-agent: mu4e 1.6.11; emacs 28.1 From: Christopher Baines To: Wiktor =?utf-8?Q?=C5=BBelazny?= Subject: Re: [bug#57601] [PATCH] gnu: Add texlive-latex-enotez. Date: Sat, 10 Sep 2022 11:46:31 +0100 In-reply-to: <20220905180624.17002-1-wz@freeshell.de> Message-ID: <87fsgz1p7n.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 57601-done Cc: 57601-done@debbugs.gnu.org, Wiktor =?utf-8?Q?=C5=BBelazny?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Wiktor =C5=BBelazny writes: > From: Wiktor =C5=BBelazny > > * 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 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmMcaxxfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XfhvQ//dXG0PBWn/vmSTWNKeapZBJ1WJ4etKaUu v0DvauJBHGFllQ3tO5cA4KaqMBPJIoNTwTfrI7CPaehVxcxw8m5n+YpXwMT1XU/T qqOmJs5outGg3ttMNLyzaf1ZQljFSNekSFON6rt0fkvF+0xPB8FBwDMdLcFPExYA c8BNKCNfh3ECKpn3VWlQLxR2dZHtjg0Vu16idr1nKaCC5w3fOw4lWAV2oGIvLaEN Ah9RZZvZmIAxOo16eBSfCWmaC54rvX100gtOEuFy8HghTa+hKJkSp8A/KmwQDM3O vOee+9fT2LOMrpKKRtyttmyNYRrhs+G2QjOArU2WBOyDmKQ6mewowVPTQ/rRnRww P7h/UJ4hV2smS1vpe0bzyGIEOV7KLh/S9m/2a/esF39BjF1Crnj3tyR0dzyyiAFy RXCctqjs/x2H2J7FgM4u9chLl0RpK6lt1+Uaxmi6R9jKzx7Qp02/3DU+hMegpGkM qnZjbEPAJP5NLwHiJOy/HqaAGBP6ukVtmCS24AiYnmh4NShh7P5hboQfss/8NKhG IvrqGGNwFmatbzp6bs/9VY49pJXXBLcnL0F0oCJ4Mf3Xb/S+L8q9Np7MXnnKdJaH bnqA4G4efaOZK0+ZOXC743/dvrZFZE7EHhkyFMGrqTnTLfl/51nv6B6wyygDZj17 2HgJ8trymEg= =B8y4 -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Aug 15 14:17:23 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 08 Oct 2022 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator