summaryrefslogtreecommitdiff
path: root/info/drawing-with-metapost/src/cycloids-extra.mp
diff options
context:
space:
mode:
Diffstat (limited to 'info/drawing-with-metapost/src/cycloids-extra.mp')
-rw-r--r--info/drawing-with-metapost/src/cycloids-extra.mp10
1 files changed, 10 insertions, 0 deletions
diff --git a/info/drawing-with-metapost/src/cycloids-extra.mp b/info/drawing-with-metapost/src/cycloids-extra.mp
new file mode 100644
index 0000000000..af41bcdf46
--- /dev/null
+++ b/info/drawing-with-metapost/src/cycloids-extra.mp
@@ -0,0 +1,10 @@
+\documentclass{standalone}
+\usepackage{luamplib}
+\begin{document}
+\mplibtextextlabel{enable}
+\begin{mplibcode}
+beginfig(1);
+input cycloids-extra-code
+endfig;
+\end{mplibcode}
+\end{document}