GNU bug report logs - #57594
[PATCH] gnu: Add texlive-latex-pbox.

Previous Next

Package: guix-patches;

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

Date: Mon, 5 Sep 2022 10:41:01 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: Christopher Baines <mail <at> cbaines.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#57594: closed ([PATCH] gnu: Add texlive-latex-pbox.)
Date: Sat, 10 Sep 2022 10:52:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 10 Sep 2022 11:51:02 +0100
with message-id <87y1urzemq.fsf <at> cbaines.net>
and subject line Re: [bug#57594] [PATCH] gnu: Add texlive-latex-pbox.
has caused the debbugs.gnu.org bug report #57594,
regarding [PATCH] gnu: Add texlive-latex-pbox.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
57594: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57594
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (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-pbox.
Date: Mon,  5 Sep 2022 12:40:23 +0200
From: Wiktor Żelazny <wzelazny <at> vurv.cz>

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 56308c4cf9..003f229fb0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6799,6 +6799,23 @@ (define-public texlive-latex-parskip
 designed class) helps alleviate this untidiness.")
     (license license:lppl)))
 
+(define-public texlive-latex-pbox
+  (package
+    (inherit (simple-texlive-package
+              "texlive-latex-pbox"
+              (list "doc/latex/pbox/"
+                    "tex/latex/pbox/")
+              (base32 "0902snjidmhjml01zcppcpp4j6pidin1sdvfi7gnbb5v86zd5f0n")
+              #:trivial? #t))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/pbox")
+    (synopsis "\\parbox with a variable width")
+    (description
+     "@code{pbox} defines a \\pbox{<max width>}{<text>} command which adjusts
+the box width to that of the enclosed text, up to the maximum width given.  The
+package also defines some associated length commands.")
+    (license license:gpl3+)))
+
 (define-public texlive-latex-pdfpages
   (package
     (name "texlive-latex-pdfpages")

base-commit: 31b4eea5c0d361dfbca119c27cbc1e8c6f65782a
-- 
2.37.2



[Message part 3 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Wiktor Żelazny <wz <at> freeshell.de>
Cc: Wiktor Żelazny <wzelazny <at> vurv.cz>,
 57594-done <at> debbugs.gnu.org
Subject: Re: [bug#57594] [PATCH] gnu: Add texlive-latex-pbox.
Date: Sat, 10 Sep 2022 11:51:02 +0100
[Message part 4 (text/plain, inline)]
Wiktor Żelazny <wz <at> freeshell.de> writes:

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

Thanks Wiktor, I've pushed this to master as
fe42befd64df016d755f56107a407f5e4b5c3814.

Chris
[signature.asc (application/pgp-signature, inline)]

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

Previous Next


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