From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: BUG: preview latex with split environment Date: Wed, 29 Oct 2014 10:12:44 +0000 Message-ID: References: <87oaswgqvc.fsf@gmx.us> <87k33jsswn.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45418) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjQFD-0001q7-Av for emacs-orgmode@gnu.org; Wed, 29 Oct 2014 06:12:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjQF7-0000Tc-VS for emacs-orgmode@gnu.org; Wed, 29 Oct 2014 06:12:47 -0400 Received: from plane.gmane.org ([80.91.229.3]:40138) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjQF7-0000TV-Ot for emacs-orgmode@gnu.org; Wed, 29 Oct 2014 06:12:41 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XjQF6-0007lc-2I for emacs-orgmode@gnu.org; Wed, 29 Oct 2014 11:12:40 +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:12:40 +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:12:40 +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 Nicolas, Nicolas Goaziou writes: > Hello, > > Andreas Leha writes: > >> I open this file: >> >> #+TITLE: Test amsmath's split >> >> * Some equation >> with some split expression, e.g. >> \begin{equation} >> \begin{split} >> w \cdot x + b &= 1, \text{ and}\\ >> w \cdot x + b &= -1 >> \end{split} >> \end{equation} >> >> To reproduce try to org-toggle-latex-fragment (C-c C-x C-l) on that >> latex expression. > > This should be fixed in master. Thank you for reporting it. > I can confirm this is fixed in my use case. Thank you very much! That'll save me several LaTeX compilation cycles. Andreas