From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joseph Vidal-Rosset Subject: Re: latex equation and html export Date: Mon, 30 Dec 2013 21:10:29 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c38a223c620f04eec60a11 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36226) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxjAq-0006rE-Gb for emacs-orgmode@gnu.org; Mon, 30 Dec 2013 15:10:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VxjAp-00072Q-7Q for emacs-orgmode@gnu.org; Mon, 30 Dec 2013 15:10:52 -0500 Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]:56750) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxjAo-00072I-Rm for emacs-orgmode@gnu.org; Mon, 30 Dec 2013 15:10:51 -0500 Received: by mail-wi0-f179.google.com with SMTP id z2so11922290wiv.6 for ; Mon, 30 Dec 2013 12:10:49 -0800 (PST) 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: "Thomas S. Dye" Cc: emacs-orgmode list --001a11c38a223c620f04eec60a11 Content-Type: text/plain; charset=UTF-8 2013/12/30 Thomas S. Dye > get this LaTeX, which works as expected: > > \begin{equation} > \label{eq:2} > A [image: \to] [image: \neg{}] B > \end{equation} > % Emacs 24.3.1 (Org mode 8.2.4) > Bonsoir Thomas, Indeed, the code works correctly. I do not understand why #+NAME: eq:2 #+BEGIN_EQUATION #+END_EQUATION does not produce the same thing when I export it into latex. I have this list of preambules: # -*- Mode:org; mode:reftex; coding:utf-8 -*- #+OPTIONS: H:5 num:t toc:t \n:nil @:t ::t |:t ^:nil -:t f:t *:t <:t #+OPTIONS: tex:verbatim #+LaTeX_CLASS: koma-article #+LaTeX_CLASS_OPTIONS: [koma,a4paper] #+LANGUAGE: en #+LATEX_HEADER: \usepackage[AUTO]{inputenc} #+LATEX_HEADER: \usepackage[hyperref,x11names]{xcolor} #+LATEX_HEADER: \usepackage[colorlinks=true,urlcolor=SteelBlue4,linkcolor=Firebrick4]{hyperref} #+LaTeX_HEADER: \usepackage[backend=biber,style=verbose]{biblatex} #+LaTeX_HEADER: \bibliography{jvr-biblatex-references.bib} #+LaTeX_HEADER: \usepackage{bussproofs} #+LaTeX_HEADER: \usepackage{amsmath,amssymb,amsopn} #+LaTeX_HEADER: \usepackage{fitch} #+OPTIONS: tex:verbatim #+HTML_MATHJAX: align:"left" mathml:t path:"/MathJax/MathJax.js" #+OPTIONS: tex:imagemagick Could you send to me your configuration files and your preambles please, it would be certainly helpful. In advance thanks, Best wishes, Jo. --001a11c38a223c620f04eec60a11 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

= 2013/12/30 Thomas S. Dye <tsd@tsdye.com>
get this LaTeX, which works as e= xpected:

\begin{equation}
\label{eq:2}
A 3D"\to" 3D"\neg{= B
\end{equation}
% Emacs 24.3.1 (Org mode 8.2.4)

Bonsoir Thomas,=

Indee= d, the code works correctly. I do not understand why
=C2=A0#+NAME: eq:2
#+BEGIN_EQUATION

#+END_E= QUATION
does not produce the same thing when I= export it into latex.=C2=A0
I have this list of preambules:= =C2=A0

#= -*- Mode:org; mode:reftex; coding:utf-8 =C2=A0-*-
#+OPTIONS: =C2=A0 H:5 num:t toc:t \n:nil @:t ::t |:t ^:nil -:t f:t *= :t <:t
#+OPTIONS: t= ex:verbatim
#+LaTeX_CLASS: koma-article=
#+LaTeX_CLASS_OPTIONS: [koma,a4pape= r]
#+LANGUAGE: =C2=A0en
<= div class=3D"gmail_extra">#+LATEX_HEADER: \usepackage[AUTO]{inputenc= }
#+LATEX_HEADER: \usepackage[hyperref,x11n= ames]{xcolor}
#+LATEX_= HEADER: \usepackage[colorlinks=3Dtrue,urlcolor=3DSteelBlue4,linkcolor=3DFir= ebrick4]{hyperref}
#+LaTeX_HEADER: \usepackage[backend=3Dbib= er,style=3Dverbose]{biblatex}
#+LaTeX_HEADER: \bibliography{jvr-biblatex-references.bib}
#+LaTeX_HEADER: \usepackage{bussproofs}
#+LaTeX_HEADER: \usep= ackage{amsmath,amssymb,amsopn}
#+LaTeX_HEADER: \usepackage{fitch}=
#+OPTIONS: tex:verbatim
#+HTML_MATHJAX: align:"left" ma= thml:t path:"/MathJax/MathJax.js"
#+OPTIONS: tex:imagemagick

Could you send to me = your configuration files and your preambles please, it would be certainly h= elpful.=C2=A0

In advance thanks,=C2=A0

Best wishes,

Jo.=C2=A0
--001a11c38a223c620f04eec60a11--