From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scot Becker Subject: Re: org-mode can not precess some LATEX environment Date: Tue, 11 Aug 2009 10:34:20 +0100 Message-ID: References: <907065090908110137t16325cdfwe8c272a457f8c555@mail.gmail.com> <907065090908110148g3971f725lcd3567cc4e3dad94@mail.gmail.com> <9B1E3F18-DE1B-4511-A378-12A6B8183AD7@gmail.com> <907065090908110229x21c85d39lf58a6ccc86ca9a01@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MankN-0006n7-MV for emacs-orgmode@gnu.org; Tue, 11 Aug 2009 05:34:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MankM-0006mQ-O9 for emacs-orgmode@gnu.org; Tue, 11 Aug 2009 05:34:22 -0400 Received: from [199.232.76.173] (port=52114 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MankM-0006mH-Ap for emacs-orgmode@gnu.org; Tue, 11 Aug 2009 05:34:22 -0400 Received: from ey-out-1920.google.com ([74.125.78.144]:25981) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MankL-0007Oq-Si for emacs-orgmode@gnu.org; Tue, 11 Aug 2009 05:34:22 -0400 Received: by ey-out-1920.google.com with SMTP id 5so1108597eyb.24 for ; Tue, 11 Aug 2009 02:34:20 -0700 (PDT) In-Reply-To: <907065090908110229x21c85d39lf58a6ccc86ca9a01@mail.gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: waterloo Cc: emacs-orgmode@gnu.org, Carsten Dominik > > `To avoid conflicts with currency specifications, single =91$=92 characte= rs are > only recognized as math delimiters if the enclosed text contains at most = two > line breaks, is directly attached to the =91$=92 characters with no white= space > in between, and if the closing =91$=92 is followed by whitespace, punctua= tion or > a dash. ' > This lists a series of conditions for recognizing $ as a math delimiter, instead of as a dollar sign. Basically, if you want it recognized as a math delimiter: 1. don't make the text you enclose have more than two linebreaks 2. don't put whitespace between your math and the $ 3. don't follow your $ with anything but whitespace or punctuation.