From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 20 11:24:32 2022 Received: (at 59354) by debbugs.gnu.org; 20 Nov 2022 16:24:32 +0000 Received: from localhost ([127.0.0.1]:44370 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1own7Q-0000sQ-AD for submit@debbugs.gnu.org; Sun, 20 Nov 2022 11:24:32 -0500 Received: from msg-2.mailo.com ([213.182.54.12]:49806) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1own7L-0000s9-Jw for 59354@debbugs.gnu.org; Sun, 20 Nov 2022 11:24:30 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mailoo.org; s=mailo; t=1668961458; bh=dc3DSL2joSzgngQGGx0t1pEAwYQydaOmxw9EozXjEhs=; h=X-EA-Auth:From:To:Cc:Date:Subject:MIME-Version:X-Mailer: Message-ID:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=ZO2AZ5N9GGI1tEr6WaT1Z7YiIJmJa1i06X7wZKiw9S5bAlXEBDsH1rhNp3+Aqv1ZZ ExnNq6o6m4/FxmcwuG9134y91GenjmkRlfpIijZKdNsxOxnX/uT33f23YTNZy7R9Mf kWxG7nC/GcAzxrc5ERItn/r/O3aGyGyBR45iFMqA= Received: by www.mailo.com with http webmail; Sun, 20 Nov 2022 17:24:18 +0100 (CET) X-EA-Auth: sz5dfGLbQ/vjUHGxRLZjNBEZqRZEL5rSGZ5V5XETVwAgm9noMkkCZt8xPBsJlF4drifFQtdHRxVrKmNy5lCARAQZ/NLqDaxX From: "yarl baudig" To: mail@nicolasgoaziou.fr Date: Sun, 20 Nov 2022 17:24:18 +0100 (CET) Subject: Re: [bug#59354] [PATCH] gnu: Add texlive-mathdots. X-Priority: 3 MIME-Version: 1.0 X-Mailer: COMS/EA22.05/r20221103 Message-ID: In-Reply-To: <87v8n9ocf8.fsf@nicolasgoaziou.fr> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 59354 Cc: 59354@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) > >> This doesn't look like a trivial package since it contains a ".ins" > >> file. You need to generate the ".tex" and ".sty" files from it. > >>=20 > > I think it is, "tex/generic/mathdots/" in tug repo contains ".tex" and= =20 > ".sty" and if I compile, they are here. > > First texlive package I package. I tried `guix import texlive > > mathdots` then amended by looking at other texlive packages. Please > > show me if I am wrong. >=20 > "guix import texlive mathdots" output doesn't include "#:trivial? #t" > for a reason. You need to take a longer path and generate runfiles from > the ".ins" file ; see e.g., "texlive-capt-of". >=20 > Regards, > --=20 > Nicolas Goaziou >=20 Thank you. 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 tol= d you, the ".tex" and ".sty" are already in the TUG repo. And with the pack= age 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 ".i= ns" file, ".sty" and ".tex" are already compiled and distributed, along th= e ".ins". Right?