Suppose i have a tikz picture, and in the latex code, I put it between a theorem and a definition, but when I compile, the picture shows up in the middle of the theorem's proof. I think its because the compiler doesn't want any blank space, so it puts the picture where its convenient. How do I specify where exactly to place the picture?
Asked
Active
Viewed 68 times
\begin{tikzpicture}and\end{tikzpicture}(or in\tikz ...code... ;) as an in line element. If you want to make atikzpicturea floating element you have to nest it in afigureenvironment. As for your specific question, it is not clear what the problem is and what you want to achieve. Maybe adding an example MWE (at least what you already tried and gave you problems) would help. – Pier Paolo Aug 24 '14 at 19:54figure-environment, there is no difference between atikzpictureand a 'usual' one. – Hackbard_C Aug 24 '14 at 19:55