From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 19 10:02:24 2022 Received: (at 59354) by debbugs.gnu.org; 19 Nov 2022 15:02:25 +0000 Received: from localhost ([127.0.0.1]:40904 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1owPMO-0008Kk-HY for submit@debbugs.gnu.org; Sat, 19 Nov 2022 10:02:24 -0500 Received: from msg-1.mailo.com ([213.182.54.11]:49974) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1owPMK-0008KV-33 for 59354@debbugs.gnu.org; Sat, 19 Nov 2022 10:02:23 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=mailoo.org; s=mailo; t=1668870130; bh=zun02xdFDd3BEpsYq4CQdcDSQa77yUBqQEX4u77r1YQ=; h=X-EA-Auth:From:To:Cc:Date:Subject:MIME-Version:X-Mailer: Message-ID:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=AOVTrEIQ2cLPY3EM2INgXSs3DeSUmGDnWMeyqnHqk3DltRLqyjLb0eUSRhSgmfJo4 DNbKlOXUCIqLHtQkoVWiLrIg8hyeBHcwPCX/5wQ/1htq4IWLK1Z/I3xG+vAWLv6Ly1 uCkk7v9bQOnWqN91MZrdWZ+L2kx4C/8DXkF4cWxA= Received: by www.mailo.com with http webmail; Sat, 19 Nov 2022 16:02:10 +0100 (CET) X-EA-Auth: Tg0WNBrcZ4qnbkHjAEdIQ2ARTlvZuBp1EhnPU+NLTTZoOzAl6DnxfBuQVZrMqNMw9bcdAQzi9n99vnuhEP/Q7PFMd/Ex4oAI From: "yarl baudig" To: mail@nicolasgoaziou.fr Date: Sat, 19 Nov 2022 16:02:10 +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: <87iljbp9wo.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 (-) Hello, > Thank you. Some comments follow. >=20 > > + (package > > + (inherit (simple-texlive-package > > + "texlive-mathdots" >=20 > Indentation looks wrong here. I am not sure how it's wrong. Path will follow. Is it better? >=20 > > + (list "doc/generic/mathdots/" > > + "source/generic/mathdots/" > > + "tex/generic/mathdots/") > > + (base32 > > + "1jaffj343p1chdxs2g7s6lpckvihk0jfw22nw0vmijyjxfiy9yg0"= ) > > + #:trivial? #t)) >=20 > 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 ".s= ty" and if I compile, they are here. First texlive package I package. I tried `guix import texlive mathdots` th= en amended by looking at other texlive packages. Please show me if I am wro= ng. > > + (home-page "https://ctan.org/macros/generic/mathdots") > > + (synopsis "Commands to produce dots in math that respect font size= ") > > + (description > > + "Redefines \\ddots and \\vdots, and defines \\iddots. The dots= =20 > produced by \\iddots >=20 > The first sentence should contain a subject. Also \\ddots -> > @code{\\dots} >=20 > Could you send an updated patch? >=20 > Regards, > --=20 > Nicolas Goaziou >=20 Patch is coming, please tell me if it good.