summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/luatex/luamplib/test-luamplib-latex.tex
blob: fc1b189169e2cf5d313696fa7d6d7f10924f2163 (plain)
1
2
3
4
5
6
7
8
9
\documentclass{article}
\usepackage{luamplib}
\begin{document}
\begin{mplibcode}
beginfig(1); 
   fill fullcircle scaled 20; 
endfig; 
\end{mplibcode}
\end{document}