aboutsummaryrefslogtreecommitdiffstats
path: root/docs/images/011/splitnets_libfile.tex
blob: 9669ef841b0ed6521aaaf409891f32d3c188d460 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
\documentclass[12pt,tikz]{standalone}
\pdfinfoomitdate 1
\pdfsuppressptexinfo 1
\pdftrailerid{}
\usepackage[utf8]{inputenc}
\pagestyle{empty}

\begin{document}
\begin{tikzpicture}
	\node[inner sep=0pt] at (0,0)
		{\includegraphics[height=\linewidth]{cmos_00.pdf}};
	\node[inner sep=0pt] at (2,-8)
		{\includegraphics[width=\linewidth]{cmos_01.pdf}};
\end{tikzpicture}
\end{document}