<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=""><br class=""><div><blockquote type="cite" class=""><div class="">On 19 Jun2021, at 12:30 PM, Nitecki, Zbigniew H. <<a href="mailto:Zbigniew.Nitecki@tufts.edu" class="">Zbigniew.Nitecki@tufts.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta charset="UTF-8" class=""><div class="" style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;"><span class="Apple-converted-space"> </span>Again the TeXShop editor menu has two macros for figures: regular or eps.  The settings I mentioned in my previous email were the eps settings (including all the </div><div class="" style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;">weird stuff like \bf inside the caption) which I had used because when I used the regular setting (which I usually do) the typesetting crashed.  With the eps settings, the </div><div class="" style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;">system simply says it doesn’t recognize the \epsfile command, and skips the whole picture.</div><div class="" style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;">The changes suggested by both of you take me back to the “regular” settings.</div></div></blockquote><div><br class=""></div>Instead of the TeXShop macros for figures, you may wish to use the Templates button on the source window and select Graphics Template, which will immediately paste the following into your source window at the current cursor position:</div><div><br class=""></div><div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><font face="Courier" class="">    \begin{figure}[htbp] %  figure placement: here, top, bottom, or page</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[width=2in]{example.jpg} </font></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><font face="Courier" class="">       \caption{example caption}</font></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><font face="Courier" class="">       \label{fig:example}</font></div><div style="margin: 0px; font-stretch: normal; line-height: normal;" class=""><font face="Courier" class="">    \end{figure}</font></div></div><div class=""><br class=""></div>For at least .png, .jpg, .pdf, and .eps, the type of graphics file will be detected automatically without including the corresponding file extension.<div class=""><br class=""></div><div class="">However, .ps will not work at all like that, with or without the extension, assuming you’re using the default TeXShop typesetting engine pdflatex (TeXShop > Preferences > Typesetting > Default Script : Pdftex). </div><div class=""><br class=""></div><div class="">If you insist on using .ps files rather than .eps or .pdf, etc., then you’d want the Deafult Script to be Tex +DVI instead. But — catch! — if you then try to use a .pdf with \includegraphics, then you will get a "LaTeX Error: Cannot determine size of graphic in xxx.pdf (no BoundingBox).”</div><div class=""><br class=""></div><div class="">Since Mathematica can export to .eps (but _not_ to .ps), my advice is to stick with .eps or, even better yet, .pdf graphics files for figures. One advantage is that just about any previewer will open a .pdf (and on Mac, in fact, a .eps or .ps will automatically be converted to a corresponding .pdf if you use Preview.app to open it).</div><div class=""><br 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>