Skip to content

Commit 6c1305a

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

File tree

1 file changed

+25
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)