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

To reply to this bug, email your comments to 63124 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#63124; Package guix-patches. (Thu, 27 Apr 2023 16:34:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Dominik Delgado Steuter <d <at> delgado.nrw>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 27 Apr 2023 16:34:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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





Information forwarded to guix-patches <at> gnu.org:
bug#63124; Package guix-patches. (Sat, 29 Apr 2023 08:12:01 GMT) Full text and rfc822 format available.

Message #8 received at 63124 <at> debbugs.gnu.org (full text, mbox):

From: Dominik Delgado Steuter <d <at> delgado.nrw>
To: 63124 <at> debbugs.gnu.org
Subject: Fonts necessary
Date: Sat, 29 Apr 2023 10:11:36 +0200
Hi,

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.

Regards,

Dominik





This bug report was last modified 1 year and 6 days ago.

Previous Next


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