On this page:
I took neural network drawing but i have an error on that:
\foreach \i in {1,2,3,4,5,6,7,8,9}{
\foreach \j in {1,2,3,4,5,6,7,8}{
\path[normal arrow,Cyan, draw opacity=0.2] (nx\i) -- (cl1n\j);
}
}
cl1n
is like not declared or defined can you help me?
xcoloroption and required TikZ libraries. Does the example work now for you (use LuaLaTeX)? – Qrrbrbirlbel Feb 20 '13 at 03:12