Next: , Previous: , Up: Note-taking Add-ons   [Contents]


mathpix.el

mathpix.el uses Mathpix’s API to convert clips into latex equations:

images/mathpix

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))