mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-05 17:14:08 +00:00
Images now included relative to the `docs/source` folder instead of the rst file. Also makes sure to add the updated `yosyshq.css` (which as a sidenote has ended up as `custom.css` in most of the other docs).
19 lines
496 B
TeX
19 lines
496 B
TeX
\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}
|