[Tex/LaTex] Change size of the inline image for Latex fragment in emacs org-mode

emacsorg-mode

I recently started using org-mode in emacs for my paper writing needs. One problem I have is that when I render latex equation fragments, the resulting inline images are too small for me to read easily.

Is there a way to scale up the rendered images?

Best Answer

I have this in my .emacs:

;; bigger latex fragment
(plist-put org-format-latex-options :scale 1.5)