[Tex/LaTex] AUCTeX preview font size too small

auctexemacspreviewwindows

I have Emacs 24 and AUCTex on a Windows 7 machine, however the preview font size is just way too small. Is there a way to make them bigger?

enter image description here

Best Answer

Add the following to your .emacs file:

(set-default 'preview-scale-function 1.2)

Adjust the value according to your needs.