expoweb/documents/therionprotractors/therionpage.tex

27 lines
492 B
TeX
Raw Normal View History

\documentclass[12pt,a4paper]{article}
2016-05-02 16:32:43 +01:00
% packages
\usepackage{tikz}
\usepackage[outline]{contour}
\usepackage{standalone}
\usepackage[margin=10mm]{geometry}
2016-05-02 16:32:43 +01:00
\begin{document}
\begin{figure}
\centering
2016-05-02 16:32:43 +01:00
\begin{tikzpicture}
\pgfmathsetmacro{\xdist}{8.5}
\pgfmathsetmacro{\ydist}{4.5}
\foreach \xval in {1,2}
{
\foreach \yval in {1,2,...,6}
2016-05-02 16:32:43 +01:00
{
\node at (\xval*\xdist,\yval*\ydist) {\input{therionprotractor.tex}};
}
}
\end{tikzpicture}
\end{figure}
2016-05-02 16:32:43 +01:00
\end{document}