Open wang1zhen opened 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?
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
org-auctex-preview-dwim
org-latex-preview
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?