12 lines
225 B
TeX
12 lines
225 B
TeX
|
\newcommand{\arrow}[2]{\path [-{Latex[scale=1]}] (#1) edge (#2);}
|
||
|
|
||
|
\begin{tikzpicture}
|
||
|
|
||
|
\begin{scope}[every node/.style={shape=circle, fill=white, draw, inner sep=2pt}]
|
||
|
%NODES
|
||
|
\end{scope}
|
||
|
|
||
|
%EDGES
|
||
|
|
||
|
\end{tikzpicture}
|