From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: BUG: latex preview for \(...\) Date: Wed, 29 Oct 2014 10:49:38 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53040) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjQoz-00043o-Pb for emacs-orgmode@gnu.org; Wed, 29 Oct 2014 06:49:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjQos-0002x7-9Z for emacs-orgmode@gnu.org; Wed, 29 Oct 2014 06:49:45 -0400 Received: from plane.gmane.org ([80.91.229.3]:47823) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjQos-0002wr-43 for emacs-orgmode@gnu.org; Wed, 29 Oct 2014 06:49:38 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XjQom-0005sp-0e for emacs-orgmode@gnu.org; Wed, 29 Oct 2014 11:49:32 +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 ; Wed, 29 Oct 2014 11:49:32 +0100 Received: from andreas.leha by 193.63.222.28 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Oct 2014 11:49:32 +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 all, background: Since $...$ are less robust, \(...\) is recommended as more robust replacement. Unfortunately, the LaTeX preview is not working on \(...\) constructs. Here is the ECM: --8<---------------cut here---------------start------------->8--- #+TITLE: Test LaTeX-Preview * Inline math There are $f(x)$ and \(f(x)\) constructs Try C-u C-c C-x C-l to see. --8<---------------cut here---------------end--------------->8--- Regards, Andreas