Tagged Questions
4
votes
1answer
1k views
Tikz with positioning does not work with DVI
I have the following Tikz picture:
\begin{tikzpicture}
\node (a) {A};
\node [below=2cm of a] (b) {B};
\end{tikzpicture}
When I compile this code with PDF-LaTeX, I get the expected result: "B" ...