emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Possible bug in export of table in latex


From: Nicolas Goaziou
Subject: Re: [O] Possible bug in export of table in latex
Date: Tue, 06 Jan 2015 23:32:15 +0100

Hello,

Giuseppe Lipari <address@hidden> writes:

> I am preparing some slides using org-beamer mode. Here is the snippet of a
> table I have in my file:
>
>
>    #+ATTR_LATEX: :float t :width 4cm
>    | /Single node app/ | /Distributed app/           |
>    |-------------------+-----------------------------|
>    | Operating System  | Distributed OS              |
>    | Network           | Network programming libs    |
>    | Progr. language   | Distributed Progr. language |
>    |-------------------+-----------------------------|
>
> If I understand well from the documentation, the "width" option should set
> the width of the table. However, the exporter produces the following latex
> snippet:
>
>
> \begin{table}[htb]
> \centering
> \begin{tabular}{4cm}{ll}
> \emph{Single node app} & \emph{Distributed app}\\
> \hline
> Operating System & Distributed OS\\
> Network & Network programming libs\\
> Progr. language & Distributed Progr. language\\
> \hline
> \end{tabular}
> \end{table}
> \end{frame}
>
>
> Clearly, the lenght specification went in the wrong place, as the first
> parameter of tabular should not be the width of the table, but the column
> alignment.

This should be fixed. Thank you for reporting it.


Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]