emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] math in parentheses


From: Richard Lawrence
Subject: Re: [O] math in parentheses
Date: Tue, 28 Oct 2014 08:50:03 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

Hi Andreas,

Andreas Leha <address@hidden> 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 "\( ... \)".

Best,
Richard




reply via email to

[Prev in Thread] Current Thread [Next in Thread]