1

I am doing something simple with tikz, but code keeps not compiling. I would like to have something like this:

\foreach \x in {0,...,4}
    \foreach \y in {0,...,4} 

   \ifthenelse{mod(\x, 2)=0 \AND \y=3 }{   \node (\x\y) at (1.5*\x,1.5*\y) { $e^{l+1}_{1}$ };} {}; 

What is correct tikz syntax for this?

0 Answers0