From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marko =?ISO-8859-1?Q?Sch=FCtz?= Schmuck Subject: Re: latex environment inside math mode problem Date: Mon, 19 Jan 2015 23:34:57 -0400 Message-ID: <87lhkyt99a.wl-MarkoSchuetz@web.de> References: <878ugypcwf.wl-MarkoSchuetz@web.de> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: multipart/signed; boundary="pgp-sign-Multipart_Mon_Jan_19_23:34:53_2015-1"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDPb3-0008FL-0P for emacs-orgmode@gnu.org; Mon, 19 Jan 2015 22:35:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDPaw-0004bb-V8 for emacs-orgmode@gnu.org; Mon, 19 Jan 2015 22:35:16 -0500 Received: from mout.web.de ([212.227.15.14]:64679) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDPaw-0004bE-LW for emacs-orgmode@gnu.org; Mon, 19 Jan 2015 22:35:10 -0500 In-Reply-To: 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: John Kitchin Cc: Orgmode Mailing List --pgp-sign-Multipart_Mon_Jan_19_23:34:53_2015-1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable At Mon, 19 Jan 2015 20:33:50 -0500, John Kitchin wrote: >=20 > #+BEGIN_LaTeX > f =3D > \begin{cases} > t & 1\\ > f & 2\\ > \end{cases} > #+END_LaTeX >=20 > seems to work. almost: whether I use your suggestion or=20 =20 #+BEGIN_LaTeX \(f =3D \begin{cases} t & 1\\ f & 2\\ \end{cases} \) #+END_LaTeX the itemize environment in which it occurs ends before the inline math. > Marko Sch=FCtz Schmuck writes: >=20 > > Dear All, > > > > the new exporter does not seem to handle \begin/\end inside \( ... \). > > > > If the org file contains > > > > \(f =3D > > \begin{cases} > > t & 1\\ > > f & 2\\ > > \end{cases} > > \) > > > > the resulting tex file contains > > > > $\backslash$(f =3D > > \begin{cases} > > t & 1\\ > > f & 2\\ > > \end{cases} > > $\backslash$) > > > > Is there a known fix or workaround? > > > > Thanks and best regards, > > > > Marko >=20 > -- > Professor John Kitchin > Doherty Hall A207F > Department of Chemical Engineering > Carnegie Mellon University > Pittsburgh, PA 15213 > 412-268-7803 > @johnkitchin > http://kitchingroup.cheme.cmu.edu --pgp-sign-Multipart_Mon_Jan_19_23:34:53_2015-1 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit Content-Description: OpenPGP Digital Signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEABECAAYFAlS9zN0ACgkQOrTq/v3ACNpMOgCdECCuguNTDU3Vu+nHgNBuAZjM GDwAn0FN7yV9/eSnTRvTUSD9pyaUl/hK =eN89 -----END PGP SIGNATURE----- --pgp-sign-Multipart_Mon_Jan_19_23:34:53_2015-1--