ROCKTAKEY / lsp-latex

Emacs lsp-mode client for LaTeX, on texlab.
GNU General Public License v3.0
69 stars 4 forks source link

using lsp-latex with orgmode for equation preview #24

Closed fab6 closed 1 year ago

fab6 commented 3 years ago

Hi, is it possible to use lsp-latex with orgmode files (or markdown files) to preview equations? I was thinking an easy way could be

(add-hook 'org-mode-hook 'lsp)

but this was not successful!? Fab

ROCKTAKEY commented 3 years ago

Texlab server cannot parse org-mode or md, so it is not possible now. However, it should be useful, so I'd like to make it in the future. Thanks for your great idea!

fab6 commented 3 years ago

ok, thank you as well for your work and for your quick reply!

ROCKTAKEY commented 1 year ago

Close this issue because texlab removes previewing math equation.