What is the correct way to cause a \tikzpicture
to be centered, using LaTeX? By default it appears to be aligned with the left margin.
views:
593answers:
3This seems to work well, thanks!
Jacob Gabrielson
2009-12-04 23:37:23
+1
A:
When the picture doesn't need to be put in a figure (i.e. when it doesn't need a caption), I use
\begin{center}
\begin{tikzpicture}
....
\end{tikzpicture}
\end{center}
David Zaslavsky
2010-04-24 04:03:48