Tagged Questions
0
votes
1answer
197 views
Different color display between Adobe Reader and Yap
Today I have been realized some drawings for my scientific article using PGF. After converting the DVI to the PDF file I have noticed that my grid which has been supposed to be gray was somewhat ...
4
votes
1answer
980 views
Does tikz 2.1 no longer work with the preview package?
I used to be able to create png images of diagrams made with tikz code by using the preview package and printing the dvi output from dvips to a png file using ghostscript. The latest version of tikz ...
3
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" ...