I have 3 tables: 1,2,3 and text that I need to have near table 3 (before & after). LaTeX's allocated table 1 and 2 on page 4 and table 3 on page 5, but I need this table (3) to be allocated with the text on page 3. And when I use
\usepackage{float}
\begin{table}[H]
...`
it is stuck on page 3, but now the table 3 shows up earlier than table 1 and 2, which is kind of not what I want.
I don't know if I explained this corrently, hope you know what I mean.
Hmeans do not float. so it does what you ask, even if other tables float past it. Just not usingHis usually the best advice. – David Carlisle Mar 05 '17 at 12:13tableenvironment. On the other hand,[H]should work as well. You can also put multiple tables and captions into onetableenvironment. – Johannes_B Mar 05 '17 at 12:13\documentclass,\begin{document} ... \end{document}with the setup you are using so that we can exactly reproduce you problem? And a simple question: Have you given LaTex multiple runs (at least two) to try get the numbers right? – Timm Mar 05 '17 at 12:14tabularsinside onetable. – Schweinebacke Mar 05 '17 at 12:15