From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: [BUG] LaTeX-isms in tables Date: Sun, 13 May 2012 20:32:35 +0200 Message-ID: <87wr4gue2k.fsf@med.uni-goettingen.de> References: <87sjf5xl50.fsf@med.uni-goettingen.de> <87sjf49d23.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46417) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1STdbs-0002iz-Vt for emacs-orgmode@gnu.org; Sun, 13 May 2012 14:33:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1STdbq-00006j-Qs for emacs-orgmode@gnu.org; Sun, 13 May 2012 14:33:36 -0400 Received: from plane.gmane.org ([80.91.229.3]:42090) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1STdbq-00006U-KI for emacs-orgmode@gnu.org; Sun, 13 May 2012 14:33:34 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1STdbn-0005o0-1U for emacs-orgmode@gnu.org; Sun, 13 May 2012 20:33:31 +0200 Received: from vpn-2219.gwdg.de ([134.76.2.219]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 May 2012 20:33:31 +0200 Received: from andreas.leha by vpn-2219.gwdg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 May 2012 20:33:31 +0200 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 Hi Bastien, thanks for looking into this! Bastien writes: > Hi Andreas, > > Andreas Leha writes: > >> there seems to be a bug in LaTeX tables: >> >> I can not properly export a file with 2 [\mu{}] in a table to pdf. > > I assume this is with the official LaTeX exporter, right? Yes. Sorry, that I did not state that. > >> | parameter | unit | >> |-----------+---------| >> | some | [\mu] | > > There is only one [\mu] and it is not [\mu{}] here. But anyway, > I tested the table above and it exports correctly to this > > \begin{center} > \begin{tabular}{ll} > parameter & unit \\ > \hline > some & [\mu] \\ > \end{tabular} > \end{center} > > Am I missing something? In my opinion, this should rather be "... [$\mu$] \\" The \mu outside of the table is correctly exported as $\mu$. Thanks, Andreas