From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joseph Vidal-Rosset Subject: latex equation and html export Date: Mon, 30 Dec 2013 13:52:36 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7bd6bc9a44bdcb04eebfecf2 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42722) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxcL5-00018l-44 for emacs-orgmode@gnu.org; Mon, 30 Dec 2013 07:53:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VxcL4-0007kL-1N for emacs-orgmode@gnu.org; Mon, 30 Dec 2013 07:52:59 -0500 Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]:49219) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxcL3-0007kG-QE for emacs-orgmode@gnu.org; Mon, 30 Dec 2013 07:52:57 -0500 Received: by mail-wi0-f173.google.com with SMTP id hn9so11619872wib.0 for ; Mon, 30 Dec 2013 04:52:57 -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 list --047d7bd6bc9a44bdcb04eebfecf2 Content-Type: text/plain; charset=UTF-8 Hello everyone, With numbered equation, I do not succeed to get a code working both for LateX export AND html export . For example this code: #+BEGIN_LaTeX \begin{equation} \label{eq:2} A \to \neg B \end{equation} #+END_LaTeX works fine in org-mode : latex syntax is highleted and the export to pdf works. But it does not work with html export: the formula does not appear. Same problem also for footnotes and reference with biblatex... : I do not see the conversion. Your help is welcome. Best wishes Jo. --047d7bd6bc9a44bdcb04eebfecf2 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello everyone,

With numbered equation,= I do not succeed to get a code working both for LateX export AND html expo= rt .=C2=A0

For example this code:=C2=A0
=
#+BEGIN_LaTeX
\begin{equation}
\label{eq:2}
A \to \neg B
\end{equation}
#+END_LaTeX
<= /div>

works fine in org-mode : latex syntax is highleted= and the export to pdf works. But it does not work with html export: the fo= rmula does not appear.

Same problem also for footnotes and reference with bibl= atex... : I do not see the conversion.=C2=A0

Your = help is welcome.=C2=A0

Best wishes

<= /div>
Jo. =C2=A0
--047d7bd6bc9a44bdcb04eebfecf2--