I have a tikz picture in a tex file
\begin{figure}[ht!]
\begin{center}
\resizebox{.4\textwidth}{!}{\begin{tikzpicture}[
....
\end{tikzpicture}}
\end{center}
\end{figure}
The ... portion is quite long. Is it possible to put the ... portion in a file and load it with code like \include...?
\input. – Stefan Kottwitz Aug 03 '12 at 12:12