From mboxrd@z Thu Jan 1 00:00:00 1970 From: "kevin.lemorzadec" Subject: Exporting LaTeX fragments equations Org-mode 8.2.10 Date: Mon, 15 Dec 2014 16:24:49 -0330 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1139e0b27ea947050a469de4 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51643) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0bjR-0008TI-VA for emacs-orgmode@gnu.org; Mon, 15 Dec 2014 14:55:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y0bjK-0007s3-Dw for emacs-orgmode@gnu.org; Mon, 15 Dec 2014 14:55:01 -0500 Received: from ellington.ucs.mun.ca ([134.153.232.51]:50626) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0bjK-0007rk-7o for emacs-orgmode@gnu.org; Mon, 15 Dec 2014 14:54:54 -0500 Received: from mail-yh0-f52.google.com (mail-yh0-f52.google.com [209.85.213.52]) by ellington.ucs.mun.ca (8.13.8/8.13.8) with ESMTP id sBFJsoPe003777 for ; Mon, 15 Dec 2014 16:24:50 -0330 Received: by mail-yh0-f52.google.com with SMTP id z6so5402151yhz.39 for ; Mon, 15 Dec 2014 11:54:50 -0800 (PST) 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 --001a1139e0b27ea947050a469de4 Content-Type: text/plain; charset=UTF-8 Hello, Since I updated to Org-mode version 8.2.10, I am having trouble exporting equation in latex properly. Some \ are inserted in the tex verion. For example: \begin{equation} \label{eqn:Lpar} Lpar_{k}=\frac{hb_{k}}{slope} \end{equation} Becomes: \begin{equation} \label{eqn:Lpar} Lpar$_{\text{k}}$=\frac\{hb$_{\text{k}}$\}\{slope\} \end{equation} I tried to force #+OPTIONS: tex:t which should be the default value but that didn't help. Any suggestion of what I may be missing? -- Kevin --001a1139e0b27ea947050a469de4 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello,
Since I updated to Org-mode version 8.2.10, I a= m having trouble exporting equation in latex properly. Some \ are inserted = in the tex verion.

For example:
<= div>
\begin{equation} \label{eqn:Lpar}
Lpar_{k}=3D\frac{hb_{k= }}{slope}=C2=A0
\end{equation}=C2=A0

Becomes:
\begin{equation} \label{eqn:Lpar}
Lpar$_{\text{k}}$=3D\frac\{hb$_{\text{k}}$\}\{slope\}=C2=A0
\end{equation}=C2=A0

I tried to force #+O= PTIONS: tex:t
which should be the default value but that di= dn't help.

Any suggestion of what = I may be missing?


--
Kevin
--001a1139e0b27ea947050a469de4--