Jean Dubois
unread,Oct 3, 2014, 8:40:59 AM10/3/14You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
After reading an article in Ubuntu Magazine on the use of tikz, I tried it
with the following sample code:
\documentclass[a4paper,11pt,titlecentered]{artikel3}
\usepackage{tikz}
\usepackage[dutch]{babel}
\begin{document}
\title{Trying out tikz}
\section{Intro}
\begin{tikzpicture}
\draw[step=10mm] (0.0) grid (100mm,100mm);
\end{tikzpicture}
\end{document}
I do get the expected grid but unfortunately I also get the error message:
! Package pgf Error: No shape named 0 is known.
What do I have to change or add to my code to correct it?
thanks in advance
jean