emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Create a longtable in LaTeX from orgtbl


From: Oliver Kappel
Subject: Re: [O] Create a longtable in LaTeX from orgtbl
Date: Wed, 18 Jun 2014 15:55:04 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.90 (darwin)

Hello,

I'm just using:

#+CAPTION: Table headline shown in \listoftables
#+NAME:   tab:name_for_ref_to
#+ATTR_LATEX: :environment longtable :align |l|l|l|
|-------+-------+-------|
| Col 1 | Col 2 | Col 3 |
|-------+-------+-------|

Works fine on org-version 8.2.5h spanning the table via latex export
over several pages. LaTex \usepackage{longtable} is set in
org-export-latex-default-packages-alist per default.

Just the phrase "continued on next page" is hardcoded in ox-latex.el
line 2620 if you need a localized output.

  Greetings,

  Oliver

At 18.06.2014 um 01:11 Tak Kunihiro wrote:

> Dear all,
>
> Can you show how to create a longtable in LaTeX from orgtbl?
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]