From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: [Daniel Schoepe] Re: LaTeX-export: letters after $..$ turn off math-mode Date: Mon, 6 Feb 2012 12:57:29 -0600 Message-ID: References: <87aa4vdcav.fsf@schoepe.localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:32915) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuTkq-0006Z1-S1 for emacs-orgmode@gnu.org; Mon, 06 Feb 2012 13:57:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RuTkp-0004ox-HF for emacs-orgmode@gnu.org; Mon, 06 Feb 2012 13:57:32 -0500 Received: from mail-bk0-f41.google.com ([209.85.214.41]:58191) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuTkp-0004or-6O for emacs-orgmode@gnu.org; Mon, 06 Feb 2012 13:57:31 -0500 Received: by bkbzs2 with SMTP id zs2so5948713bkb.0 for ; Mon, 06 Feb 2012 10:57:29 -0800 (PST) In-Reply-To: <87aa4vdcav.fsf@schoepe.localhost> 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: Daniel Schoepe Cc: emacs-orgmode@gnu.org On Mon, Feb 6, 2012 at 12:52 PM, Daniel Schoepe wrote: > John Hendy, answered my question off-list, presumably unintentionally > (sorry about my forwarding parts of your mail, if that assumption is > wrong), so here's my answer to that which I also forgot to send to the > list. The solution / workaround was to use `\(n\)th' instead. > Gmail habit. I must have pressed 'r' to respond instead of 'a'. Thanks for passing this along! John > > > ---------- Forwarded message ---------- > From:=C2=A0Daniel Schoepe > To:=C2=A0John Hendy > Cc: > Date:=C2=A0Mon, 06 Feb 2012 19:48:08 +0100 > Subject:=C2=A0Re: [O] LaTeX-export: letters after $..$ turn off math-mode > On Mon, 6 Feb 2012 12:37:33 -0600, John Hendy wrote: >> What are your settings for #+options: tex:t/nil latex:t/nil ? > > I tried all combinations of those two options, but it made no > difference. I also tried LaTeX:verbatim, but that didn't help either. > >> -- $nth$ >> -- $n^{th}$ >> -- $n$ th (note the space) >> >> How do those work? > > All of those work fine. It really seems to be the lack of a space > afterwards that triggers $ being escaped. > >> >> After some behavior with $ that I didn't like, it was pointed out that >> I could use \(math\) as well. Perhaps '\(n\)th' would work for you? > > That works, thank you! > > Nevertheless, I'd still be interested if anyone > has a way to disable this escaping behavior completely. > > Cheers, > Daniel >