I have a TikZ-Picture "externalized" in a file (i.e. "figures/mypic.tikz").
I would like to position this picture in my LaTeX-Document (Beamerclass) to an absolute position/coordinate.
I got several of those files and would like to arrange them on the frame, like I would do with a mouse in Powerpoint ("booohh"

The Problem is, that each externalized tikz-file has its own "\begin{tikzpicture}" and "\end{tikzpicture}".
How can I do this?
Here is, what I have done:
Code: Select all
\node at (0,0){\input{"mypic1.tikz"}};
\node at (0,0){\input{"mypic2.tikz"}};
Thank you very much for your help!
greetz
pooz