From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: math in parentheses Date: Tue, 28 Oct 2014 16:03:03 +0000 Message-ID: References: <87ppdcdwic.fsf@berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52495) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xj9Eo-0005yD-IZ for emacs-orgmode@gnu.org; Tue, 28 Oct 2014 12:03:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xj9Ei-0004Ni-M9 for emacs-orgmode@gnu.org; Tue, 28 Oct 2014 12:03:14 -0400 Received: from plane.gmane.org ([80.91.229.3]:39536) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xj9Ei-0004MX-GA for emacs-orgmode@gnu.org; Tue, 28 Oct 2014 12:03:08 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Xj9Ee-0003Eh-MU for emacs-orgmode@gnu.org; Tue, 28 Oct 2014 17:03:04 +0100 Received: from 193.63.222.28 ([193.63.222.28]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Oct 2014 17:03:04 +0100 Received: from andreas.leha by 193.63.222.28 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Oct 2014 17:03:04 +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 Hi Richard, Richard Lawrence writes: > Hi Andreas, > > Andreas Leha writes: > >> I encounter a problem using $..$ expressions when they are enclosed >> in parentheses. > >> This $T$ works, but ($T$) this does not. >> >> Is that expected behaviour? >> >> (Note that \(...\) expressions work.) > > Yes, that is the expected behavior. Org is much pickier about when "$" > can be a math delimiter than "\( ... \)". The reason is that "$" can > also be used as a regular symbol in Org documents; when it is, it should > be *not* be exported as a math delimiter to LaTeX, and distinguishing > non-math-delimiting from math-delimiting uses of "$" is not a trivial > matter. > > Thus, when in doubt, use "\( ... \)". > Thanks for following that up. I do use \(...\) when I encounter problems with $...$ (which is a lot nicer to type and read). I am happy with using the fall-back \(...\) every now and then. Just for me to understand: Is the problem the missing whitespace around the $...$ expression? Thanks, Andreas