summaryrefslogtreecommitdiff
path: root/info/drawing-with-metapost/src/youth.mp
blob: 77830d66295c4539c1208fd239f2bfb8c10fd041 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
\documentclass[border=5mm]{standalone}
\usepackage{graphicx}
\usepackage{luamplib}
\begin{document}
\begin{mplibcode}
input picture_frame
beginfig(1);
    picture F; F = thelabel(TEX("\includegraphics[width=200pt]{youth.jpg}"), origin);
    draw F; draw frame F; 
endfig;
\end{mplibcode}
\end{document}