summaryrefslogtreecommitdiff
path: root/info/drawing-with-metapost/src/arch-snub-hexagon.mp
blob: 09310036f2c28cba8ecc0b7915f380f980797a39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
\documentclass[border=5mm]{standalone}
\usepackage{luamplib}
\begin{document}
\mplibtextextlabel{enable}
\begin{mplibcode}
input arch-snub-hex-parts
beginfig(1);
draw P1 shifted 180 left;
draw P2 shifted 180 right;
currentpicture := currentpicture rotated 90;
endfig;
\end{mplibcode}
\end{document}