From: "Wiktor Żelazny" <wz@freeshell.de>
To: 57594@debbugs.gnu.org
Cc: "Wiktor Żelazny" <wzelazny@vurv.cz>
Subject: [bug#57594] [PATCH] gnu: Add texlive-latex-pbox.
Date: Mon, 5 Sep 2022 12:40:23 +0200 [thread overview]
Message-ID: <20220905104023.9851-1-wz@freeshell.de> (raw)
From: Wiktor Żelazny <wzelazny@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
next reply other threads:[~2022-09-05 11:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-05 10:40 Wiktor Żelazny [this message]
2022-09-10 10:51 ` bug#57594: [PATCH] gnu: Add texlive-latex-pbox Christopher Baines
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220905104023.9851-1-wz@freeshell.de \
--to=wz@freeshell.de \
--cc=57594@debbugs.gnu.org \
--cc=wzelazny@vurv.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).