org-preview-latex-fragment

org-preview-latex-fragment is an interactive compiled Lisp function in `org.el'.


(org-preview-latex-fragment &optional SUBTREE)

Preview the LaTeX fragment at point, or all locally or globally.
If the cursor is in a LaTeX fragment, create the image and overlay
it over the source code. If there is no fragment at point, display
all fragments in the current text, from one headline to the next. With
prefix SUBTREE, display all fragments in the current subtree. With a
double prefix arg C-u C-u, or when the cursor is before the first headline,
display all fragments in the buffer.
The images can be removed again with M-x org-ctrl-c-ctrl-c.