Implement longtable support for LaTeX export.
commit0ea9fb46c5ba754398c4a2b3ad5bf2db1140d3a6
authorCarsten Dominik <carsten.dominik@gmail.com>
Mon, 15 Dec 2008 20:28:02 +0000 (15 21:28 +0100)
committerCarsten Dominik <carsten.dominik@gmail.com>
Tue, 16 Dec 2008 06:04:05 +0000 (16 07:04 +0100)
tree10a41c03a7f623875e75350ff478fb8a8241ce35
parent45cc93478d377336084577cc9d79f337a53363c5
Implement longtable support for LaTeX export.

Exporting tables to LaTeX suffered from the problem that Org tables
are often long, but that the tabular environment in LaTeX cannot
handle long tables.  This patch fixes this issue.

LaTeX export can now deal with very long tables, by setting an option
in the "ATTR_LaTeX:" line.  Also, you can specify the alignment by
hand.  Here is an example:

Also, table export now correctly deals with tables that start with a
hline.  In such a case, also the LaTeX version will have this extra
hline before the first line.
ORGWEBPAGE/Changes.org
doc/ChangeLog
doc/org.texi
lisp/ChangeLog
lisp/org-export-latex.el
lisp/org-table.el