I need to have tables exactly in plase, where I put them. I tried to use /table[h], but not works. Is any method to forse latex to input table exactly where I want to?
there are at least two options to prevent your tables from floating.
1) Do not to use the table floating environment; in its stead, use minipages and the \captionof command from the caption package (if the tabular material requires caption). A little example: