From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sanjib Sikder Subject: Longtable in orgmode latex export is breaking table header Date: Fri, 5 Oct 2012 18:18:54 +0530 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=14dae93403cfcca81804cb4f4dd3 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41265) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TK7La-0004eu-Df for emacs-orgmode@gnu.org; Fri, 05 Oct 2012 08:49:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TK7LU-00014P-Ks for emacs-orgmode@gnu.org; Fri, 05 Oct 2012 08:49:42 -0400 Received: from mail-ie0-f169.google.com ([209.85.223.169]:48574) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TK7LU-000148-GP for emacs-orgmode@gnu.org; Fri, 05 Oct 2012 08:49:36 -0400 Received: by mail-ie0-f169.google.com with SMTP id 10so4334935ied.0 for ; Fri, 05 Oct 2012 05:49:35 -0700 (PDT) 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: emacs-orgmode@gnu.org --14dae93403cfcca81804cb4f4dd3 Content-Type: text/plain; charset=ISO-8859-1 Hi, The longtable attribute is breaking the table header in two rows. For example, take the following table > #+CAPTION:Table name \citep{myref} > #+LABEL: tbl:mylabel > #+ATTR_LaTeX: longtable > > | header1 | header2 | header3 | header4 | header5 | > header6 | header7 | > > |---------+----------+----------+----------+----------+----------+----------| > | Col1 | 1 | 1 | 4 | 6 | 7 | 8 | > | Col2 | 6 | 7 | 2 | 1 | 3 | 2 | > In pdf it is showing like > > header1 > header2 header3 header4 header5 header6 header7 > Any solution ? Thanks ----------------------------- *Sanjib Sikder *Ph.D. Fellow Chemical Engineering IIT Bombay* * --14dae93403cfcca81804cb4f4dd3 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,

The longtable attribute is breaking the table = header in two rows.

For example, take the following table
#+CAPTION:Table name \citep{myref}
#+LABEL: tbl:mylabel
#+ATTR_LaTeX:= longtable

| header1 =A0=A0 |=A0=A0=A0=A0 header2 |=A0=A0=A0=A0=A0 = header3 |=A0=A0=A0 header4 |=A0=A0=A0 header5 |=A0=A0=A0 header6 |=A0=A0=A0= header7 |
|---------+----------+----------+----------+----------+------= ----+----------|
| Col1 =A0=A0=A0 | 1 | 1 |=A0 4 |=A0 6 | 7 | 8 |
| Col2 =A0=A0=A0=A0 |= =A0 6 | 7 |=A0=A0 2 |=A0 1 |=A0 3 |=A0 2 |

In pdf it is= showing like
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0 header1
header2=A0=A0=A0=A0=A0 header3=A0=A0 header4=A0=A0= =A0 header5=A0=A0=A0 header6=A0=A0=A0=A0 header7

Any s= olution ?

Thanks

-----------------------------
Sanjib Sik= der
Ph.D. Fellow
Ch= emical Engineering
IIT Bombay




--14dae93403cfcca81804cb4f4dd3--