>>> "Uwe" == Uwe Brauer <o...@mat.ucm.es> writes: > Hello > I am using GNU emacs 25.0.50, and 8.3.1.
> The png generated ny org-toggle-latex-fragment are too small for my > taste. > I found two solutions > (defun update-org-latex-fragments () > (org-toggle-latex-fragment '(16)) > (plist-put org-format-latex-options :scale text-scale-mode-amount) > (org-toggle-latex-fragment '(16))) > (add-hook 'text-scale-mode-hook 'update-org-latex-fragments) Upgrade, this solution works, but I found out that via org-format-latex-options I could have a solution which I like more.