From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Braced inline math no longer supported: ($ ... $) Date: Wed, 29 Oct 2014 19:37:50 -0400 Message-ID: <87fve6xx9t.fsf@alphaville.bos.redhat.com> References: <8738a632mb.fsf@kafka.loc> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33851) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xjcoa-0005wD-W1 for emacs-orgmode@gnu.org; Wed, 29 Oct 2014 19:38:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjcoV-0001Yw-Dh for emacs-orgmode@gnu.org; Wed, 29 Oct 2014 19:38:08 -0400 Received: from plane.gmane.org ([80.91.229.3]:46215) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjcoV-0001Yq-7M for emacs-orgmode@gnu.org; Wed, 29 Oct 2014 19:38:03 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XjcoU-0005ew-0i for emacs-orgmode@gnu.org; Thu, 30 Oct 2014 00:38:02 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Oct 2014 00:38:02 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Oct 2014 00:38:02 +0100 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org coroa@online.de (Jonas Hörsch) writes: > I just updated my org-mode to latest master and found, that the > behaviour of inline math seems to have changed; with the unwelcome > side-effect, that inline math in braces is not exported correctly to > latex anymore: > > ($\varepsilon = 0$) used to be exported to latex as ($\varepsilon = 0$), > but recently became somewhat like: > > (\$\(\varepsilon\) = 0\$) > > producing spurious dollar signs. is there a workaround? Use \(...\) for inline math, not $...$. See the recent discussion here: http://thread.gmane.org/gmane.emacs.orgmode/92136 Nick