My Tickpicture seems not to be working properly... Here's my code:
Code: Select all
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{calc,through,backgrounds}
\begin{document}
\begin{tikzpicture}
\coordinate (A) at (-4,2);
\coordinate (B) at (4,2);
\coordinate (C) at (-4,-2);
\coordinate (D) at (4,-2)
\draw (A) -- (B);
\draw (B) -- (C);
\draw (C) -- (D);
\draw (D) -- (A);
\end{tikzpicture}
\end{document}
("C:\Program Files\MiKTeX 2.7\tex\context\base\supp-pdf.tex"
[Loading MPS to PDF converter (version 2006.09.02).]
I've attached my log file for further information. What am I doing wrong?
Thanks