Skip to content

Commit 19feaa5

Browse files
committed
new file: archive/24-25-2-电磁场与微波-题图5.tex
1 parent a0010d7 commit 19feaa5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
\documentclass{standalone}
2+
\usepackage{preset}
3+
\begin{document}
4+
\begin{tikzpicture}[background rectangle/.style={fill=white},show background rectangle,x=20mm,y=20mm]
5+
\draw(-2,0)--(2,0);
6+
\draw(0,0)node[below]{\(O\)}circle(1);
7+
\node at(1,.5){\(q\)};
8+
\draw[->](0,0)--node[right]{\(a\)}(120:1);
9+
\node at(-2,.4){\(\varepsilon_1\)};
10+
\node at(-2,-.4){\(\varepsilon_2\)};
11+
\foreach \x in {-1.8,-1.6,-1.4,-1.2,1.4,1.6,1.8,2}{
12+
\draw(\x,0)--({\x-.1},-.1);
13+
}
14+
\end{tikzpicture}
15+
\end{document}

0 commit comments

Comments
 (0)