MA0301/exam/python/tex_templates/Graph.tex

14 lines
279 B
TeX
Raw Normal View History

2021-08-29 19:57:57 +02:00
\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}
\begin{scope}[every draw/.style={}]
%EDGES
\end{scope}
\end{tikzpicture}