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

\begin{document}
\begin{tikzpicture}
	\node[inner sep=0pt] at (0,0)
		{\includegraphics[width=\linewidth]{example_00.pdf}};
	\node[inner sep=0pt] at (0,-3.8)
		{\includegraphics[width=\linewidth]{example_01.pdf}};
	\node[inner sep=0pt] at (0,-7)
		{\includegraphics[width=\linewidth]{example_02.pdf}};
\end{tikzpicture}
\end{document}