From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brady Trainor Subject: Re: syntax highlighting of inline LaTeX fragments Date: Mon, 03 Nov 2014 08:16:34 -0800 Message-ID: <87lhnsfee5.fsf@uw.edu> References: <87a949gdck.fsf@uw.edu> <871tpkzq3v.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlKJU-0004En-CG for emacs-orgmode@gnu.org; Mon, 03 Nov 2014 11:17:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlKJM-0007Eq-Mx for emacs-orgmode@gnu.org; Mon, 03 Nov 2014 11:17:04 -0500 Received: from plane.gmane.org ([80.91.229.3]:58982) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlKJM-0007Ee-HG for emacs-orgmode@gnu.org; Mon, 03 Nov 2014 11:16:56 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XlKJK-00055R-MR for emacs-orgmode@gnu.org; Mon, 03 Nov 2014 17:16:54 +0100 Received: from 75-165-58-174.tukw.qwest.net ([75.165.58.174]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Nov 2014 17:16:54 +0100 Received: from algebrat by 75-165-58-174.tukw.qwest.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Nov 2014 17:16:54 +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 Rasmus writes: > The variable `org-highlight-latex-and-related' should allow you to > highlight inline math. Thank you. Takes care of all, - $..$ - $$..$$ (w/ newlines) - \(..\) - \[..\] (w/ newlines) - \begin{equation}..\end{equation} (w/ newlines) -- Brady