GNU bug report logs -
#59354
[PATCH] gnu: Add texlive-mathdots.
Previous Next
Reported by: Yarl Baudig <yarl-baudig <at> mailoo.org>
Date: Fri, 18 Nov 2022 10:21:02 UTC
Severity: normal
Tags: moreinfo, patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 59354 <at> debbugs.gnu.org (full text, mbox):
Hello,
Yarl Baudig <yarl-baudig <at> mailoo.org> writes:
> * gnu/packages/tex.scm (texlive-mathdots): New variable.
Thank you. Some comments follow.
> + (package
> + (inherit (simple-texlive-package
> + "texlive-mathdots"
Indentation looks wrong here.
> + (list "doc/generic/mathdots/"
> + "source/generic/mathdots/"
> + "tex/generic/mathdots/")
> + (base32
> + "1jaffj343p1chdxs2g7s6lpckvihk0jfw22nw0vmijyjxfiy9yg0")
> + #:trivial? #t))
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.
> + (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 produced by \\iddots
The first sentence should contain a subject. Also \\ddots ->
@code{\\dots}
Could you send an updated patch?
Regards,
--
Nicolas Goaziou
This bug report was last modified 2 years and 260 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.