From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitrii Korobeinikov Subject: Re: Good way to pre/view LaTeX-lines? Date: Wed, 30 Oct 2019 03:54:45 +0600 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="000000000000bd9553059613aac7" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:51700) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iPZSC-0006dL-3e for emacs-orgmode@gnu.org; Tue, 29 Oct 2019 17:55:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iPZS7-0004yc-Vx for emacs-orgmode@gnu.org; Tue, 29 Oct 2019 17:55:02 -0400 Received: from mail-wr1-x430.google.com ([2a00:1450:4864:20::430]:35504) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iPZS7-0004wA-Nn for emacs-orgmode@gnu.org; Tue, 29 Oct 2019 17:54:59 -0400 Received: by mail-wr1-x430.google.com with SMTP id l10so89362wrb.2 for ; Tue, 29 Oct 2019 14:54:58 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Ivan Tadeu Ferreira Antunes Filho Cc: emacs-orgmode --000000000000bd9553059613aac7 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable >> https://ivanaf.com/Automatic_Latex_Fragment_Toggling_in_org-mode.html Exactly what I wanted. I will be using this. BTW just as a minor point, no need for setq when byte-compiling, https://www.gnu.org/software/emacs/manual/html_node/elisp/Compilation-Funct= ions.html#Compilation-Functions /This function byte-compiles the function definition of symbol, replacing the previous definition with the compiled one./ And thank you! Regards, Dmitrii =D0=BF=D0=BD, 28 =D0=BE=D0=BA=D1=82. 2019 =D0=B3. =D0=B2 07:22, Ivan Tadeu = Ferreira Antunes Filho < ivanaf@mit.edu>: > for 2 I have adapted a solution from jkitchin: > > https://ivanaf.com/Automatic_Latex_Fragment_Toggling_in_org-mode.html > > ---- > *Ivan Tadeu Ferreira Antunes Filho* > > > On Sun, Oct 27, 2019 at 3:29 PM Dmitrii Korobeinikov > wrote: > >> > https://orgmode.org/org.html#Previewing-LaTeX-fragments >> >> Thank you, William! This is great. >> >> After some digging, I still gotta wonder about a few things though. >> 1. Is there some sort of live-editing feature? By that I mean, being abl= e >> to view the result (in a seperate buffer or minibuffer or even on the ne= xt >> line) as you type out the expression. In particular, it would be nice to >> know how to show an image in the minibuffer (and if possible at all) and >> how to effectively feed what's under cursor to the latex backend and get >> the image. >> 2. It would be handy to autoremove the image overlay when the cursor is >> on the fragment (and restore it when goes outside). I think no redraw >> should be necessary unless the the formula is edited. >> >> I guess I would have to dig into org-toggle-latex-fragment to know how t= o >> do these, but any help/pointers would be appreciated. >> >> Regards, >> Dmitrii >> >> =D0=B2=D1=81, 27 =D0=BE=D0=BA=D1=82. 2019 =D0=B3. =D0=B2 21:07, William = Denton : >> >>> On 27 October 2019, Dmitrii Korobeinikov wrote: >>> >>> > I am looking for a comfortable way to view LaTeX (for math formulas) = in >>> > org-mode. >>> >>> This shows how: >>> >>> https://orgmode.org/org.html#Previewing-LaTeX-fragments >>> >>> I don't use it often, but it works very nicely. >>> >>> Bill >>> -- >>> William Denton :: Toronto, Canada --- Listening to Art: >>> https://listeningtoart.org/ >>> https://www.miskatonic.org/ --- GHG.EARTH: https://ghg.earth/ >>> Caveat lector. --- STAPLR: https://staplr.org/ >>> >> _______________________________________________ >> Ita mailing list >> Ita@mit.edu >> http://mailman.mit.edu/mailman/listinfo/ita >> > --000000000000bd9553059613aac7 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
>>=C2=A0https://ivanaf.com/= Automatic_Latex_Fragment_Toggling_in_org-mode.html

Exactly what I wanted. I will be using this.

BT= W just as a minor point, no need for setq when byte-compiling,
https://www.gnu.org/software/emacs/man= ual/html_node/elisp/Compilation-Functions.html#Compilation-Functions/This function byte-compiles the function definition of symbol, replacing = the previous definition with the compiled one./

And thank you!

Regards,
Dmitrii

=D0=BF=D0=BD, 28 =D0=BE=D0=BA=D1=82. 2019 =D0=B3. =D0=B2 07:22, Ivan Tad= eu Ferreira Antunes Filho <ivanaf@mit.= edu>:
for 2 I have adapted a solution from jkitchin:


----
Ivan Tadeu Ferreira Antunes Filho=C2=A0


On Sun, Oct 27, 2019 at 3:29 PM Dmitrii Korobeinikov <dim1212k@gmail.com> wr= ote:
>=C2=A0https://orgmode.org/org.html#= Previewing-LaTeX-fragments

Thank you, William! This = is great.

After some digging, I still gotta wonder about a few thing= s though.
1. Is there some sort of live-editing feature? By that I mean,= being able to view the result (in a seperate buffer or minibuffer or even = on the next line) as you type out the expression. In particular, it would b= e nice to know how to show an image in the minibuffer (and if possible at a= ll) and how to effectively feed what's under cursor to the latex backen= d and get the image.
2. It would be handy to autoremove the image overla= y when the cursor is on the fragment (and restore it when goes outside). I = think no redraw should be necessary unless the the formula is edited.
=

I guess I would have to dig into org-toggle-latex-fragm= ent to know how to do these, but any help/pointers would be appreciated.
Regards,
Dmitrii

=D0=B2=D1=81, 27 =D0=BE=D0=BA=D1=82. 2019= =D0=B3. =D0=B2 21:07, William Denton <wtd@pobox.com>:
On 27 October 2019, Dmitrii Korobeinikov wrote:
> I am looking for a comfortable way to view LaTeX (for math formulas) i= n
> org-mode.

This shows how:

https://orgmode.org/org.html#Previewing-LaTeX= -fragments

I don't use it often, but it works very nicely.

Bill
--
William Denton :: Toronto, Canada=C2=A0 =C2=A0---=C2=A0 =C2=A0Listening to = Art: https://listeningtoart.org/
https://www.miskatonic.org/=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0---=C2= =A0 =C2=A0GHG.EARTH: https://ghg.earth/
Caveat lector.=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 ---=C2=A0 =C2=A0STAPLR: https://staplr.org/
_______________________________________________
Ita mailing list
Ita@mit.edu
http://mailman.mit.edu/mailman/listinfo/ita
--000000000000bd9553059613aac7--