GNU bug report logs -
#27049
[PATCH] gnu: Add mathjax.
Previous Next
Reported by: Arun Isaac <arunisaac <at> systemreboot.net>
Date: Tue, 23 May 2017 21:44:01 UTC
Severity: normal
Tags: patch
Done: Arun Isaac <arunisaac <at> systemreboot.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi Arun,
Arun Isaac <arunisaac <at> systemreboot.net> skribis:
> * gnu/packages/fonts.scm (font-mathjax): New variable.
[...]
> +(define-public font-mathjax
> + (package
> + (name "font-mathjax")
> + (version "2.7.1")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (string-append
> + "https://github.com/mathjax/MathJax/archive/"
> + version ".tar.gz"))
> + (file-name (string-append name "-" version ".tar.gz"))
> + (sha256
> + (base32
> + "0sbib5lk0jrvbq6s72ag6ss3wjlz5wnk07ddxij1kp96yg3c1d1b"))))
Should it be:
(source (package-source mathjax))
to make sure the two packages are kept in sync?
> + (home-page "https://www.mathjax.org/")
> + (synopsis "JavaScript display engine for LaTeX, MathML, and AsciiMath")
> + (description "MathJax is a JavaScript display engine for LaTeX, MathML,
> +and AsciiMath notation that works in all modern browsers. It requires no
> +plugins or software to be installed on the browser. So the page author can
> +write web documents that include mathematics and be confident that readers will
> +be able to view it naturally and easily.")
> + (license license:asl2.0)))
I think the synopsis/description should be updated to mention that this
package simply provides the font used by MathJax, no?
Otherwise LGTM, thanks!
Ludo’.
This bug report was last modified 7 years and 355 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.