From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: latex preview in latex block Date: Sun, 10 Apr 2016 09:00:22 +0200 Message-ID: <87lh4mne2h.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ap9K4-0000NT-2j for emacs-orgmode@gnu.org; Sun, 10 Apr 2016 02:58:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ap9K0-0001Yl-TA for emacs-orgmode@gnu.org; Sun, 10 Apr 2016 02:58:16 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:53323) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ap9K0-0001Yb-Mw for emacs-orgmode@gnu.org; Sun, 10 Apr 2016 02:58:12 -0400 In-Reply-To: (=?utf-8?B?IkrDqXLDqW1pZQ==?= Juste"'s message of "Sat, 9 Apr 2016 17:25:49 +0200") 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: =?utf-8?B?SsOpcsOpbWll?= Juste Cc: emacs-org list Hello, J=C3=A9r=C3=A9mie Juste writes: > Is it possible to activate the latex preview in org-mode within in latex > bloc? It isn't possible out of the box. Org doesn't look at the contents of src blocks, which are supposed to be written in a foreign language. However, you can probably write a function for your own use, starting from `org-format-latex'. Regards, --=20 Nicolas Goaziou