15 lines
508 B
TeX
15 lines
508 B
TeX
\documentclass[]{standalone}
|
|
\input{./tikzpreamble}
|
|
\begin{document}
|
|
\begin{tikzpicture}
|
|
\node[anchor=south west,inner sep=0] (image) at (0,0) {%
|
|
\includegraphics{../../BaTh/data/m03_poticalib/adccalib_02.pdf}
|
|
};
|
|
\begin{scope}[x={(image.south east)},y={(image.north west)}]
|
|
\node[fill=white, draw=gray] at (1.05,.4) {
|
|
\includegraphics[width=.55\textwidth]{gen18v.pdf}
|
|
};
|
|
\end{scope}
|
|
\end{tikzpicture}
|
|
\end{document}
|