[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59354] [PATCH] gnu: Add texlive-mathdots.
From: |
Nicolas Goaziou |
Subject: |
[bug#59354] [PATCH] gnu: Add texlive-mathdots. |
Date: |
Sun, 20 Nov 2022 17:46:52 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
"yarl baudig" <yarl-baudig@mailoo.org> writes:
> I saw that "guix import texlive mathdots" doesn't include "#:trivial?
> #t" But I still don't see why it is not effectively a trivial package.
> As I told you, the ".tex" and ".sty" are already in the TUG repo. And
> with the package as I defined it (as trivial), when you build it, you
> get the "mathdots.sty" and "mathdots.tex". No need to compile because,
> whereas there is a ".ins" file, ".sty" and ".tex" are already compiled
> and distributed, along the ".ins". Right?
Whenever possible, Guix builds packages from source, and avoids using
pre-compiled files. In this case, we can generate ".sty" and ".tex"
files, so let's do that. Does that make sense?
[bug#59354] [PATCH] gnu: Add texlive-mathdots., yarl baudig, 2022/11/19
[bug#59354] [PATCH] gnu: Add texlive-mathdots., Yarl Baudig, 2022/11/21