The default does not work very well because as I zoom the text, the equation
remains the same height.

Could this playing around with drawers be eliminated, so things will behave as 
when
using texinfo with @display using mathjax.  It also allows you to zoom in and 
out
hard without any harm.


> Sent: Friday, May 07, 2021 at 3:14 PM
> From: "Ihor Radchenko" <yanta...@gmail.com>
> To: michael-franz...@gmx.com
> Cc: "Berry, Charles" <ccbe...@health.ucsd.edu>, "Help Emacs Orgmode" 
> <emacs-orgmode@gnu.org>
> Subject: Re: displaying equations with ob-latex
>
> michael-franz...@gmx.com writes:
>
> > Ok, I got some progress, I did "C-C C-x C-l" and got the equation.
> >
> > The equation in extremely small though.
>
> By default, it should have the same height with you text line.
> You can change it though. I have the following snippet in my config:
>
> (setq org-format-latex-options
>       (quote
>        (:foreground default :background default :scale 2.0 :justify center 
> :html-foreground "Black" :html-background "Transparent" :html-scale 1.0 
> :matchers
>                   ("begin" "$1" "$" "$$" "\\(" "\\["))));; 2x height of 
> formulas
>

Reply via email to