Olha, Chaiane
Na verdade eh bem simples, rsrsrsrsrs... vou tentar resumir - seja livre para perguntar/completar:
1: Salve num arquivo separado (digamos PreAmbulo.tikz.tex) a parte do seu preambulo, quese refere a suas imagens tikz, mas com:
\documentclass{standalone}
2: Latex permite \input{} no premabulo!! Assim, num arquivo separado do seu imagem tikz (digamos (Image.tex), coloque:
\input{PreAmbulo.tikz.tex}
\begin{document} % (poderia mover pro PreAmbulo.tikz.tex)
\begin{tikzpicture}
%seu tikzaqui
\end{tikzpicture}
\end{document}
3: Compile a imagem: pdflatex Image.tex.
4: No seu documento principal, substitua seu \begin{tikzpicture}---\end{tikzpicture} com includegraphuics:
\includegraphics{Image.pdf}
5: Repete ad infinitum....
6: Toda vetorialidade do TikZ mantida!
Espero ter ajudado.
0le
/////
( O O )
=================oOO==(_)==OOo=================
Every day and every hour, I'm Learning more
The more I Learn, the less I Know about before
The Less I know, the more I want to Look around
Diggin' deeper into Higher Ground... UB40
.oooO Oooo.
==================( )=( )=====================
\ ( ) /
\_) (_/
===============================================
Ole Peter Smith, IME, UFG
http://olepeter.mat.ufg.br - ole at
ufg.br===============================================
Life sure is a Mystery to be Lived
Not a Problem to be Solved
===============================================