summaryrefslogtreecommitdiff
path: root/info/drawing-with-metapost/src/arch-snub-hexagon-unit.mp
blob: b5200f6a6f1ec9f209ad8acc249c9f74c51abb43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
\documentclass{standalone}
\usepackage{luamplib}
\begin{document}
\mplibtextextlabel{enable}
\begin{mplibcode}
input arch-snub-hex-parts
beginfig(1);
    draw unit1 rotated 210;
    draw unit2 rotated 210 shifted 100 left;
endfig;
\end{mplibcode}
\end{document}