[OS X TeX] including a graphics file
Herbert Schulz
herbs at wideopenwest.com
Sat Jun 19 21:12:43 CEST 2021
> On Jun 19, 2021, at 1:39 PM, Murray Eisenberg <murrayeisenberg at gmail.com> wrote:
>
> From the TeXShop Help > TeXShop Help Panel > Basic Help:
>
> "To use TeXShop, type your LaTeX input in the editing window it provides.
> Then push the "Typeset" button at the top of the window. The input will be saved and PDFLATEX will run. [emph added]”
>
> 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.
>
> \documentclass{article}
> \usepackage{graphicx}
>
> \begin{document}
>
> \begin{figure}
> \centering
> \includegraphics[scale=0.8]{plot1}
> \caption{\textbf{Weierstrass's Function}}
> \label{fig:Weierstrass}
> \end{figure}
>
> \end{document}
>
Howdy,
The problem seems to be that LaTeX->dvips->ps2pdf is being used because pstricks is used and it that won't accept .pdf files as graphic input.
Good Luck,
Herb Schulz
herbs at wideopenwest.com
----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.uk/faq
List Reminders and Etiquette: https://sites.esm.psu.edu/~gray/TeX/
List Archives: http://dir.gmane.org/gmane.comp.tex.macosx
https://email.esm.psu.edu/pipermail/macosx-tex/
TeX on Mac OS X Website: http://mactex-wiki.tug.org/
List Info: https://email.esm.psu.edu/mailman/listinfo/macosx-tex
More information about the macostex-archives
mailing list.