emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] resize png in org-toggle-latex-fragment


From: Uwe Brauer
Subject: Re: [O] resize png in org-toggle-latex-fragment
Date: Thu, 29 Oct 2015 13:18:04 +0000
User-agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/25.0.50 (gnu/linux)

>>> "Uwe" == Uwe Brauer <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]