all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: Emacs Org mode <emacs-orgmode@gnu.org>
Subject: Re: Tables with multicolumn in LaTeX export
Date: Tue, 25 Aug 2015 16:13:40 +0100	[thread overview]
Message-ID: <87wpwj7657.fsf@ucl.ac.uk> (raw)
In-Reply-To: 20150825143843.GJ31789@chitra.no-ip.org

On Tuesday, 25 Aug 2015 at 16:38, Suvayu Ali wrote:
> 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 |

A kludge but you can use @@latex:...@@ in the table headings to achieve
what you want.  Not pretty, mind you, and to avoid multiple \cr being
created for the extra rows on the first line, this will only work if the
last column is part of a multicolumn.

#+begin_src org
  ,* table with multiple column spanning
  |                | @@latex:\multicolumn{2}{c}{@@\in (5300,5800)@@latex:}@@ | @@latex:\multicolumn{2}{c}{@@ \in (5320,5420) @@latex:} \\%@@ |        |        |
  |                |       <10> |       <10> |        |        |
  | 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 |

#+end_src

Note the \\% in the end of the last multi-column directive.

HTH,
eric

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.2, Org release_8.3.1-176-g45abec

  reply	other threads:[~2015-08-25 15:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-25 14:38 Tables with multicolumn in LaTeX export Suvayu Ali
2015-08-25 15:13 ` Eric S Fraga [this message]
2015-08-25 16:14   ` Suvayu Ali
2015-08-25 22:40     ` Rasmus

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wpwj7657.fsf@ucl.ac.uk \
    --to=e.fraga@ucl.ac.uk \
    --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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.