Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jethrokuan/mathpix.el
- Owner: jethrokuan
- Created: 2019-12-27T10:54:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-08T11:48:32.000Z (over 3 years ago)
- Last Synced: 2024-10-31T13:50:36.018Z (2 months ago)
- Topics: emacs, latex, math, org-mode
- Language: Emacs Lisp
- Size: 526 KB
- Stars: 101
- Watchers: 5
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.org
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