From unknown Sun Jun 22 09:58:57 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#57641] [PATCH] gnu: Add texlive-latex-sidecap. Resent-From: Wiktor =?UTF-8?Q?=C5=BBelazny?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 07 Sep 2022 10:24:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 57641 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57641@debbugs.gnu.org Cc: Wiktor =?UTF-8?Q?=C5=BBelazny?= X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166254619818451 (code B ref -1); Wed, 07 Sep 2022 10:24:01 +0000 Received: (at submit) by debbugs.gnu.org; 7 Sep 2022 10:23:18 +0000 Received: from localhost ([127.0.0.1]:53445 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oVsDG-0004nX-Er for submit@debbugs.gnu.org; Wed, 07 Sep 2022 06:23:18 -0400 Received: from lists.gnu.org ([209.51.188.17]:33580) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oVsDB-0004nN-Rl for submit@debbugs.gnu.org; Wed, 07 Sep 2022 06:23:17 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58742) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVsDB-0005A4-JB for guix-patches@gnu.org; Wed, 07 Sep 2022 06:23:13 -0400 Received: from freeshell.de ([116.202.128.144]:42126) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVsD9-0002qe-Ji for guix-patches@gnu.org; Wed, 07 Sep 2022 06:23:13 -0400 Received: from localhost.localdomain (cst-prg-19-193.cust.vodafone.cz [46.135.19.193]) (Authenticated sender: wz) by freeshell.de (Postfix) with ESMTPSA id 63B78B39161D; Wed, 7 Sep 2022 12:23:05 +0200 (CEST) From: Wiktor =?UTF-8?Q?=C5=BBelazny?= Date: Wed, 7 Sep 2022 12:22:37 +0200 Message-Id: <20220907102237.28774-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-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-sidecap): New variable. --- gnu/packages/tex.scm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 56308c4cf9..176021d7da 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -6858,6 +6858,24 @@ (define-public texlive-stix2-otf and alphabets with a set of text faces suitable for professional publishing.") (license license:silofl1.1)))) +(define-public texlive-latex-sidecap + (package + (inherit (simple-texlive-package + "texlive-latex-sidecap" + (list "doc/latex/sidecap/" + "tex/latex/sidecap/") + (base32 "1biyxvh7fm70pq1rxqrla2vs013bpsd1j8jvlyl3vjg433d5bly3") + #:trivial? #t)) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/sidecap") + (synopsis "Typeset captions sideways") + (description + "@code{sidecap} defines environments called @code{SCfigure} and +@code{SCtable} (analogous to @code{figure} and @code{table}) to typeset +captions sideways. Options include @code{outercaption}, @code{innercaption}, +@code{leftcaption} and @code{rightcaption}.") + (license license:lppl1.0+))) + (define-public texlive-stmaryrd (let ((template (simple-texlive-package "texlive-stmaryrd" base-commit: 0321ceef08e53febe18a218fe355c4757560de0d -- 2.37.2 From unknown Sun Jun 22 09:58:57 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Wiktor =?UTF-8?Q?=C5=BBelazny?= Subject: bug#57641: closed (Re: bug#57641: [PATCH] gnu: Add texlive-latex-sidecap.) Message-ID: References: <87bkr4aonp.fsf@gnu.org> <20220907102237.28774-1-wz@freeshell.de> X-Gnu-PR-Message: they-closed 57641 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 57641@debbugs.gnu.org Date: Sat, 24 Sep 2022 13:28:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1664026082-15964-1" This is a multi-part message in MIME format... ------------=_1664026082-15964-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #57641: [PATCH] gnu: Add texlive-latex-sidecap. 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 57641@debbugs.gnu.org. --=20 57641: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D57641 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1664026082-15964-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 57641-done) by debbugs.gnu.org; 24 Sep 2022 13:27:17 +0000 Received: from localhost ([127.0.0.1]:42719 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oc5Bd-00048Y-Cr for submit@debbugs.gnu.org; Sat, 24 Sep 2022 09:27:17 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48756) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oc5Bb-00048J-0o for 57641-done@debbugs.gnu.org; Sat, 24 Sep 2022 09:27:15 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:38040) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oc5BU-0001Ot-N2; Sat, 24 Sep 2022 09:27:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=jQQdp9GJ2EcmyOsTeK9WGq12gO7S/WI3N4Hv9LqW+zs=; b=DslzHFkRGroPG+nWGP50 rMFfIsaS0F7TdhlzwwHc/2JDWvlc7oNWXBXENuwFwcWWlMrZQfDVfc5Pfj/64iMpN5QEdBR/IdFcT NXcOnPXcxSg+AKPh6RfTQCn/gNtufc1B42YEnZ4Pxl0ezaDQS+Q4W3Bl9YLWW0wLDcWBn1JXZyBWD RXNhe7VLBOWXZeJpbowfWM7ad1f5ltagfZA1OslxzVsLgARUTgh7KHOUB0E4zRH2xCGZAoYwMxU4q BWeGzP+qND6dpH+3+gJbM8el27Jo/4lUlEvw976c/sGUeTo8ldhU9xS10diLnuDOWy/BZfLw7IlUb FdZv5AXXI+/6oQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:53160 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oc5BU-0002bD-8t; Sat, 24 Sep 2022 09:27:08 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Wiktor =?utf-8?Q?=C5=BBelazny?= Subject: Re: bug#57641: [PATCH] gnu: Add texlive-latex-sidecap. References: <20220907102237.28774-1-wz@freeshell.de> Date: Sat, 24 Sep 2022 15:27:06 +0200 In-Reply-To: <20220907102237.28774-1-wz@freeshell.de> ("Wiktor =?utf-8?Q?=C5=BBelazny=22's?= message of "Wed, 7 Sep 2022 12:22:37 +0200") Message-ID: <87bkr4aonp.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 57641-done Cc: Wiktor =?utf-8?Q?=C5=BBelazny?= , 57641-done@debbugs.gnu.org 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: -3.3 (---) Wiktor =C5=BBelazny skribis: > From: Wiktor =C5=BBelazny > > * gnu/packages/tex.scm (texlive-latex-sidecap): New variable. Applied, thanks! ------------=_1664026082-15964-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 7 Sep 2022 10:23:18 +0000 Received: from localhost ([127.0.0.1]:53445 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oVsDG-0004nX-Er for submit@debbugs.gnu.org; Wed, 07 Sep 2022 06:23:18 -0400 Received: from lists.gnu.org ([209.51.188.17]:33580) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oVsDB-0004nN-Rl for submit@debbugs.gnu.org; Wed, 07 Sep 2022 06:23:17 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58742) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVsDB-0005A4-JB for guix-patches@gnu.org; Wed, 07 Sep 2022 06:23:13 -0400 Received: from freeshell.de ([116.202.128.144]:42126) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVsD9-0002qe-Ji for guix-patches@gnu.org; Wed, 07 Sep 2022 06:23:13 -0400 Received: from localhost.localdomain (cst-prg-19-193.cust.vodafone.cz [46.135.19.193]) (Authenticated sender: wz) by freeshell.de (Postfix) with ESMTPSA id 63B78B39161D; Wed, 7 Sep 2022 12:23:05 +0200 (CEST) From: =?UTF-8?q?Wiktor=20=C5=BBelazny?= To: guix-patches@gnu.org Subject: [PATCH] gnu: Add texlive-latex-sidecap. Date: Wed, 7 Sep 2022 12:22:37 +0200 Message-Id: <20220907102237.28774-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-sidecap): New variable. --- gnu/packages/tex.scm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 56308c4cf9..176021d7da 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -6858,6 +6858,24 @@ (define-public texlive-stix2-otf and alphabets with a set of text faces suitable for professional publishing.") (license license:silofl1.1)))) +(define-public texlive-latex-sidecap + (package + (inherit (simple-texlive-package + "texlive-latex-sidecap" + (list "doc/latex/sidecap/" + "tex/latex/sidecap/") + (base32 "1biyxvh7fm70pq1rxqrla2vs013bpsd1j8jvlyl3vjg433d5bly3") + #:trivial? #t)) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/sidecap") + (synopsis "Typeset captions sideways") + (description + "@code{sidecap} defines environments called @code{SCfigure} and +@code{SCtable} (analogous to @code{figure} and @code{table}) to typeset +captions sideways. Options include @code{outercaption}, @code{innercaption}, +@code{leftcaption} and @code{rightcaption}.") + (license license:lppl1.0+))) + (define-public texlive-stmaryrd (let ((template (simple-texlive-package "texlive-stmaryrd" base-commit: 0321ceef08e53febe18a218fe355c4757560de0d -- 2.37.2 ------------=_1664026082-15964-1--