expoweb/documents/therionprotractors/therionpage.tex
2016-05-02 16:32:43 +01:00

23 lines
409 B
TeX

\documentclass[12pt]{standalone}
% packages
\usepackage{tikz}
\usepackage[outline]{contour}
\usepackage{standalone}
\begin{document}
\begin{tikzpicture}
\pgfmathsetmacro{\xdist}{8.5}
\pgfmathsetmacro{\ydist}{4.5}
\foreach \xval in {1,2}
{
\foreach \yval in {1,2,...,5}
{
\node at (\xval*\xdist,\yval*\ydist) {\input{therionprotractor.tex}};
}
}
\end{tikzpicture}
\end{document}