Code: Select all
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{shapes,snakes}
\usepackage{verbatim}
\usepackage{graphicx}
\begin{document}
\pagestyle{empty}
\begin{tikzpicture}[scale=2]
\node (A) at (0,1) {circle};
\end{tikzpicture}
\end{document}
This is my code but the the node picture is not appearing when I compile it. Only the text circle appears
teotjunk