<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">From the TeXShop Help > TeXShop Help Panel > Basic Help:<div class=""><br class=""></div><div style="text-align: justify;" class=""><span class="Apple-tab-span" style="white-space:pre">    </span>"<span style="text-align: justify;" class="">To use TeXShop, type your LaTeX input in the editing window it provides. </span></div><div style="text-align: justify;" class=""><span style="text-align: justify;" class=""><span class="Apple-tab-span" style="white-space:pre">      </span>Then push the "Typeset" button at the top of the window. The input will be saved and PDFLATEX will run. [emph added]</span>”</div><div style="text-align: justify;" class=""><br class=""></div><div style="text-align: justify;" class="">With the file plot1.pdf you attached, for me the following source file immediately produces the output shown in the pdf attachment to this message.</div><div style="text-align: justify;" class=""><br class=""></div><div style="text-align: justify;" class=""><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><font face="Courier" class="">    \documentclass{article}</font></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><font face="Courier" class="">    \usepackage{graphicx}</font></div><p style="margin: 0px; font-stretch: normal; line-height: normal; min-height: 22px;" class=""><font face="Courier" class="">    <br class="webkit-block-placeholder"></font></p><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><font face="Courier" class="">    \begin{document}</font></div><p style="margin: 0px; font-stretch: normal; line-height: normal; min-height: 22px;" class=""><font face="Courier" class="">    <br class="webkit-block-placeholder"></font></p><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><font face="Courier" class="">    \begin{figure}</font></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><font face="Courier" class="">    \centering</font></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><font face="Courier" class="">    \includegraphics[scale=0.8]{plot1}</font></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><font face="Courier" class="">    \caption{\textbf{Weierstrass's Function}}</font></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><font face="Courier" class="">    \label{fig:Weierstrass}</font></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><font face="Courier" class="">    \end{figure}</font></div><p style="margin: 0px; font-stretch: normal; line-height: normal; min-height: 22px;" class=""><font face="Courier" class="">    <br class="webkit-block-placeholder"></font></p><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><font face="Courier" class="">    \end{document}</font></div><div class=""><br class=""></div></div><div class=""><div style="text-align: justify;" class=""></div></div></body></html>