gnu: Add emacs-math-preview.
* gnu/packages/emacs-xyz.scm (emacs-math-preview): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
9be28375cf
commit
d31a3d4d12
1 changed files with 24 additions and 0 deletions
|
@ -9052,6 +9052,30 @@ completion candidate when using the Company text completion framework.")
|
||||||
@code{company-math}.")
|
@code{company-math}.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public emacs-math-preview
|
||||||
|
(package
|
||||||
|
(name "emacs-math-preview")
|
||||||
|
(version "5.1.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri
|
||||||
|
(git-reference
|
||||||
|
(url "https://gitlab.com/matsievskiysv/math-preview")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0ni08900p0pbajw143iw0b7a62qiqcm9b6jy7pqgpn437vydjx1z"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(propagated-inputs (list emacs-dash emacs-s))
|
||||||
|
(home-page "https://gitlab.com/matsievskiysv/math-preview")
|
||||||
|
(synopsis "Preview TeX math equations inline using MathJax")
|
||||||
|
(description
|
||||||
|
"Emacs math-preview uses MathJax for displaying TeX, MathML and AsciiMath
|
||||||
|
math inline in Emacs buffers.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-company-coq
|
(define-public emacs-company-coq
|
||||||
(package
|
(package
|
||||||
(name "emacs-company-coq")
|
(name "emacs-company-coq")
|
||||||
|
|
Reference in a new issue