I'm very new to LaTeX, so please bear with me. Here's the latex code:
Code: Select all
\documentclass[10pt]{article}
\usepackage{graphicx}
\usepackage{asymptote}
\begin{document}
\begin{figure}
\centering
\begin{asy}
size (3cm);
draw (unitcircle);
\end{asy}
\caption{This is a test. Let's see if it works...}
\label{fig:1}
\end{figure}
\end{document}
Thanks a bunch