I tried to type a TikZ code for the first time but it did not compile, and I have no idea why. Is there any other packages that I have to use or is there anything wrong with the syntax?
\documentclass[11pt,twoside,a4paper]{article}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
\node (h) at (0,0) {hello};
\node (w) at (2,3) {world};
\draw (h) edge (w);
\end{tikzpicture}
\end{document}
.logfile say? – Joseph Wright Feb 01 '14 at 07:56.logfile telling you what it did. It is in there that you'll find error messages, etc. – Joseph Wright Feb 01 '14 at 08:12errors:0 warnings:0is what WinEdt thinks has happened, but that may be wrong. You really should look in the.logfile. You can certainly have more than one TeX system installed: I routinely have two or three available. – Joseph Wright Feb 01 '14 at 08:26