Re: [O] Latex Export: Place Caption Below Table

2011-09-28 Thread Nick Dokos
Thomas S. Dye wrote: > Eric S Fraga writes: > > > Jakob Lombacher writes: > > > >> Hi, > >> > >> if I export a document to latex, the caption of a table is always on the > >> top. > >> > >> How can I place it at the bottom? Is there a parameter to config it? > > > > No, the placement is (curr

Re: [O] Latex Export: Place Caption Below Table

2011-09-28 Thread Thomas S. Dye
Eric S Fraga writes: > Jakob Lombacher writes: > >> Hi, >> >> if I export a document to latex, the caption of a table is always on the top. >> >> How can I place it at the bottom? Is there a parameter to config it? > > No, the placement is (currently) fixed to come before the tabular (or > alter

Re: [O] Latex Export: Place Caption Below Table

2011-09-28 Thread Eric S Fraga
Jakob Lombacher writes: > Hi, > > if I export a document to latex, the caption of a table is always on the top. > > How can I place it at the bottom? Is there a parameter to config it? No, the placement is (currently) fixed to come before the tabular (or alternative) environment. Line 1970 or t

[O] Latex Export: Place Caption Below Table

2011-09-28 Thread Jakob Lombacher
Hi, if I export a document to latex, the caption of a table is always on the top. How can I place it at the bottom? Is there a parameter to config it? Thanks Jakob Examaple #+LABEL: tbl:asdf #+CAPTION: ? | | | "leads to:" --- \begin{table}[htb] \caption{?} \label{tbl:dat