all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Spencer King <spencer@nursiapress.com>
To: 67723@debbugs.gnu.org
Cc: Spencer King <spencer@nursiapress.com>,
	Andreas Enge <andreas@enge.fr>,
	Ricardo Wurmus <rekado@elephly.net>
Subject: [bug#67723] [PATCH 0/2] Fix the texlive-poetry package
Date: Fri,  8 Dec 2023 20:04:00 -0600	[thread overview]
Message-ID: <cover.1702087317.git.spencer@nursiapress.com> (raw)

Hello. When attempting to build a document using the texlive-poetry package I discovered that it was missing some necessary inputs. The two needed inputs were texlive-modulus and texlive-imakeidx. When adding these I then discovered that texlive-imakeidx was missing texlive-xkeyval. In both cases these are noted by RequirePackage in the respective .sty files. The texlive-imakeidx .sty does actually list multiple required packages, however I believe all of the rest are accounted for by texlive-scheme-basic, which was needed to be installed anyway in order to get a compiler. If you would like to reproduce this bug, I've pasted a sample tex file below, adapted from one of the initial examples in texlive-poetry's documentation.

\documentclass{article}
\usepackage{poetry}

\begin{document}

\begin{poem}
Let me not to the marriage of true minds \\
\hin Admit impediments. Love is not love \\
Which alters when it alteration finds, \\
\hin Or bends with the remover to remove: \\!
O, no! it is an ever-fixed mark, \\
\hin That looks on tempests and is never shaken; \\
It is the star to every wandering bark, \\
\hin Whose worth’s unknown, although his height be taken. \\-
\end{poem}

\end{document}

The only packages I had installed in the environment were texlive-scheme-basic and texlive-poetry.

In addition to the changes described above, guix style did change some of the existing structure of the packages. This is both my first patch series and my first time submitting a fix to an existing package, so I apologize if I have done something incorrectly.

Best,
Spencer

Spencer King (2):
  gnu: texlive-imakeidx: Fix inputs.
  gnu: texlive-poetry: Fix inputs.

 gnu/packages/tex.scm | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)


base-commit: 4e7cb241188cf9f213d5fbabbabce07d35ca0991
-- 
2.41.0





             reply	other threads:[~2023-12-09  2:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-09  2:04 Spencer King [this message]
2023-12-09  3:03 ` [bug#67723] [PATCH 1/2] gnu: texlive-imakeidx: Fix inputs Spencer King
2023-12-09  3:03 ` [bug#67723] [PATCH 2/2] gnu: texlive-poetry: " Spencer King
2023-12-09 14:21 ` [bug#67723] [PATCH 0/2] Fix the texlive-poetry package Nicolas Goaziou via Guix-patches via
2023-12-09 19:54 ` spencernursiapress
2023-12-10 10:46   ` Nicolas Goaziou via Guix-patches via

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1702087317.git.spencer@nursiapress.com \
    --to=spencer@nursiapress.com \
    --cc=67723@debbugs.gnu.org \
    --cc=andreas@enge.fr \
    --cc=rekado@elephly.net \
    /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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.