* [bug#63124] [PATCH] gnu: texlive-amsmath: Add missing input.
@ 2023-04-27 16:32 Dominik Delgado Steuter via Guix-patches via
2023-04-29 8:11 ` [bug#63124] Fonts necessary Dominik Delgado Steuter via Guix-patches via
0 siblings, 1 reply; 3+ messages in thread
From: Dominik Delgado Steuter via Guix-patches via @ 2023-04-27 16:32 UTC (permalink / raw)
To: 63124; +Cc: Dominik Delgado Steuter
* 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#63124] Fonts necessary
2023-04-27 16:32 [bug#63124] [PATCH] gnu: texlive-amsmath: Add missing input Dominik Delgado Steuter via Guix-patches via
@ 2023-04-29 8:11 ` Dominik Delgado Steuter via Guix-patches via
2024-09-01 0:14 ` bug#63124: [PATCH] gnu: texlive-amsmath: Add missing input Nicolas Goaziou via Guix-patches via
0 siblings, 1 reply; 3+ messages in thread
From: Dominik Delgado Steuter via Guix-patches via @ 2023-04-29 8:11 UTC (permalink / raw)
To: 63124
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#63124: [PATCH] gnu: texlive-amsmath: Add missing input.
2023-04-29 8:11 ` [bug#63124] Fonts necessary Dominik Delgado Steuter via Guix-patches via
@ 2024-09-01 0:14 ` Nicolas Goaziou via Guix-patches via
0 siblings, 0 replies; 3+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2024-09-01 0:14 UTC (permalink / raw)
To: 63124-close; +Cc: Dominik Delgado Steuter
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-01 0:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-27 16:32 [bug#63124] [PATCH] gnu: texlive-amsmath: Add missing input Dominik Delgado Steuter via Guix-patches via
2023-04-29 8:11 ` [bug#63124] Fonts necessary Dominik Delgado Steuter via Guix-patches via
2024-09-01 0:14 ` bug#63124: [PATCH] gnu: texlive-amsmath: Add missing input Nicolas Goaziou via Guix-patches via
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.