Skip to content

Commit 0c1b7ce

Browse files
committed
new file: archive/24-25-1-离散数学-期末-题图2.7.tex
1 parent cadbb9e commit 0c1b7ce

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
\documentclass{standalone}
2+
\usepackage{preset}
3+
\begin{document}
4+
\begin{tikzpicture}[background rectangle/.style={fill=white},show background rectangle,x=15mm,y=15mm]
5+
\tikzset{every node/.style={draw,circle,minimum width=4,inner sep=0pt}}
6+
\node(1)at(0,{sqrt(3)}){};
7+
\node(3)at(1,0){};
8+
\node(2)at(2,{sqrt(3)}){};
9+
\node(4)at(3,0){};
10+
\node(5)at(4,{sqrt(3)}){};
11+
\tikzset{every node/.style={draw=none}}
12+
\node[left]at(1){\(v_1\)};
13+
\node[right]at(3){\(v_3\)};
14+
\node[left]at(2){\(v_2\)};
15+
\node[right]at(4){\(v_4\)};
16+
\node[right]at(5){\(v_5\)};
17+
\draw (1)--node[left]{\(e_1\)}(3)
18+
(3)--node[right]{\(e_3\)}(2)
19+
(2)--node[above]{\(e_5\)}(5)
20+
(2)--node[left]{\(e_4\)}(4)
21+
(4)--node[right]{\(e_6\)}(5);
22+
\draw(3.180)to[out=-180,in=-90,distance=20]node[left]{\(e_2\)}(3.270);
23+
\end{tikzpicture}
24+
\end{document}

0 commit comments

Comments
 (0)