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
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
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
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