diff mbox series

[bug#63124] gnu: texlive-amsmath: Add missing input.

Message ID 20230427163251.6894-1-d@delgado.nrw
State New
Headers show
Series [bug#63124] gnu: texlive-amsmath: Add missing input. | expand

Commit Message

Dominik Delgado Steuter April 27, 2023, 4:32 p.m. UTC
* gnu/packages/tex.scm (texlive-amsmath)[propagated-inputs]:
Add texlive-amsfonts.
---
 gnu/packages/tex.scm | 2 ++
 1 file changed, 2 insertions(+)


base-commit: fa685c87eaa9888a4278f39bb2b815673589dced

Comments

Dominik Delgado Steuter April 29, 2023, 8:11 a.m. UTC | #1
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
diff mbox series

Patch

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