Move examples to another folder
This commit is contained in:
11
exam_template/python/tex_templates/Graph.tex
Normal file
11
exam_template/python/tex_templates/Graph.tex
Normal file
@@ -0,0 +1,11 @@
|
||||
\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}
|
||||
Reference in New Issue
Block a user