From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarmo Hurri Subject: Latex single dollar math delimiter question Date: Sun, 04 Aug 2019 08:31:07 +0300 Message-ID: <871ry1ijj8.fsf@iki.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:56582) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hu972-0008Nd-H3 for emacs-orgmode@gnu.org; Sun, 04 Aug 2019 01:31:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hu971-0003At-MN for emacs-orgmode@gnu.org; Sun, 04 Aug 2019 01:31:20 -0400 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:51556 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hu971-00038o-Fy for emacs-orgmode@gnu.org; Sun, 04 Aug 2019 01:31:19 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1hu96w-0000Cj-CE for emacs-orgmode@gnu.org; Sun, 04 Aug 2019 07:31:14 +0200 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" To: emacs-orgmode@gnu.org Greetings. Org manual says that To avoid conflicts with currency specifications, single ‘$’ characters are only recognized as math delimiters if the enclosed text contains at most two line breaks, is directly attached to the ‘$’ characters with no whitespace in between, and if the closing ‘$’ is followed by whitespace, punctuation or a dash. Can someone explain why the single '$' characters below are not recognized as math delimiters? a /complex number/ $z = a + ib,$ where Thanks in advance. Jarmo