From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: What is the best way to show inline math formulas in org mode? Date: Mon, 18 Sep 2017 14:54:32 +0200 Message-ID: <87d16o88vr.fsf@nicolasgoaziou.fr> References: <87zi9s8nuw.fsf@gmail.com> <87lglc89ic.fsf@nicolasgoaziou.fr> <87y3pc891a.fsf@gmail.com> 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]:40081) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dtvZR-0001pt-4S for emacs-orgmode@gnu.org; Mon, 18 Sep 2017 08:54:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dtvZQ-0001EM-8h for emacs-orgmode@gnu.org; Mon, 18 Sep 2017 08:54:41 -0400 Received: from relay2-d.mail.gandi.net ([2001:4b98:c:538::194]:43082) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dtvZQ-0001Du-2X for emacs-orgmode@gnu.org; Mon, 18 Sep 2017 08:54:40 -0400 In-Reply-To: <87y3pc891a.fsf@gmail.com> (Amos Bird's message of "Mon, 18 Sep 2017 20:51:13 +0800") 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: Amos Bird Cc: Org Mode Mailing List Amos Bird writes: > Thanks Nicolas. That's cool. But I couldn't get it working. > > I tried this simple equation > > > \begin{equation} > x=3D\sqrt{b} > \end{equation} > > and got > > > if: File "/tmp/orgtex24112xzL.dvi" wasn=E2=80=99t produced. Please adjus= t =E2=80=98dvipng=E2=80=99 part of =E2=80=98org-preview-latex-process-alist= =E2=80=99. Maybe "dvipng" is not installed on your system. FWIW, I use `dvisvgm' for `org-preview-latex-default-process'. Regards,