Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jethrokuan/mathpix.el

Mathpix Emacs Plugin
https://github.com/jethrokuan/mathpix.el

emacs latex math org-mode

Last synced: 2 months ago
JSON representation

Mathpix Emacs Plugin

Awesome Lists containing this project

README

        

* Mathpix.el

[[file:screenshots/mathpix.gif]]

Emacs interface to Mathpix. Requires a Mathpix app id and key. Example
package setup:

#+begin_src emacs-lisp
(use-package mathpix.el
:straight (:host github :repo "jethrokuan/mathpix.el")
:custom ((mathpix-app-id "app-id")
(mathpix-app-key "app-key"))
:bind
("C-x m" . mathpix-screenshot))

#+end_src