emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Tables with multicolumn in LaTeX export
@ 2015-08-25 14:38 Suvayu Ali
  2015-08-25 15:13 ` Eric S Fraga
  0 siblings, 1 reply; 4+ messages in thread
From: Suvayu Ali @ 2015-08-25 14:38 UTC (permalink / raw)
  To: Emacs Org mode

[-- Attachment #1: Type: text/plain, Size: 1340 bytes --]

Hi,

I was wondering if it is possible to have multicolumn when exporting
tables to LaTeX.  Something like the following:

|                |        | ∈ (5300,5800) |        | ∈ (5320,5420) | <- row with multicolumn
| classifier     | signal |        combi. | signal |        combi. |
|----------------+--------+---------------+--------+---------------|
| old BDT > 0.3  |  70347 |         10885 |  68502 |          4021 |
| BDT v1 > -0.08 |  68458 |         20310 |  66683 |          5853 |
| BDT v1 > -0.09 |  69418 |         22329 |  67617 |          6431 |
| BDT v1 > -0.12 |  71336 |         28674 |  69479 |          8160 |

to

\begin{tabular}{lrrrr}
 &  \multicolumn{2}{c}{∈ (5300,5800)} &  \multicolumn{2}{c}{∈ (5320,5420)}\\
classifier     & signal & combi. & signal & combi.\\
\hline
old BDT > 0.3  & 70347  & 10885  & 68502  & 4021\\
BDT v1 > -0.08 & 68458  & 20310  & 66683  & 5853\\
BDT v1 > -0.09 & 69418  & 22329  & 67617  & 6431\\
BDT v1 > -0.12 & 71336  & 28674  & 69479  & 8160\\
\end{tabular}

I am not too keen on using table.el as it uses too many lines, I would
like it to be minimal (tiny screenshot attached).  Maybe there is a
hack?  I'm not familiar with all the possibilities available via
#+attr_latex properties.  Thanks for any ideas.

Cheers,

-- 
Suvayu

Open source is the future. It sets us free.

[-- Attachment #2: table.png --]
[-- Type: image/png, Size: 5689 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-08-25 22:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-25 14:38 Tables with multicolumn in LaTeX export Suvayu Ali
2015-08-25 15:13 ` Eric S Fraga
2015-08-25 16:14   ` Suvayu Ali
2015-08-25 22:40     ` Rasmus

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).