From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [BUG] LaTeX-isms in tables Date: Sun, 13 May 2012 20:00:04 +0200 Message-ID: <87sjf49d23.fsf@gnu.org> References: <87sjf5xl50.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47028) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1STd4d-0003oz-G2 for emacs-orgmode@gnu.org; Sun, 13 May 2012 13:59:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1STd4b-0002tg-LV for emacs-orgmode@gnu.org; Sun, 13 May 2012 13:59:15 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:38181) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1STd4b-0002tZ-Cb for emacs-orgmode@gnu.org; Sun, 13 May 2012 13:59:13 -0400 Received: by wefh52 with SMTP id h52so1788802wef.0 for ; Sun, 13 May 2012 10:59:11 -0700 (PDT) In-Reply-To: <87sjf5xl50.fsf@med.uni-goettingen.de> (Andreas Leha's message of "Sat, 12 May 2012 21:19:23 +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: Andreas Leha Cc: emacs-orgmode@gnu.org 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? > | 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? Thanks, -- Bastien