From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: Re: [Orgmode] [SOLVED] Bug: LaTeX export of subscripts and superscripts in Tables. [7.9.1] Date: Wed, 5 Sep 2012 09:01:38 +0100 (BST) Message-ID: <1346832098.20077.YahooMailNeo@web29804.mail.ird.yahoo.com> References: <5A464C79-20C8-42A4-8992-2DA38AF9F082@gmail.com> Reply-To: Giovanni Ridolfi Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54702) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9AYU-0005zW-O2 for emacs-orgmode@gnu.org; Wed, 05 Sep 2012 04:01:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9AYO-0004aC-GA for emacs-orgmode@gnu.org; Wed, 05 Sep 2012 04:01:46 -0400 Received: from nm17.bullet.mail.ird.yahoo.com ([77.238.189.70]:20493) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1T9AYO-0004Zz-4R for emacs-orgmode@gnu.org; Wed, 05 Sep 2012 04:01:40 -0400 In-Reply-To: <5A464C79-20C8-42A4-8992-2DA38AF9F082@gmail.com> 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: "gyaman333@gmail.com" , "emacs-orgmode@gnu.org" The new exporter exports the table correctly:=0A=0A\begin{tabular}{l}=0A\hl= ine=0A10$^3$\\=0AH$_2$O\\=0A\hline=0A\end{tabular}=0A=0Aplease use it as su= ggested in the Release notes[1]=0A=0A=0Acheers,=0AGiovanni=0A=0A[1] http://= orgmode.org/Changes.html=0A=0A=0AMake sure contrib/lisp/ is in your load-pa= th=0AM-: (require 'org-export) RET=0AM-: (require 'org-e-latex) RET ; or an= y other library=0AM-x org-export-dispatch RET=0A=0A=0A=0A=0A----- Messaggio= originale -----=0ADa: "gyaman333@gmail.com" =0AA: ema= cs-orgmode@gnu.org=0ACc: =0AInviato: Marted=EC 4 Settembre 2012 10:07=0AOgg= etto: [O] [Orgmode] Bug: LaTeX export of subscripts and superscripts in Tab= les. [7.9.1]=0A=0AUsing the following orgmode text:=0A* table =0A- table=0A= =A0 |--------|=0A=A0 | 10^{3} |=0A=A0 | H_{2}O |=0A=A0 |--------|=0A=0A- 10= ^{3} =0A- H_{2}O=0A=0A=3D=3DEOF=3D=3D=0A=0A=0A=0Athe LaTeX exporter produce= s in version 7.9.1:=0A=0A\begin{document}=0A=0A\maketitle=0A=0A\setcounter{= tocdepth}{3}=0A\tableofcontents=0A\vspace*{1cm}=0A\section{table}=0A\label{= sec-1}=0A=0A\begin{itemize}=0A\item table=0A=0A\begin{center}=0A\begin{tabu= lar}{l}=0A\hline=0A10^\{3\}=A0 \\=A0 =A0 =A0 % may be Bug=0AH_\{2\}O=A0 \\= =A0 =A0 =A0 %=0A\hline=0A\end{tabular}=0A\end{center}=0A=0A=0A\item 10$^{3}= $=0A\item H$_{2}$O=0A\end{itemize}=0A=0A=3D=3DEOF=3D=3D=0A=0A\end{document}= =0A=0A=0AEmacs: GNU Emacs 24.2.1 (x86_64-apple-darwin12.1.0, NS apple-appki= t-1187.00)