GNU bug report logs - #63124
[PATCH] gnu: texlive-amsmath: Add missing input.

Previous Next

Package: guix-patches;

Reported by: Dominik Delgado Steuter <d <at> delgado.nrw>

Date: Thu, 27 Apr 2023 16:34:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

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: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#63124: closed ([PATCH] gnu: texlive-amsmath: Add missing input.)
Date: Sun, 01 Sep 2024 00:17:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 01 Sep 2024 02:14:42 +0200
with message-id <87le0c6xhp.fsf <at> nicolasgoaziou.fr>
and subject line Re: [PATCH] gnu: texlive-amsmath: Add missing input.
has caused the debbugs.gnu.org bug report #63124,
regarding [PATCH] gnu: texlive-amsmath: Add missing input.
to be marked as done.

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


-- 
63124: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63124
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Dominik Delgado Steuter <d <at> delgado.nrw>
To: guix-patches <at> gnu.org
Cc: Dominik Delgado Steuter <d <at> delgado.nrw>
Subject: [PATCH] gnu: texlive-amsmath: Add missing input.
Date: Thu, 27 Apr 2023 18:32:51 +0200
* gnu/packages/tex.scm (texlive-amsmath)[propagated-inputs]:
Add texlive-amsfonts.
---
 gnu/packages/tex.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a2f1de4..ed5cb04 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4343,6 +4343,8 @@ (define-public texlive-amsmath
                  (delete-file-recursively
                   (string-append (assoc-ref outputs "out")
                                  "/share/texmf-dist/source/latex/amsmath/build"))))))))
+      (propagated-inputs
+       (list texlive-amsfonts))
       (home-page "https://www.ctan.org/pkg/amsmath")
       (synopsis "AMS mathematical facilities for LaTeX")
       (description

base-commit: fa685c87eaa9888a4278f39bb2b815673589dced
-- 
2.39.2



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 63124-close <at> debbugs.gnu.org
Cc: Dominik Delgado Steuter <d <at> delgado.nrw>
Subject: Re: [PATCH] gnu: texlive-amsmath: Add missing input.
Date: Sun, 01 Sep 2024 02:14:42 +0200
Hello,

> math output generated with amsmath can not be rendered unless amsfonts 
> is installed in the same profile.
> 
> This makes amsmath unusable without the fonts as a propagated input.

The dependency you mention is not listed in the TeX Live database.

However, texlive-amsfonts is part of every scheme and every collection
in TeX Live. You should at least start out with one on them when
defining a modular TeX Live tree. See the Guix manual for details.

For now, I'm closing this report. Feel free to reopen it, by answering
this message, if you think it is still an issue for you (possibly
providing more details about what you're trying to do).

Thanks.

Regards,
-- 
Nicolas Goaziou




This bug report was last modified 262 days ago.

Previous Next


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