From unknown Tue Jun 17 01:49:11 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#57595 <57595@debbugs.gnu.org> To: bug#57595 <57595@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add texlive-latex-marginfix. Reply-To: bug#57595 <57595@debbugs.gnu.org> Date: Tue, 17 Jun 2025 08:49:11 +0000 retitle 57595 [PATCH] gnu: Add texlive-latex-marginfix. reassign 57595 guix-patches submitter 57595 Wiktor =C5=BBelazny severity 57595 normal tag 57595 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 05 07:47:56 2022 Received: (at submit) by debbugs.gnu.org; 5 Sep 2022 11:47:56 +0000 Received: from localhost ([127.0.0.1]:46645 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oVAa3-0006N2-Tc for submit@debbugs.gnu.org; Mon, 05 Sep 2022 07:47:56 -0400 Received: from lists.gnu.org ([209.51.188.17]:43746) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oVAa2-0006Mm-Bc for submit@debbugs.gnu.org; Mon, 05 Sep 2022 07:47:54 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59116) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVAa1-0003Ed-UP for guix-patches@gnu.org; Mon, 05 Sep 2022 07:47:54 -0400 Received: from freeshell.de ([116.202.128.144]:58706) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVAZy-0004QA-PD for guix-patches@gnu.org; Mon, 05 Sep 2022 07:47:52 -0400 Received: from localhost.localdomain (cst-prg-17-171.cust.vodafone.cz [46.135.17.171]) (Authenticated sender: wz) by freeshell.de (Postfix) with ESMTPSA id E3795B391215; Mon, 5 Sep 2022 13:47:44 +0200 (CEST) From: =?UTF-8?q?Wiktor=20=C5=BBelazny?= To: guix-patches@gnu.org Subject: [PATCH] gnu: Add texlive-latex-marginfix. Date: Mon, 5 Sep 2022 13:47:32 +0200 Message-Id: <20220905114732.24849-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-marginfix): New variable. --- gnu/packages/tex.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 56308c4cf9..cad4d2c7dd 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -5533,6 +5533,25 @@ (define-public texlive-makecmds @code{\\provideenvironment} for environments.") (license license:lppl1.3c+))) +(define-public texlive-latex-marginfix + (package + (inherit (simple-texlive-package + "texlive-latex-marginfix" + (list "doc/latex/marginfix/" + "tex/latex/marginfix/") + (base32 "1qinf42mjry8bi5h3kgbi6hcymnk8fw0w43527wm95nc365dq0mf") + #:trivial? #t)) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/marginfix") + (synopsis "Patch \\marginpar to avoid overfull margins") + (description + "Authors using LaTeX to typeset books with significant margin material +often run into the problem of long notes running off the bottom of the page. +This package implements a solution to make marginpars ``just work'' by keeping +a list of floating inserts and arranging them intelligently in the output +routine.") + (license license:lppl))) + (define-public texlive-metalogo (package (inherit (simple-texlive-package base-commit: 31b4eea5c0d361dfbca119c27cbc1e8c6f65782a -- 2.37.2 From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 10 06:49:09 2022 Received: (at 57595-done) by debbugs.gnu.org; 10 Sep 2022 10:49:09 +0000 Received: from localhost ([127.0.0.1]:36691 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oWy2v-0007hD-6T for submit@debbugs.gnu.org; Sat, 10 Sep 2022 06:49:09 -0400 Received: from mira.cbaines.net ([212.71.252.8]:41432) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oWy2t-0007h5-Sz for 57595-done@debbugs.gnu.org; Sat, 10 Sep 2022 06:49:08 -0400 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:fc93:27fb:8412:c8b7]) by mira.cbaines.net (Postfix) with ESMTPSA id 752FA27BBE9; Sat, 10 Sep 2022 11:49:07 +0100 (BST) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id e4ccd8a9; Sat, 10 Sep 2022 10:49:07 +0000 (UTC) References: <20220905114732.24849-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#57595] [PATCH] gnu: Add texlive-latex-marginfix. Date: Sat, 10 Sep 2022 11:48:43 +0100 In-reply-to: <20220905114732.24849-1-wz@freeshell.de> Message-ID: <8735cz1p3x.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: 57595-done Cc: 57595-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-marginfix): New variable. > --- > gnu/packages/tex.scm | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) Thanks Wiktor, I've pushed this to master as fe42befd64df016d755f56107a407f5e4b5c3814. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmMca6JfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xd4uQ//b7UVUzDCbMDWPKmyZI5YawCMnT33Ioc9 hBX5lIYPcNA341JWFQeQf6jw857OYuB+M+v7/q+vByWyxLoDCeBXwispHVajt++g ZPPVVXuXG4PPiHYeaxuiOdi+V0EiBWDAatSM1UGHPKr/G8ba27XEI+K4/IUlnguI V8kJEpEMg44NFZBbpUjLf9QiEchfchKleGRRYHIJHUeKM0+xfF58NFYELECrA5XK fdwT5yO3OrXjHqPICYNgV+X+gzk1LKgWsU2CaItsN34q+Z9zB9qEk7yghjBITdDc NO/aSIPyoBMGb3Rje1gGWAlcsZFPipueQf4h1fMAF0Uc2e7SYiBp2oQJwuCLDj2l We7RtSrF4U4MQZFlf3IuUoKiuB0Z8tyRhbLKOyVKs96z7cPNrzJbpoe3tG0YGoWb WQfoqM7xgYYav94oemxdeq8Haok0Q4owtNM1Diwb0zuTwsJV+59gCWUtTUEUU0sV zFtOW9H1kSb/tALn9xIZwDXeiUg8Y3o3/C6K+TZwGoKOkeAUisrvvTYQcXSn3yux tQSC19pgHNeo4QnTITLv1pxqy4ndmj4e8BEc6aDf81+GF+CFE//PuT993Zd2uBll nkgb4EpGD5DZ9m+i+EM1yXzPNtHtYmu+XttThgFxjUEwUNFiNLpOPPvtlbmC3OeO ckzJWUBZfv8= =bbE7 -----END PGP SIGNATURE----- --=-=-=-- From unknown Tue Jun 17 01:49:11 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:14 +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