expoweb/documents/therionprotractors/therionpage400.tex
2016-07-11 21:18:40 +01:00

28 lines
497 B
TeX

\documentclass[12pt,a4paper]{article}
% packages
\usepackage{tikz}
\usepackage[outline]{contour}
\usepackage{standalone}
\usepackage[margin=10mm]{geometry}
\begin{document}
\begin{figure}
\centering
\begin{tikzpicture}
\pgfmathsetmacro{\xdist}{8.5}
\pgfmathsetmacro{\ydist}{4.5}
\foreach \xval in {1,2}
{
\foreach \yval in {1,2,...,6}
{
\node at (\xval*\xdist,\yval*\ydist) {\input{therionprotractor400.tex}};
}
}
\end{tikzpicture}
\end{figure}
\end{document}