[PATCH] gnu: texlive-amsmath: Add missing input.

  • Open
  • quality assurance status badge
Details
One participant
  • Dominik Delgado Steuter
Owner
unassigned
Submitted by
Dominik Delgado Steuter
Severity
normal
D
D
Dominik Delgado Steuter wrote on 27 Apr 2023 18:32
(address . guix-patches@gnu.org)(name . Dominik Delgado Steuter)(address . d@delgado.nrw)
20230427163251.6894-1-d@delgado.nrw
* gnu/packages/tex.scm (texlive-amsmath)[propagated-inputs]:
Add texlive-amsfonts.
---
gnu/packages/tex.scm | 2 ++
1 file changed, 2 insertions(+)

Toggle diff (17 lines)
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
D
D
Dominik Delgado Steuter wrote on 29 Apr 2023 10:11
Fonts necessary
(address . 63124@debbugs.gnu.org)
de4e3ca3-bc9f-810b-3df1-bacae186eb39@delgado.nrw
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
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 63124@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 63124
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch