polish intro, theory and setup with annotated figures
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,18 @@
|
||||
\documentclass{standalone}
|
||||
\input{./tikzpreamble}
|
||||
\begin{document}
|
||||
\begin{tikzpicture}
|
||||
\node[anchor=south west,inner sep=0] (image) at (0,0) {\includegraphics[width=.7\textwidth]{../pics/mainpcb_back.png}};
|
||||
\begin{scope}[x={(image.south east)},y={(image.north west)}]
|
||||
\node[anchor=south west,inner sep=0, rotate=45] (image2) at (0.43,0.08) {\includegraphics[width=.47\textwidth]{../pics/wafer.png}};
|
||||
\draw[fill=white] (0.5,0.5) node {1} circle (.02);
|
||||
\draw[fill=white] (0.1,0.68) node {2} circle (.02);
|
||||
\draw[fill=white] (0.1,0.32) node {2} circle (.02);
|
||||
\draw[fill=white] (0.2,0.8) node {3} circle (.02);
|
||||
%\draw[fill=white] (0.1,0.16) node {4} circle (.02);
|
||||
|
||||
\draw[red, ultra thick, arrows=<->] (0.245,0.66) to[out=-90, in=180] (.73, .32);
|
||||
\draw[blue, ultra thick, arrows=<->] (0.765,0.66) to[out=-90, in=0] (.26, .32);
|
||||
\end{scope}
|
||||
\end{tikzpicture}
|
||||
\end{document}
|
||||
Binary file not shown.
@@ -0,0 +1,18 @@
|
||||
\documentclass{standalone}
|
||||
\input{./tikzpreamble}
|
||||
\begin{document}
|
||||
\begin{tikzpicture}
|
||||
\node[anchor=south west,inner sep=0] (image) at (0,0) {\includegraphics[width=\textwidth]{../pics/poweritv2_teststand_3.png}};
|
||||
\begin{scope}[x={(image.south east)},y={(image.north west)}]
|
||||
\draw[blue, fill=blue, fill opacity=.2, ultra thick, rounded corners] (.15, .25) rectangle (.08,.19);
|
||||
\draw[blue, fill=blue, fill opacity=.2, ultra thick, rounded corners] (.86, .71) rectangle (.94,.79);
|
||||
\draw[red, fill=red, fill opacity=.2, ultra thick, rounded corners] (.85, .24) rectangle (.93,.18);
|
||||
\draw[red, fill=red, fill opacity=.2, ultra thick, rounded corners] (.13, .71) rectangle (.06,.78);
|
||||
|
||||
\draw[green, fill=green, fill opacity=.2, ultra thick, rounded corners] (.44, .85) rectangle (.64, .9);
|
||||
\draw[green, fill=green, fill opacity=.2, ultra thick, rounded corners] (.54, .12) rectangle (.35, .07);
|
||||
|
||||
\draw[magenta, fill=magenta, fill opacity=.2, ultra thick, rounded corners] (.04, .8) rectangle (.14, .9);
|
||||
\end{scope}
|
||||
\end{tikzpicture}
|
||||
\end{document}
|
||||
Binary file not shown.
@@ -0,0 +1,19 @@
|
||||
\documentclass{standalone}
|
||||
\input{./tikzpreamble}
|
||||
\begin{document}
|
||||
\begin{tikzpicture}
|
||||
\node[anchor=south west,inner sep=0] (image) at (0,0) {\includegraphics[width=\textwidth]{../pics/setup_pw_2.png}};
|
||||
\begin{scope}[x={(image.south east)},y={(image.north west)}]
|
||||
\draw[black, fill=white] (.65, .53) node {\Large 1} circle (.3cm);
|
||||
|
||||
\draw[black, fill=white] (.9, .25) node {\Large 2} circle (.3cm);
|
||||
\draw[black, fill=white] (.3, .85) node {\Large 2} circle (.3cm);
|
||||
|
||||
\draw[black, fill=white] (.66, .8) node {\Large 3} circle (.3cm);
|
||||
\draw[black, fill=white] (.68, .22) node {\Large 3} circle (.3cm);
|
||||
|
||||
\draw[black, fill=white] (.35, .53) node {\Large 4} circle (.3cm);
|
||||
\draw[black, fill=white] (.3, .3) node {\Large 5} circle (.3cm);
|
||||
\end{scope}
|
||||
\end{tikzpicture}
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user