由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - add caption above floating table using floatflt
相关主题
anyone has experience with floatflt?latex 表格自动排版的问题
请问tabular里面的一个格子里如何能够换行呢?谢谢!新手请教LNCS排版中表格问题
Table 的黑粗线是怎么弄出来的?新人提问,怎么把一个tabular左上角的那个cell删除?
help on subtable label请教几个Latex的小问题
怎么样让图片在固定的地方出现?latex写信函(letters),无法做table
how to use longtable in latex?如何让 图表的标题和图表有空白?
如何在table里面插入图?写在文中的table怎么会跑到页首上去?
急问一表格问题怎么改变table的大小?
相关话题的讨论汇总
话题: floatflt话题: table话题: caption话题: hline话题: floating
进入TeX版参与讨论
1 (共1页)
g*****d
发帖数: 35
1
Hi,
I am using the floatflt package. It offers floating figures and tables.
However, for the floating table, I can only put the caption below the table
but not above. How to make it above the table? Thank you very much. I list the
normal usage that may be useful for others also.
\usepackage{floatflt}
The following works for appending the caption below the table
\begin{floatingtable} [r]
{
\begin{tabular}[c]{|l|l|l|l|l|}
\hline
Application & column0 & c1 & c2& c3\\
\hline\hline
good1 & 8 & 7 & 6
T*******n
发帖数: 493
2
I've never used floatflt, but after quickly reading the user manual for it, it
appears that this is a limitation of the package.
Note that you had to enclose the tabular environment in a pair of {}; this is
done to pass the entire tabular environment as an argument to the
floatingtable
environment. Also note that unlike the floatingfigure environment, you don't
specify a width for floatingtable. So the floatingtable environment takes the
tabular environment as an argument, typesets it and mea

【在 g*****d 的大作中提到】
: Hi,
: I am using the floatflt package. It offers floating figures and tables.
: However, for the floating table, I can only put the caption below the table
: but not above. How to make it above the table? Thank you very much. I list the
: normal usage that may be useful for others also.
: \usepackage{floatflt}
: The following works for appending the caption below the table
: \begin{floatingtable} [r]
: {
: \begin{tabular}[c]{|l|l|l|l|l|}

1 (共1页)
进入TeX版参与讨论
相关主题
怎么改变table的大小?怎么样让图片在固定的地方出现?
为什么我插入表格后,后面文字和表格间会留一大块空白?how to use longtable in latex?
如何让一个table和picture永远在一起如何在table里面插入图?
怎么控制表格里行的高度?急问一表格问题
anyone has experience with floatflt?latex 表格自动排版的问题
请问tabular里面的一个格子里如何能够换行呢?谢谢!新手请教LNCS排版中表格问题
Table 的黑粗线是怎么弄出来的?新人提问,怎么把一个tabular左上角的那个cell删除?
help on subtable label请教几个Latex的小问题
相关话题的讨论汇总
话题: floatflt话题: table话题: caption话题: hline话题: floating