From: Giuseppe Lipari <giulipari@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Possible bug in export of table in latex
Date: Tue, 6 Jan 2015 14:03:24 +0100 [thread overview]
Message-ID: <CABHo5SDcOBLOqj52at1H3ZmmA1N7J5f-veGtzpXNbPFpRMcA-w@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1563 bytes --]
Dear all,
happy new year to everybody!
I think I might have discovered a bug.
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.
I am running the most updated version from git, that is 8.3beta
All the best,
Giuseppe Lipari
--
Giuseppe Lipari
LIFL
Université de Lille 1
blogs: http://scacciamennule.blogspot.com (Italian)
<http://scacciamennule.blogspot.com>
http://okpanico,wordpress.com (Italian)
http://algoland.wordpress.com (English)
[-- Attachment #2: Type: text/html, Size: 2332 bytes --]
next reply other threads:[~2015-01-06 13:03 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-06 13:03 Giuseppe Lipari [this message]
2015-01-06 18:15 ` Possible bug in export of table in latex Eric S Fraga
2015-01-06 22:32 ` Nicolas Goaziou
2015-01-08 8:40 ` Giuseppe Lipari
2015-01-08 16:47 ` Nicolas Goaziou
2015-01-08 16:57 ` Andreas Leha
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CABHo5SDcOBLOqj52at1H3ZmmA1N7J5f-veGtzpXNbPFpRMcA-w@mail.gmail.com \
--to=giulipari@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).