Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

In a document I am writing I am using the floatflt package to have some floating tables. Right now, this works fine in all but one case:

enter image description here

The code for "achieving" this result is:

\begin{floatingtable}[r]{
\begin{tabular}{lllr}
    T   & = tav & = & 400
\\  o   & = waw & = & 6
\\  r   & = resch   & = & 200
\\      ah  & = he  & = & 5
\\  \multicolumn{2}{l}{in der Summe:}   & & 611
\end{tabular}}
\end{floatingtable}

There is another strange thing: In some cases, when I place the code for the floating table just one line above or below in the surrounding code, the table disappears entirely.

Any ideas as how to have the floating tables properly set?

share|improve this question
4  
A MWE is needed, the snippet you provide is not sufficient. – egreg Jan 16 '12 at 15:42
Note that your usage of floatingtable is not correct. The format is \begin{floatingfigure}[<option>]{<width>}<stuff>\end{floatingfigure}. See the floatflt package documentation. – Werner Jan 17 '12 at 6:55
I don't think so, since I am including a table and no figure. See the documentation you linked, page 3! – Moked Jan 17 '12 at 13:28
Since no code testable code has been added, I close this question. It could be reopened after it would have been edited adding more details or code. – Stefan Kottwitz Jan 21 '12 at 13:02

closed as too localized by Stefan Kottwitz Jan 21 '12 at 13:02

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.