io12 / org-fragtog

Automatically toggle Org mode LaTeX fragment previews as the cursor enters and exits them
MIT License
404 stars 14 forks source link

Is it possible to integrate with org-auctex? #45

Open wang1zhen opened 2 years ago

wang1zhen commented 2 years ago

org-auctex speeds up the preview of latex fragments by using auctex, is it possible to use it as the backend of org-fragtog like math-preview?

gaoDean commented 1 year ago

I think you just have to do the math preview way.

(defalias #'org-latex-preview #'org-auctex-preview-dwim)

From the readme of org-auctex: org-auctex-preview-dwim is a drop-in replacement for org-latex-preview