Next: Org-noter / Interleave, Previous: Org-download, Up: Note-taking Add-ons [Contents]
mathpix.el uses Mathpix’s API to convert clips into latex equations:
Figure: mathpix
(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))