<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="">On 19 Jun2021, at 9:35 AM, Nitecki, Zbigniew H. <<a href="mailto:Zbigniew.Nitecki@tufts.edu" class="">Zbigniew.Nitecki@tufts.edu</a>> wrote:<br class=""><div><blockquote type="cite" class=""><br class="Apple-interchange-newline"><div class="">

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" class="">

<div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
I’m trying to include some graphics generated by Mathematica, something I am not used to doing (I usually generate what I need via pspicture).
<div class="">Using the TeXShop editor’s menu, I selected Figurs>epsfile and got the template which I filled in as follows:</div>
<div class="">
<blockquote type="cite" class="">
<div style="margin: 0px; font-stretch: normal; font-size: 12px; line-height: normal;" class="">
\begin{figure}[htbp]</div>
<div style="margin: 0px; font-stretch: normal; font-size: 12px; line-height: normal;" class="">
\begin{center}</div>
<div style="margin: 0px; font-stretch: normal; font-size: 12px; line-height: normal;" class="">
\epsfile{file=plot1.pdf,scale=0.8}</div>
<div style="margin: 0px; font-stretch: normal; font-size: 12px; line-height: normal;" class="">
\caption{{\bf Weierstrass's Function}}</div>
<div style="margin: 0px; font-stretch: normal; font-size: 12px; line-height: normal;" class="">
\label{fig:Weierstrass}</div>
<div style="margin: 0px; font-stretch: normal; font-size: 12px; line-height: normal;" class="">
\end{center}</div>
<div style="margin: 0px; font-stretch: normal; font-size: 12px; line-height: normal;" class="">
\end{figure}</div>
</blockquote>
<div class="">
<div style="margin: 0px; font-stretch: normal; font-size: 12px; line-height: normal;" class="">
<br class="">
</div>
</div>
<div style="margin: 0px; font-stretch: normal; font-size: 12px; line-height: normal;" class="">
I have \usepackage{graphics} in my preamble.</div>
<div style="margin: 0px; font-stretch: normal; font-size: 12px; line-height: normal;" class="">
<br class="">
</div>
<div style="margin: 0px; font-stretch: normal; font-size: 12px; line-height: normal;" class="">
The log file says:</div>
<div style="margin: 0px; font-stretch: normal; font-size: 12px; line-height: normal;" class="">
<blockquote type="cite" class="">
<div style="margin: 0px; font-stretch: normal; line-height: normal;" class="">./Monsters.tex:683: Undefined control sequence.</div>
<div style="margin: 0px; font-stretch: normal; line-height: normal;" class="">l.683 \epsfile</div>
<div style="margin: 0px; font-stretch: normal; line-height: normal;" class="">              {file=plot1.pdf,scale=0.8}</div>
<div style="margin: 0px; font-stretch: normal; line-height: normal;" class="">The control sequence at the end of the top line</div>
<div style="margin: 0px; font-stretch: normal; line-height: normal;" class="">of your error message was never \def'ed. If you have</div>
<div style="margin: 0px; font-stretch: normal; line-height: normal;" class="">misspelled it (e.g., `\hobx'), type `I' and the correct</div>
<div style="margin: 0px; font-stretch: normal; line-height: normal;" class="">spelling (e.g., `I\hbox'). Otherwise just continue,</div>
<div style="margin: 0px; font-stretch: normal; line-height: normal;" class="">and I'll forget about whatever was undefined.</div>
<div style="margin: 0px; font-stretch: normal; line-height: normal; min-height: 14px;" class="">
<br class="">
</div>
</blockquote>
<br class="">
</div>
<div style="margin: 0px; font-stretch: normal; font-size: 12px; line-height: normal;" class="">
What should I do to correct this?</div></div></div></div></blockquote></div><div class=""><br class=""></div>In addition to the recommendations to use the graphicx package (not graphics) and \includegraphics[scale=0.8]{plot1.pdf}, you may want to make the following changes:<div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span>- you do not need the “.pdf” extension for pdflatex, which will impute that;</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">   </span>- use the LaTeX command "\textbf{Weierstrass’s Function}" rather than "\bf Weierstrass’s function”: use of \bf is deprecated;</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre"> </span>- you may also need to use the \centering command or the \begin{center}….\end{center} environment within the figure environment.</div><div class=""> </div><div class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">---<br class="">Murray Eisenberg<span class="Apple-tab-span" style="white-space: pre;">                       </span><a href="mailto:murrayeisenberg@gmail.com" class="">murrayeisenberg@gmail.com</a><br class="">503 King Farm Blvd #101<span class="Apple-tab-span" style="white-space: pre;">     </span><br class="">Rockville, MD 20850-6667<span class="Apple-tab-span" style="white-space: pre;">     </span>Mobile (413)-427-5334<br class=""><br class=""></div>
</div>
<br class=""></div></body></html>