MA0301/exam_template/python/tex_templates/Graph.tex

12 lines
225 B
TeX
Raw Normal View History

2021-05-10 22:12:44 +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}
%EDGES
\end{tikzpicture}