summaryrefslogtreecommitdiff
path: root/info/drawing-with-metapost/src/saturn.mp
blob: 08825c4f94d1bae4411afa1427775b8307584525 (plain)
1
2
3
4
5
6
7
8
9
10
\documentclass{standalone}
\usepackage{luamplib}
\begin{document}
\mplibtextextlabel{enable}
\begin{mplibcode}
beginfig(1);
input saturn-code
endfig;
\end{mplibcode}
\end{document}