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

2014-10-10 Thread Tak Kunihiro
http://lists.gnu.org/archive/html/emacs-orgmode/2014-06/msg00634.html Thank you for responses in regard to making a longtable using a radio table. I found a way and want to let you know. \begin{footnotesize} \begin{center} % BEGIN RECEIVE ORGTBL tbl:greate-results % END RECEIVE ORGTBL

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

2014-06-18 Thread Oliver Kappel
Am 18.06.2014 um 16:33 schrieb Nick Dokos: > Oliver Kappel writes: > >> >> 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 | >> |-

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

2014-06-18 Thread Oliver Kappel
Hello, I'm just using: #+CAPTION: Table Heading 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 expo

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

2014-06-18 Thread Nick Dokos
Oliver Kappel writes: > 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-v

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

2014-06-18 Thread Oliver Kappel
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 ex