emacs-orgmode
[Top][All Lists]
Advanced

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

Re: displaying equations with ob-latex


From: michael-franzese
Subject: Re: displaying equations with ob-latex
Date: Fri, 7 May 2021 05:36:12 +0200

Another downside is that you got to slam "C-c C-x C-l" for every equation one 
writes
in the drawer.  The solution is not very usable but at least I could display 
equations
as I do with texinfo from org.  But for serious work, I need to be fast.  
Currently
it will be frustrating enough for users.

> Sent: Friday, May 07, 2021 at 3:14 PM
> From: "Ihor Radchenko" <yantar92@gmail.com>
> To: michael-franzese@gmx.com
> Cc: "Berry, Charles" <ccberry@health.ucsd.edu>, "Help Emacs Orgmode" 
> <emacs-orgmode@gnu.org>
> Subject: Re: displaying equations with ob-latex
>
> michael-franzese@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

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